rpms/gbrainy/F-9 .cvsignore, 1.3, 1.4 gbrainy.spec, 1.4, 1.5 sources, 1.3, 1.4

Marcelin Benoît sereinit at fedoraproject.org
Sat Sep 27 11:30:57 UTC 2008


Author: sereinit

Update of /cvs/pkgs/rpms/gbrainy/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18894

Modified Files:
	.cvsignore gbrainy.spec sources 
Log Message:
Update to 1.00 and fix 460353 issue



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gbrainy/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	3 Jun 2008 20:11:00 -0000	1.3
+++ .cvsignore	27 Sep 2008 11:30:26 -0000	1.4
@@ -1 +1 @@
-gbrainy-0.70.tar.gz
+gbrainy-1.00.tar.gz


Index: gbrainy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gbrainy/F-9/gbrainy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gbrainy.spec	25 Jul 2008 10:43:16 -0000	1.4
+++ gbrainy.spec	27 Sep 2008 11:30:26 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		gbrainy
-Version:	0.70
-Release:	4%{?dist}
+Version:	1.00
+Release:	1%{?dist}
 Summary:	Gbrainy is a brain teaser game and trainer to keep your brain trained
 
 Group:		Amusements/Games
@@ -9,8 +9,8 @@
 Source0:	http://www.softcatala.org/~jmas/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	mono-devel intltool
-BuildRequires:  gnome-sharp-devel libglade2-devel gtk-sharp2-devel
+BuildRequires:	mono-devel intltool librsvg2-devel
+BuildRequires:	gtk-sharp2-devel gnome-sharp-devel
 BuildRequires:  /usr/bin/desktop-file-install
 
 # Mono only availible on these:
@@ -30,6 +30,9 @@
 
 %prep
 %setup -q
+# To fix 460353 :
+sed 's#share/games#share#' src/Defines.cs.in -i
+sed 's#^images = $(datadir)/games/gbrainy$#images = $(datadir)/gbrainy#' data/Makefile.in -i
 
 %build
 %configure
@@ -44,6 +47,9 @@
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications	\
 	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
+# To fix a rpmlint issue
+chmod a-x $RPM_BUILD_ROOT%{_libdir}/%{name}/%{name}.exe.config
+
 %find_lang %{name}
 
 %clean
@@ -67,17 +73,21 @@
 %{_bindir}/%{name}
 %{_libdir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/games/%{name}
+%{_datadir}/%{name}
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_mandir}/man6/%{name}.6.gz
 %{_datadir}/pixmaps/%{name}*
 
 %changelog
-* Fri Jul 25 2008 Benoît Marcelin <sereinity at online.fr> 0.70-4
-- Increase release to fix a bug
-
-* Thu Jul 24 2008 Benoît Marcelin <sereinity at online.fr> 0.70-2
-- Rebuild for dependencies
+* Thu Sep 25 2008 Benoît Marcelin <sereinity at online.fr> 1.00-1
+- Clean Build Requires
+- Fix bug 460353
+- Upate to 1.00
+- 1 new logic puzzle, 1 new memory puzzle
+- Better look and feel (new background)
+- Switch font drawing to Pango
+- Better I18N support
+- Bug fixes 
 
 * Tue Jun 03 2008 Benoît Marcelin <sereinity at online.fr> 0.70-1
 - Update to 0.70


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gbrainy/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Jun 2008 20:11:00 -0000	1.3
+++ sources	27 Sep 2008 11:30:26 -0000	1.4
@@ -1 +1 @@
-5eee76e379fc7db9ec05d2e577ecc10d  gbrainy-0.70.tar.gz
+adff790db643e846cb15c6142f2411ae  gbrainy-1.00.tar.gz




More information about the fedora-extras-commits mailing list