rpms/gnubg/devel .cvsignore, 1.4, 1.5 gnubg.spec, 1.18, 1.19 sources, 1.4, 1.5

Jon Ciesla limb at fedoraproject.org
Fri Sep 5 18:13:55 UTC 2008


Author: limb

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

Modified Files:
	.cvsignore gnubg.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnubg/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	13 Feb 2007 20:13:45 -0000	1.4
+++ .cvsignore	5 Sep 2008 18:13:25 -0000	1.5
@@ -1 +1 @@
-gnubg-source-MAIN-20061119.tar.gz
+gnubg-0.9.0-1.tar.gz


Index: gnubg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnubg/devel/gnubg.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gnubg.spec	9 Feb 2008 04:37:37 -0000	1.18
+++ gnubg.spec	5 Sep 2008 18:13:25 -0000	1.19
@@ -2,9 +2,10 @@
 License:       GPLv2
 Group:         Amusements/Games
 Summary:       A backgammon game and analyser
-Version:       20061119
-Release:       14%{?dist}
-Source0:       http://www.gnubg.org/media/sources/%{name}-source-MAIN-%{version}.tar.gz
+Epoch:         1
+Version:       0.9.0.1
+Release:       1%{?dist}
+Source0:       http://gnubg.org/media/sources/gnubg-0.9.0-1.tar.gz
 Source1:       gnubg.weights
 Source2:       gnubg.desktop
 Source3:       gnubg.png
@@ -51,8 +52,10 @@
 %prep
 %setup -qn %{name}
 # convert man page from ISO-8859-1 to UTF8
-/usr/bin/iconv -f ISO-8859-1 -t UTF8 gnubg.6 > gnubg.6.tmp 
-/bin/mv gnubg.6.tmp gnubg.6
+#/usr/bin/iconv -f ISO-8859-1 -t UTF8 gnubg.6 > gnubg.6.tmp 
+#/bin/mv gnubg.6.tmp gnubg.6
+/usr/bin/iconv -f ISO-8859-1 -t UTF8 ChangeLog > ChangeLog.tmp 
+/bin/mv ChangeLog.tmp ChangeLog
 
 # running autogen, sources are nightly CVS tarballs not
 # containing configure
@@ -61,9 +64,9 @@
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 %configure --with-python \
-	--without-gdbm \
-	--without-guile \
-	--without-timecontrol
+        --without-gdbm \
+        --without-guile \
+        --without-timecontrol
 make
 
 %install
@@ -118,12 +121,13 @@
 %{_bindir}/gnubg
 %{_bindir}/makebearoff
 %{_bindir}/makehyper
-%{_infodir}/gnubg.info.gz
+%{_bindir}/makeweights
+#%{_infodir}/gnubg.info.gz
 %dir %{_datadir}/gnubg
 %{_datadir}/gnubg/met
 %{_datadir}/gnubg/doc
 %{_datadir}/gnubg/boards.xml
-%{_datadir}/gnubg/gnubg.game.sql
+#%{_datadir}/gnubg/gnubg.game.sql
 #%{_datadir}/gnubg/gnubg.gtkrc
 %{_datadir}/gnubg/gnubg_os0.bd
 %{_datadir}/gnubg/gnubg.weights
@@ -139,8 +143,14 @@
 %{_datadir}/gnubg/gnubg.wd
 %{_datadir}/gnubg/scripts/
 %{_datadir}/gnubg/flags/
+%{_datadir}/gnubg/gnubg.png
+%{_datadir}/gnubg/gnubg.sql
+%{_datadir}/gnubg/gnubg.svg
+%{_datadir}/gnubg/gnubg_ts0.bd
 
 %changelog
+* Fri Sep 05 2008 Jon Ciesla <limb at jcomserv.net> - 1:0.9.0.1-1
+- Update to latest version, BZ 461281.
 * Fri Feb 08 2008 Jon Ciesla <limb at jcomserv.net> - 20061119-14
 - GCC 4.3 rebuild.
 * Thu Aug 16 2007 Jon Ciesla <limb at jcomserv.net> - 20061119-13


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnubg/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Feb 2007 20:13:45 -0000	1.4
+++ sources	5 Sep 2008 18:13:25 -0000	1.5
@@ -1 +1 @@
-e326528df95bdb68345c435d8df141a2  gnubg-source-MAIN-20061119.tar.gz
+5ede44ec371a0a6501751126f73ae662  gnubg-0.9.0-1.tar.gz




More information about the fedora-extras-commits mailing list