]> git.pld-linux.org Git - packages/WSoundPrefs.git/commitdiff
[0.9.3-3]
authorpius <pius@pld-linux.org>
Sun, 16 May 1999 14:53:28 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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 [new file with mode: 0644]

diff --git a/WSoundPrefs.spec b/WSoundPrefs.spec
new file mode 100644 (file)
index 0000000..3eb8cb9
--- /dev/null
@@ -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 <pius@pld.org.pl>
+  [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 <Nicolas.Mailhot@email.enst.fr>
+  [0.9.3-2]
+- added directories for a cleaner uninstall.
+
+* Thu Mar 18 1999 Nicolas Mailhot <Nicolas.Mailhot@email.enst.fr>
+  [0.9.3-1]
+- Initial release for WSoundPrefs-0.9.3-1.
This page took 0.08133 seconds and 4 git commands to generate.