rpms/crossfire-client/FC-5 crossfire-client.spec,1.1,1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri May 26 21:34:26 UTC 2006


Author: wart

Update of /cvs/extras/rpms/crossfire-client/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4022

Modified Files:
	crossfire-client.spec 
Log Message:
Create and own directory for client sounds and images




Index: crossfire-client.spec
===================================================================
RCS file: /cvs/extras/rpms/crossfire-client/FC-5/crossfire-client.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossfire-client.spec	16 May 2006 16:42:03 -0000	1.1
+++ crossfire-client.spec	26 May 2006 21:34:26 -0000	1.2
@@ -66,6 +66,9 @@
         --add-category Application                              \
         gtk/crossfire-client.desktop
 
+# Create this directory that will be used by the client image and
+# sound packages.
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/crossfire/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -90,6 +93,7 @@
 # Sound support is too broken to use in Fedora right now.
 #%{_bindir}/cfsndserv
 #%{_bindir}/cfsndserv_alsa9
+%dir %{_datadir}/crossfire/%{name}
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/16x16/apps/%{name}.png
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png




More information about the scm-commits mailing list