rpms/pychess/devel .cvsignore, 1.7, 1.8 pychess.spec, 1.14, 1.15 sources, 1.7, 1.8

tomspur tomspur at fedoraproject.org
Wed Feb 3 15:35:15 UTC 2010


Author: tomspur

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

Modified Files:
	.cvsignore pychess.spec sources 
Log Message:
- update to svn snapshot (the rest is currently non working)
- %%global and not %%define
- delete the patches, all upstream or solved upstream differently
- remove R python-sqlite2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pychess/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	27 Aug 2008 00:39:51 -0000	1.7
+++ .cvsignore	3 Feb 2010 15:35:15 -0000	1.8
@@ -1 +1 @@
-pychess-0.8.2.tar.gz
+pychess-svn1602.tar.bz2


Index: pychess.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pychess/devel/pychess.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- pychess.spec	26 Jul 2009 19:46:13 -0000	1.14
+++ pychess.spec	3 Feb 2010 15:35:15 -0000	1.15
@@ -1,25 +1,28 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pychess
-Version:        0.8.2
-Release:        4%{?dist}
+Version:        0.10
+Release:        0.1.20100203svn%{?dist}
 Summary:        Chess game for GNOME
 
 Group:          Amusements/Games
 License:        GPLv2
-URL:            http://pychess.googlepages.com/home
-Source0:        http://pychess.googlecode.com/files/%{name}-%{version}.tar.gz
+URL:            http://pychess.googlepages.com
+# svnsnapshot created with:
+# 'fedora-getsvn pychess http://pychess.googlecode.com/svn/trunk/ 1602'
+Source0:        pychess-svn1602.tar.bz2
+#Source0:        http://pychess.googlecode.com/files/%{name}-%{version}.tar.gz
+%if 0
 Source1:        pychess
-Patch0:         pychess-0.8.2-datadir.patch
-Patch1:         pychess-0.8.2-gobject.patch
-Patch2:         pychess-0.8.2-icons.patch
+%endif
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  desktop-file-utils, gettext
 
-Requires:       pygtk2-libglade, python-sqlite2, pygtksourceview
+Requires:       pygtk2-libglade, pygtksourceview
 Requires:       gnome-icon-theme gnome-settings-daemon
 
 %description
@@ -29,10 +32,7 @@ advanced players.
 
 
 %prep
-%setup -q
-%patch0 -p1 -b .datadir
-%patch1 -p1 -b .gobject
-%patch2 -p1 -b .icons
+%setup -q -n %{name}
 
 # Fix text files
 for i in AUTHORS README; do
@@ -47,7 +47,6 @@ for i in Utils/Move.py Players/PyChess.p
     sed -i '1d' "$i"
 done
 
-
 %build
 %{__python} setup.py build
 
@@ -56,9 +55,11 @@ done
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
+%if 0
 # move binary to make place for our wrapper
 mv $RPM_BUILD_ROOT%{_bindir}/pychess $RPM_BUILD_ROOT%{_bindir}/pychess.real
 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
+%endif
 
 desktop-file-install --vendor fedora --delete-original  \
         --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
@@ -84,6 +85,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Wed Feb  3 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.10-0.1.20100203svn
+- update to svn snapshot (the rest is currently non working)
+- %%global and not %%define
+- delete the patches, all upstream or solved upstream differently
+- remove R python-sqlite2
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pychess/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	27 Aug 2008 00:39:51 -0000	1.7
+++ sources	3 Feb 2010 15:35:15 -0000	1.8
@@ -1 +1 @@
-3faf48b9704d29bc7fc508c9e63b7d1a  pychess-0.8.2.tar.gz
+e5b99df9ede621838ea29bebf6dcfd9c  pychess-svn1602.tar.bz2



More information about the scm-commits mailing list