rpms/crossfire-client/devel crossfire-client.spec,1.6,1.7

Michael Thomas (wart) fedora-extras-commits at redhat.com
Wed Jul 18 04:38:47 UTC 2007


Author: wart

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

Modified Files:
	crossfire-client.spec 
Log Message:
Remove empty and unused data directory.




Index: crossfire-client.spec
===================================================================
RCS file: /cvs/extras/rpms/crossfire-client/devel/crossfire-client.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- crossfire-client.spec	23 May 2007 21:10:36 -0000	1.6
+++ crossfire-client.spec	18 Jul 2007 04:38:15 -0000	1.7
@@ -1,6 +1,6 @@
 Name: crossfire-client
 Version: 1.10.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Client for connecting to crossfire servers
 Group: Amusements/Games
 License: GPL
@@ -35,7 +35,7 @@
 %build
 chmod 755 configure
 # Disable sound for Fedora until it's working again.
-%configure --datadir=%{_datadir}/crossfire \
+%configure \
         --disable-sound \
         --disable-dmalloc
 
@@ -72,10 +72,6 @@
         --add-category RolePlaying                              \
         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
 
@@ -99,7 +95,6 @@
 # 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
@@ -113,6 +108,9 @@
 
 
 %changelog
+* Wed Jul 17 2007 Wart <wart at kobold.org> 1.10.0-2
+- Remove unused data directory
+
 * Sat Mar 3 2007 Wart <wart at kobold.org> 1.10.0-1
 - Update to 1.10.0
 




More information about the fedora-extras-commits mailing list