]> git.pld-linux.org Git - packages/WSoundServer.git/commitdiff
- added desktop files,
authorpius <pius@pld-linux.org>
Thu, 8 Jul 1999 16:03:16 +0000 (16:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanups.

Changed files:
    WSoundServer.spec -> 1.3

WSoundServer.spec

index 92d442b2c76484a85eb6c1c9340288380ba3ea10..278fc91bff52321f4bd68b3254bd9d7a662a4fca 100644 (file)
@@ -60,8 +60,12 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps \
+       $RPM_BUILD_ROOT/etc/X11/applnk/Utilities
 
 make install-strip DESTDIR=$RPM_BUILD_ROOT
+install src/wsoundserver.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Utilities
 
 gzip -9nf README ChangeLog AUTHORS NEWS
 
@@ -78,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_libdir}/lib*.la
 
+%{_datadir}/pixmaps/wsoundserver.xpm
+/etc/X11/applnk/Utilities/WSoundServer.desktop
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.073844 seconds and 4 git commands to generate.