pkg://wmcalc-0.3-4mdk.src.rpm:56381/wmcalc.spec
info downloads
%define name wmcalc
%define version 0.3
%define release 4mdk
Name: %name
Version: %version
Release: %release
Summary: Calculator dockapp for windowmaker
Url: http://packages.debian.org/unstable/x11/wmcalc.html
Source: http://ftp.debian.org/debian/pool/main/w/wmcalc/wmcalc_0.3.orig.tar.bz2
PAtch1: %name-patch_other_locales.bz2
License: GPL
Group: Graphical desktop/Other
BuildRoot: %_tmppath/%name-buildroot
BuildRequires: XFree86-devel libxpm-devel
%description
wmcalc is a small calculator meant for the WindowMaker dock or Afterstep
Wharf. It is a simple calculator with basic functions and memory slots,
and can launch any external application for more complex calculations.
%prep
%setup -q -n %name-%version.orig
%patch1 -p1 -b .orig
%build
%make
%install
%__rm -rf %buildroot
%__install -D %name %buildroot/usr/X11R6/bin/%name
%clean
%__rm -rf %buildroot
%files
%defattr(0644,root,root,0755)
%doc README .wmcalc
%defattr(0755,root,root,0755)
/usr/X11R6/bin/%name
%changelog
* Wed Sep 24 2003 Han Boetes <han@linux-mandrake.com> 0.3-4mdk
- Added patch to fix other locales: qa.mandrakesoft.com/show_bug.cgi?id=5923
- Cleanups
* Fri Apr 25 2003 Han Boetes <han@linux-mandrake.com> 0.3-3mdk
- Stephans magic bot found some missing deps.
- Few more minor cleanups
* Fri Dec 27 2002 Han Boetes <han@linux-mandrake.com> 0.3-2mdk
- rebuild because of new rpm macros and new glibc
* Sun Jun 9 2002 Han Boetes <han@mijncomputer.nl> 0.3-1mdk
- Initial mdk release.