rpms/crossfire-client/devel crossfire-client.spec,1.1,1.2

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


Author: wart

Update of /cvs/extras/rpms/crossfire-client/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4179

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




Index: crossfire-client.spec
===================================================================
RCS file: /cvs/extras/rpms/crossfire-client/devel/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:37:42 -0000	1.2
@@ -1,6 +1,6 @@
 Name: crossfire-client
 Version: 1.9.0
-Release: 2
+Release: 3%{?dist}
 Summary: Client for connecting to crossfire servers
 Group: Amusements/Games
 License: GPL
@@ -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
@@ -103,5 +107,8 @@
 
 
 %changelog
+* Fri May 9 2006 Wart <wart at kobold.org> 1.9.0-3
+- Create and own the directory for client sounds and images
+
 * Thu Mar 9 2006 Wart <wart at kobold.org> 1.9.0-2
 - Initial spec file following Fedora Extras conventions




More information about the fedora-extras-commits mailing list