From efd15e3d48d6e20e39f28ac4362d1e295092d05b Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 4 Feb 1999 19:22:45 +0000 Subject: [PATCH] - initial version based on spec maked by Oliver Graf , - added -q %setup parameter, - changed Buildroot to /tmp/%%{name}-%%{version}-root, - added using %%{name} and %%{version} in Source, - changed instal prefix to /usr/X11R6 - added LDFLAGS="-s" to ./configure enviroment, - added Group(pl) and Summary(pl), - added %attr and %defattr macros in %files (allow build package from non-root account). Marked as MNF (Mayby Not finished). Changed files: WMRack.spec -> 1.1 --- WMRack.spec | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 WMRack.spec diff --git a/WMRack.spec b/WMRack.spec new file mode 100644 index 0000000..8a640ce --- /dev/null +++ b/WMRack.spec @@ -0,0 +1,59 @@ +Summary: A WindowMaker Dock CD+Sound Applet +Summary(pl): Dock CD+Sound aplet do WindowMakera +Name: WMRack +Version: 1.0b5 +Release: 3 +Copyright: GPL +Vendor: FGA bitart Furch & Graf GbR +Group: X11/Applications +Source: WMRack-%{version}.tar.bz2 +Icon: wmrack.gif +BuildRoot: /tmp/%{name}-%{version}-root + +%description +This is the second and hopefully last beta release of WMRack. It +features cdrom and mixer functions. Please repeat any bugs. Compiled +with extra verbose output. + +Read the manpage for a description of the supported functions and +how to install the applet to your button bar (Wharf, Dock, etc...) + +Sorry, styles not updated. Wait for the non-beta. Old styles +still work but need an extra (middle) button. + +%prep +%setup -q + +%build +CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ +./configure \ + --prefix=/usr/X11R6 +make + +%install +rm -rf $RPM_BUILD_ROOT +make prefix=$RPM_BUILD_ROOT/usr/X11R6 install + +%files +%defattr(644,root,root,755) +%doc LICENSE README TODO WARRANTY +/usr/X11R6/GNUstep/Library/WMRack + +%attr(755,root,root) /usr/X11R6/bin/* +%attr(644,root, man) /usr/X11R6/man/man1/* + +%changelog +* Sun Nov 1 1998 Tomasz K³oczko + [1.0b5-3] +- added -q %setup parameter, +- changed Buildroot to /tmp/%%{name}-%%{version}-root, +- added using %%{name} and %%{version} in Source, +- changed instal prefix to /usr/X11R6 +- added LDFLAGS="-s" to ./configure enviroment, +- added Group(pl) and Summary(pl), +- added %attr and %defattr macros in %files (allow build package from + non-root account). + +* Thu Aug 6 1998 Oliver Graf +- started changelog +- added defines for version and release -- 2.43.0