rpms/crack-attack/devel crack-attack.spec,1.2,1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Aug 6 08:34:44 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/crack-attack/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32526

Modified Files:
	crack-attack.spec 
Log Message:
* Mon Aug  6 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1.14-10
- Update License tag for new Licensing Guidelines compliance



Index: crack-attack.spec
===================================================================
RCS file: /cvs/extras/rpms/crack-attack/devel/crack-attack.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crack-attack.spec	12 Jan 2007 11:04:22 -0000	1.2
+++ crack-attack.spec	6 Aug 2007 08:34:11 -0000	1.3
@@ -1,8 +1,8 @@
 Summary:        Puzzle action game
 Name:           crack-attack
 Version:        1.1.14
-Release:        9%{?dist}
-License:        GPL
+Release:        10%{?dist}
+License:        GPLv2+
 Group:          Amusements/Games
 URL:            http://www.nongnu.org/crack-attack/
 Source0:        http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
@@ -25,14 +25,14 @@
 
 %prep
 %setup -q -a 1 -a 2
-perl -pi -e 's/-O3 -s//g' src/Makefile.in
-perl -pi -e 's/-O2//g' src/gtk-gui/Makefile.in
 %patch0 -p1 -b .glutinit
 %patch1 -p1 -b .sanitize
 %patch2 -p1 -b .audio
+sed -i 's/-O3 -s//g' src/Makefile.in
+sed -i 's/-O2//g' src/gtk-gui/Makefile.in
 # fixup provided desktop file
-sed -i -e 's/%{name}\.xpm/%{name}\.png/' -e 's/Games/Game/' \
-  data/%{name}.desktop
+sed -i -e 's/%{name}\.xpm/%{name}\.png/' \
+  -e 's/Application;Games/Game;BlocksGame/' data/%{name}.desktop
 echo "Comment=A Puzzle Game" >> data/%{name}.desktop
 
 
@@ -54,7 +54,6 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install --vendor fedora            \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
-  --add-category X-Fedora                       \
   --delete-original                             \
   $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.desktop
 
@@ -92,6 +91,9 @@
 
 
 %changelog
+* Mon Aug  6 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1.14-10
+- Update License tag for new Licensing Guidelines compliance
+
 * Fri Jan 12 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1.14-9
 - Add music and sounds based on a suggestion by Michal Ambroz <rebus at seznam.cz>
 




More information about the fedora-extras-commits mailing list