]> git.pld-linux.org Git - packages/crossfire-client.git/commitdiff
- fixed %files list in %doc in sound subpackage.
authorkloczek <kloczek@pld-linux.org>
Sun, 4 Aug 2002 09:52:49 +0000 (09:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire-client.spec -> 1.15

crossfire-client.spec

index 6f0eb479a27013499221bc311c700fcf1256c0d4..5f78508ee0543543ee001637758b5d5279bd6bc8 100644 (file)
@@ -132,6 +132,7 @@ cd ..
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/%{name}/sounds}
+
 install x11/cfclient gtk/gcfclient sound-src/cfsndserv $RPM_BUILD_ROOT%{_bindir}
 install x11/cfclient.man $RPM_BUILD_ROOT%{_mandir}/man1/cfclient.1
 install gtk/gcfclient.man $RPM_BUILD_ROOT%{_mandir}/man1/gcfclient.1
@@ -154,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files sounds
 %defattr(644,root,root,755)
-%doc sounds/README* sounds.dist
+%doc sounds/README
 %attr(755,root,root) %{_bindir}/cfsndserv
 %{_datadir}/%{name}/sounds
 
This page took 0.088469 seconds and 4 git commands to generate.