rpms/freeciv/devel freeciv.spec,1.23,1.24

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Thu Sep 7 21:16:45 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/freeciv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20337

Modified Files:
	freeciv.spec 
Log Message:
* Thu Sep  7 2006 Brian Pepple <bpepple at fedoraproject.org> - 2.0.8-7
- Rebuild for FC6.



Index: freeciv.spec
===================================================================
RCS file: /cvs/extras/rpms/freeciv/devel/freeciv.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- freeciv.spec	3 Aug 2006 00:54:54 -0000	1.23
+++ freeciv.spec	7 Sep 2006 21:16:44 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           freeciv
 Version:        2.0.8
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        The Freeciv multi-player strategy game
 
 Group:          Amusements/Games
@@ -26,6 +26,7 @@
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
 
+
 %description
 Freeciv is a turn-based, multi-player, X based strategy game. Freeciv
 is generally comparable to, and has compatible rules with, the
@@ -33,6 +34,7 @@
 the leader of a civilization, and is competing with the other players
 in order to become the leader of the greatest civilization.
 
+
 %prep
 %setup -q -n %{name}-%{version}
 %patch1 -p1 -b .desktop
@@ -48,7 +50,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall	
+make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
 
 desktop-file-install --vendor fedora --delete-original	\
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications	\
@@ -76,11 +79,11 @@
 # Add pixmap.
 %{__install} -D -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.xpm
 
-%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING NEWS doc/BUGS doc/HOWTOPLAY doc/PEOPLE doc/README
@@ -96,7 +99,11 @@
 %{_mandir}/man6/civserver.6.gz
 %{_mandir}/man6/civclient.6.gz
 
+
 %changelog
+* Thu Sep  7 2006 Brian Pepple <bpepple at fedoraproject.org> - 2.0.8-7
+- Rebuild for FC6.
+
 * Wed Aug  2 2006 Brian Pepple <bpepple at fedoraproject.org> - 2.0.8-6
 - Update security patch.
 - Add patch to fix turn done buttons style.




More information about the scm-commits mailing list