rpms/monsterz/devel monsterz.spec,1.2,1.3

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Wed Aug 22 19:01:13 UTC 2007


Author: oddsocks

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

Modified Files:
	monsterz.spec 
Log Message:



Index: monsterz.spec
===================================================================
RCS file: /cvs/extras/rpms/monsterz/devel/monsterz.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- monsterz.spec	28 Aug 2006 16:37:15 -0000	1.2
+++ monsterz.spec	22 Aug 2007 19:00:40 -0000	1.3
@@ -1,8 +1,7 @@
 Name:           monsterz
 Version:        0.7.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Puzzle game, similar to Bejeweled or Zookeeper
-
 Group:          Amusements/Games
 License:        WTFPL
 URL:            http://sam.zoy.org/%{name}/
@@ -13,8 +12,9 @@
 Patch0:         monsterz-0.7.0-userpmopts.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils
-Requires:       pygame
 Requires:       monsterz-data
+Requires:       pygame
+Requires:       hicolor-icon-theme
 
 %description
 Monsterz is a little arcade puzzle game, similar to the famous Bejeweled or
@@ -39,7 +39,7 @@
 
 
 %build
-make %{?_smp_mflags} prefix=%{_usr} datadir=%{_datadir} pkgdatadir=%{_datadir}/%{name} CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} prefix=%{_usr} datadir=%{_datadir} pkgdatadir=%{_datadir}/%{name} CFLAGS="%{optflags}"
 
 
 %install
@@ -60,7 +60,6 @@
 install -pm0664 %{SOURCE3} %{buildroot}%{_var}/games/%{name}
 
 desktop-file-install --vendor fedora \
-                     --add-category X-Fedora \
                      --dir %{buildroot}%{_datadir}/applications \
                      %{SOURCE2}
 
@@ -100,27 +99,30 @@
 
 
 %changelog
-* Mon Aug 28 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-7%{?dist}
+* Wed Aug 22 2007 Ian Chapman <packages at amiga-hardware.com> 0.7.0-8
+- Release bump for F8 mass rebuild
+
+* Mon Aug 28 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-7
 - Release bump for FC6 mass rebuild
 
-* Tue Jul 25 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-6%{?dist}
+* Tue Jul 25 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-6
 - Split data into a separate package.
 
-* Sun Jul 23 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-5%{?dist}
+* Sun Jul 23 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-5
 - Moved .desktop external to spec
 - Moved score file external to spec
 - License changed to WTFPL
 - Use %%{_datadir}/%%{name} not %%{_datadir}/games/%%{name}
 
-* Sun Jul 09 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-4%{?dist}
+* Sun Jul 09 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-4
 - Moved icon installation to make it freedesktop compliant
 - Added %%post and %%postun sections to update icon cache at installation
 - Move hiscore table and .desktop generation to %%build
 
-* Sat Jun 24 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-3%{?dist}
+* Sat Jun 24 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-3
 - Cosmetic fixes for the Dribble repository
 
-* Mon May 29 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-2%{?dist}
+* Mon May 29 2006 Ian Chapman <packages at amiga-hardware.com> 0.7.0-2
 - Replace %%{__rm} in clean section with rm
 - Added patch to compile using rpmoptflags
 




More information about the fedora-extras-commits mailing list