rpms/grhino/devel .cvsignore, 1.7, 1.8 grhino.spec, 1.9, 1.10 sources, 1.7, 1.8 grhino-configure-gettext.patch, 1.1, NONE grhino-icon.patch, 1.1, NONE grhino-omf.patch, 1.1, NONE grhino-scrollkeeper.patch, 1.1, NONE grhino.desktop, 1.3, NONE

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Sat Nov 25 22:03:24 UTC 2006


Author: salimma

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

Modified Files:
	.cvsignore grhino.spec sources 
Removed Files:
	grhino-configure-gettext.patch grhino-icon.patch 
	grhino-omf.patch grhino-scrollkeeper.patch grhino.desktop 
Log Message:
Update -devel to 0.16.0. All patches are upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/grhino/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	10 Nov 2006 21:28:51 -0000	1.7
+++ .cvsignore	25 Nov 2006 22:02:54 -0000	1.8
@@ -1,2 +1 @@
-grhino.png
-grhino-0.15.2.tar.gz
+grhino-0.16.0.tar.gz


Index: grhino.spec
===================================================================
RCS file: /cvs/extras/rpms/grhino/devel/grhino.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- grhino.spec	10 Nov 2006 21:28:51 -0000	1.9
+++ grhino.spec	25 Nov 2006 22:02:54 -0000	1.10
@@ -1,27 +1,21 @@
 Name:           grhino
-Version:        0.15.2
-Release:        4.1%{?dist}
+Version:        0.16.0
+Release:        1%{?dist}
 Summary:        Reversi game for GNOME, supporting the Go/Game Text Protocol
 
 Group:          Amusements/Games
 License:        GPL
 URL:            http://rhino.sourceforge.net/
 Source0:        http://dl.sourceforge.net/rhino/grhino-%{version}.tar.gz
-Source1:        %{name}.desktop
-Source2:        %{name}.png
-Patch0:         grhino-scrollkeeper.patch
-Patch1:         grhino-configure-gettext.patch
-Patch2:         grhino-omf.patch
-Patch3:         grhino-icon.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  desktop-file-utils
-BuildRequires:  gettext
+BuildRequires:	desktop-file-utils
+BuildRequires:	gettext
 BuildRequires:  libgnomeui-devel
-BuildRequires:  scrollkeeper
+BuildRequires:	scrollkeeper
 #Requires:       
-Requires(post):         scrollkeeper
-Requires(postun):       scrollkeeper
+Requires(post):		scrollkeeper
+Requires(postun):	scrollkeeper
 
 %description
 GRhino, or Rhino its former name, is a Reversi game on Linux and other
@@ -40,10 +34,6 @@
 
 %prep
 %setup -q
-%patch0 -b .scrollkeeper
-%patch1 -p1 -b .gettext
-%patch2 -b .omf
-%patch3 -p1 -b .icon
 
 
 %build
@@ -54,20 +44,15 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-# move omf files
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/omf/grhino/
-mv $RPM_BUILD_ROOT%{_datadir}/gnome/help/grhino/*/grhino-*.omf $RPM_BUILD_ROOT%{_datadir}/omf/grhino/
 
 # desktop file
-#mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install --vendor fedora \
-        --dir $RPM_BUILD_ROOT%{_datadir}/applications \
-        --add-category X-Fedora \
-        %{SOURCE1}
+	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
+	--add-category X-Fedora \
+	desktop/%{name}.desktop
 
 # Icon
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
-cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/
 
 %find_lang %{name}
 
@@ -94,8 +79,9 @@
 
 
 %changelog
-* Fri Nov 10 2006 Michel Salim <michel.salim at gmail.com> - 0.15.2-4.1
-- Push both source files to build server
+* Sat Nov 25 2006 Michel Salim <michel.salim at gmail.com> - 0.16.0-1
+- Update to 0.16.0
+- Remove unneeded patches
 
 * Fri Nov 10 2006 Michel Salim <michel.salim at gmail.com> - 0.15.2-4
 - Add application icon


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/grhino/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	10 Nov 2006 21:28:51 -0000	1.7
+++ sources	25 Nov 2006 22:02:54 -0000	1.8
@@ -1,2 +1 @@
-b98f0e178f6291232babfcb1c4925ea0  grhino.png
-9eb1e09b4ce8ca7e354382c7dd2d3ddc  grhino-0.15.2.tar.gz
+51d975cc1645112d12bb5fd030db1f7f  grhino-0.16.0.tar.gz


--- grhino-configure-gettext.patch DELETED ---


--- grhino-icon.patch DELETED ---


--- grhino-omf.patch DELETED ---


--- grhino-scrollkeeper.patch DELETED ---


--- grhino.desktop DELETED ---




More information about the fedora-extras-commits mailing list