rpms/gbrainy/devel .cvsignore, 1.3, 1.4 gbrainy.spec, 1.5, 1.6 sources, 1.3, 1.4

Marcelin Benoît sereinit at fedoraproject.org
Sat Sep 27 10:58:32 UTC 2008


Author: sereinit

Update of /cvs/pkgs/rpms/gbrainy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16945

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gbrainy/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	3 Jun 2008 20:14:43 -0000	1.3
+++ .cvsignore	27 Sep 2008 10:58:01 -0000	1.4
@@ -1 +1 @@
-gbrainy-0.70.tar.gz
+gbrainy-1.00.tar.gz


Index: gbrainy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gbrainy/devel/gbrainy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gbrainy.spec	1 Aug 2008 21:46:16 -0000	1.5
+++ gbrainy.spec	27 Sep 2008 10:58:02 -0000	1.6
@@ -1,6 +1,10 @@
+# %define debug_package %{nil}
+# Because it's a Mono package and generate an empty debuginfo
+# http://fedoraproject.org/wiki/Packaging/Debuginfo#head-29573c4f61c3a4698b2d07c7e73cfa194785f257
+
 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 +13,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 +34,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 +51,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,20 +77,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 Aug 01 2008 Benoît Marcelin <sereinity at online.fr> 0.70-4
-- Increase release to fix an EVR problem
-
-* Sat Jul 05 2008 Benoît Marcelin <sereinity at online.fr> 0.70-3
-- Rebuild with gnome-sharp-2.20 .pc fix
-
-* Fri Jul 04 2008 Benoît Marcelin <sereinity at online.fr> 0.70-2
-- Rebuild for new gnome-sharp
+* 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/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Jun 2008 20:14:43 -0000	1.3
+++ sources	27 Sep 2008 10:58:02 -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