]> git.pld-linux.org Git - packages/WSoundServer.git/commitdiff
- added data subpackage (with *.wav files taken from wmsound package) WSoundServer-0_2_1-2
authorpius <pius@pld-linux.org>
Wed, 13 Oct 1999 19:05:41 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added fr,no translation
- get-wsound-flags moved to devel
- cosmetics
- release 2

Changed files:
    WSoundServer.spec -> 1.17

WSoundServer.spec

index a75fe7589ce3c35124ea41f2d2d3ba1322a19e11..466805e76044321f7b1558bba384acc6463ab1e1 100644 (file)
@@ -1,13 +1,18 @@
 Summary:        WindowMaker sound server
+Summary(fr):   Serveur de son de Window Maker
+Summary(no):   Window Maker lydtjener
 Summary(pl):    Serwer d¼wiêku dla WindowMakera
 Name:          WSoundServer
 Version:       0.2.1
-Release:       1
+Release:       2
 Group:         X11/Window Managers/Tools
 Group(pl):     X11/Zarz±dcy Okien/Narzêdzia
 Copyright:     GPL
 Source0:       ftp://shadowmere.student.utwente.nl/pub/WindowMaker/%{name}-%{version}.tar.bz2
 Source1:       WSoundServer.desktop
+Source2:       WSoundServer-config
+Source3:       WSoundServer-soundset
+Source4:       wmsdefault.tar.gz
 Icon:          WSoundServer.xpm
 BuildRequires: libPropList-devel >= 0.8.3
 BuildRequires: docklib
@@ -20,15 +25,46 @@ BuildRoot:          /tmp/%{name}-%{version}-root
 
 %define        _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
+%define                _sysconfdir     /etc/X11
 
 %description
 WSoundServer is the sound server for WindowMaker.
 
+%description -l fr
+WSoundServer est le serveur de son pour Window Maker.
+
+%description -l no
+WSoundServer er en lydtjener for Window Maker.
+
 %description -l pl
 WSoundServer jest serwerem d¼wiêku dla WindowMakera.
 
+%package data
+Summary:        WSoundSerer data
+Summary(fr):    Données de WSoundServer
+Summary(no):    Data til WSoundServer
+Summary(pl):    Pliki z danymi dla WSoundServer
+Group:          X11/Window Managers/Tools
+Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
+Requires:       %{name} = %{version}
+Obsoletes:     wmsound-data
+
+%description data
+The standard WSoundSerer data.
+
+%description data -l fr
+Les données standard de WSoundSerer.
+
+%description data -l no
+Standard datafiler til WSoundSerer.
+
+%description data -l pl
+Pliki z danymi dla WSoundSerer.
+
 %package devel
 Summary:        WSoundServer libraries and headers
+Summary(no):   Utviklings bibliotek for WSoundServer
+Summary(fr):   Bibliothèques et includes pour WSoundServer
 Summary(pl):    Biblioteki i pliki nag³ówkowe dla WSoundServer
 Group:          X11/Development/Libraries
 Group(pl):      X11/Programowanie/Biblioteki
@@ -37,11 +73,18 @@ Requires:   %{name} = %{version}
 %description devel
 WSoundServer libraries and headers.
 
+%description devel -l fr
+Bibliothèques et includes pour WSoundServer.
+
+%description devel -l no
+WSoundServer biblioteket samt «headerfilen».
+
 %description devel -l pl
 Biblioteki i pliki nag³ówkowe dla WSoundServer.
 
 %package static
 Summary:        WSoundServer static libraries
+Summary(fr):    Bibliothèques statiques pour WSoundServer
 Summary(pl):    Biblioteki statyczne dla WSoundServer
 Group:          X11/Development/Libraries
 Group(pl):      X11/Programowanie/Biblioteki
@@ -50,11 +93,14 @@ Requires:   %{name}-devel = %{version}
 %description static
 WSoundServer static libraries.
 
+%description static -l fr
+Bibliothèques statiques pour WSoundServer.
+
 %description static -l pl
 Biblioteki statyczne dla WSoundServer.
 
 %prep
-%setup -q
+%setup -q -a4
 
 %build
 LDFLAGS="-s"; export LDFLAGS
@@ -64,11 +110,18 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/{pixmaps,applnk/Utilities}
+install -d $RPM_BUILD_ROOT%{_datadir}/{pixmaps,applnk/Utilities} \
+       $RPM_BUILD_ROOT%{_sysconfdir}/WindowMaker \
+       $RPM_BUILD_ROOT%{_datadir}/WindowMaker/{SoundSets,Sounds}
 
 make install DESTDIR=$RPM_BUILD_ROOT
+
 install src/wsoundserver.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
+
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/WindowMaker/WMSound
+install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/WindowMaker/SoundSets/Default
+install Sounds/*.wav $RPM_BUILD_ROOT%{_datadir}/WindowMaker/Sounds
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
@@ -84,7 +137,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {README,ChangeLog,AUTHORS}.gz
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/getsoundset
+%attr(755,root,root) %{_bindir}/setsoundset
+%attr(755,root,root) %{_bindir}/wsound*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_libdir}/lib*.la
 
@@ -93,8 +148,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_mandir}/man1/*
 
+%files data
+%defattr(644,root,root,755)
+%dir %{_datadir}/WindowMaker/Sounds
+%dir %{_datadir}/WindowMaker/SoundSets
+%{_datadir}/WindowMaker/Sounds/*.wav
+%config %verify(not size mtime md5) %{_datadir}/WindowMaker/SoundSets/Default
+%config %verify(not size mtime md5) %{_sysconfdir}/WindowMaker/WMSound
+
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/get-wsound-flags
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}/*.h
This page took 0.062381 seconds and 4 git commands to generate.