From 1f780b198a680e7c3144ff4eb960787b6763c00e Mon Sep 17 00:00:00 2001 From: pius Date: Sun, 16 May 1999 14:53:28 +0000 Subject: [PATCH] [0.9.3-3] - modified a bit spec file for PLD use, - removed WSoundPrefs-0.9.3_config.patch, - fixed passing $RPM_OPT_FLAGS, - added BuildPrereq rules, - recompiled on rpm 3, - package is FHS 2.0 compliant. Changed files: WSoundPrefs.spec -> 1.1 --- WSoundPrefs.spec | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 WSoundPrefs.spec diff --git a/WSoundPrefs.spec b/WSoundPrefs.spec new file mode 100644 index 0000000..3eb8cb9 --- /dev/null +++ b/WSoundPrefs.spec @@ -0,0 +1,86 @@ +Summary: Window Maker Sound Preferences +Summary(pl): Konfigurator Serwera D¼wiêku WindowMakera +Name: WSoundPrefs +Version: 0.9.3 +Release: 3 +Copyright: GPL +Group: X11/Window Managers/Tools +Group(pl): X11/Zarz±dcy Okien/Narzêdzia +URL: http://shadowmere.student.utwente.nl/wmss/ +Source: ftp://shadowmere.student.utwente.nl/pub/WindowMaker/%{name}-%{version}.tar.gz +Icon: WSoundPrefs.gif +BuildPrereq: XFree86-devel +BuildPrereq: xpm-devel +BuildPrereq: WindowMaker-devel >= 0.50.0 +BuildPrereq: libPropList-devel >= 0.8.3 +BuildPrereq: libjpeg-devel +BuildPrereq: libpng-devel +BuildPrereq: libtiff-devel +BuildPrereq: libungif-devel +BuildPrereq: zlib-devel +Requires: wmsound +BuildRoot: /tmp/%{name}-%{version}-root + +%description +WSoundPrefs is a WINGs-based application to configure the Window Maker +Sound Server (WMSound). It is actually a replacement of the Author's older +program called WMSound Setup (aka wmss). Basically it provides the following +options: +- Which sound to play on which sound-event +- Which sound-device to use +- What are the search-paths for Sounds and SoundSets +- Loading and Saving of Soundsets + +%description -l pl +WSoundPrefs jest opartym na bibliotece WINGs konfiguratorem Serwera +D¼wiêku WindowMakera (WMSound). Jest to nastêpca starszego programu +o nazwie WMSound Setup (wmss). + +%prep +%setup -q + +%build +xmkmf -a +make CDEBUGFLAGS="$RPM_OPT_FLAGS" + +%install +rm -rf $RPM_BUILD_ROOT + +make install DESTDIR=$RPM_BUILD_ROOT/usr/X11R6 + +gzip -9nf ChangeLog + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog.gz +%attr(755,root,root) /usr/X11R6/GNUstep/Apps/WSoundPrefs.app/WSoundPrefs + +%dir /usr/X11R6/GNUstep/Apps/WSoundPrefs.app +%dir /usr/X11R6/GNUstep/Apps/WSoundPrefs.app/xpm +%dir /usr/X11R6/GNUstep/Apps/WSoundPrefs.app/tiff + +/usr/X11R6/GNUstep/Apps/WSoundPrefs.app/*.tiff +/usr/X11R6/GNUstep/Apps/WSoundPrefs.app/*.xpm +/usr/X11R6/GNUstep/Apps/WSoundPrefs.app/xpm/*.xpm +/usr/X11R6/GNUstep/Apps/WSoundPrefs.app/tiff/*.tiff + +%changelog +* Sun May 16 1999 Piotr Czerwiñski + [0.9.3-3] +- modified a bit spec file for PLD use, +- removed WSoundPrefs-0.9.3_config.patch, +- fixed passing $RPM_OPT_FLAGS, +- added BuildPrereq rules, +- recompiled on rpm 3, +- package is FHS 2.0 compliant. + +* Thu Mar 18 1999 Nicolas Mailhot + [0.9.3-2] +- added directories for a cleaner uninstall. + +* Thu Mar 18 1999 Nicolas Mailhot + [0.9.3-1] +- Initial release for WSoundPrefs-0.9.3-1. -- 2.44.0