rpms/zaz/devel .cvsignore,1.3,1.4 sources,1.3,1.4 zaz.spec,1.2,1.3

musuruan musuruan at fedoraproject.org
Sun May 9 14:19:06 UTC 2010


Author: musuruan

Update of /cvs/pkgs/rpms/zaz/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8423

Modified Files:
	.cvsignore sources zaz.spec 
Log Message:
* Sat May 08 2010 Andrea Musuruane <musuruan at gmail.com> 0.7.0-1
- Updated to upstream 0.7.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zaz/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	28 Feb 2010 11:36:07 -0000	1.3
+++ .cvsignore	9 May 2010 14:19:06 -0000	1.4
@@ -1 +1 @@
-zaz-0.3.3.tar.gz
+zaz-0.7.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zaz/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	28 Feb 2010 11:36:08 -0000	1.3
+++ sources	9 May 2010 14:19:06 -0000	1.4
@@ -1 +1 @@
-a538fe87780a56b47bc9b792ff6ae388  zaz-0.3.3.tar.gz
+3e1c1e46baec02fa16e71533d657820a  zaz-0.7.0.tar.bz2


Index: zaz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zaz/devel/zaz.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- zaz.spec	28 Feb 2010 11:36:08 -0000	1.2
+++ zaz.spec	9 May 2010 14:19:06 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           zaz
-Version:        0.3.3
+Version:        0.7.0
 Release:        1%{?dist}
 Summary:        A puzzle game where the player has to arrange balls in triplets
 
@@ -7,7 +7,7 @@ Group:          Amusements/Games
 # Music released under CC-BY-SA
 License:        GPLv3+ and CC-BY-SA
 URL:            http://sourceforge.net/projects/zaz/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  mesa-libGL-devel
@@ -37,6 +37,8 @@ A 3D accelerator is needed for decent ga
 # Fix permissions
 chmod 644 src/*.{cpp,h}
 
+# Fix desktop file
+sed -i '/#!\/usr\/bin\/env xdg-open/d' extra/zaz.desktop
 
 %build
 %configure
@@ -64,7 +66,7 @@ rm -r $RPM_BUILD_ROOT/usr/share/doc/
 # Fix desktop file
 desktop-file-install \
    --delete-original \
-   --add-category LogicGame \
+   --remove-key GenericName[tr] \
    --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
@@ -100,6 +102,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sat May 08 2010 Andrea Musuruane <musuruan at gmail.com> 0.7.0-1
+- Updated to upstream 0.7.0
+
 * Thu Feb 25 2010 Andrea Musuruane <musuruan at gmail.com> 0.3.3-1
 - Updated to upstream 0.3.3
 



More information about the scm-commits mailing list