rpms/pychess/devel pychess.spec,1.3,1.4

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Mon Dec 3 21:25:36 UTC 2007


Author: salimma

Update of /cvs/pkgs/rpms/pychess/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28367

Modified Files:
	pychess.spec 
Log Message:
Update to 0.8beta2



Index: pychess.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pychess/devel/pychess.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pychess.spec	11 Nov 2007 16:50:18 -0000	1.3
+++ pychess.spec	3 Dec 2007 21:25:02 -0000	1.4
@@ -1,6 +1,6 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define prever beta1
+%define prever beta2
 %define relnum 1
 
 Name:           pychess
@@ -11,7 +11,7 @@
 Group:          Amusements/Games
 License:        GPLv2
 URL:            http://pychess.googlepages.com/home
-Source0:        http://pychess.googlecode.com/files/%{name}-%{version}%{?prever}.tar.gz
+Source0:        http://pychess.googlecode.com/files/%{name}-philidor%{version}%{?prever}.tar.gz
 Patch0:         pychess-0.8b1-sitelib.patch
 Patch1:         pychess-0.8b1-gtksourceview.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,7 +29,7 @@
 
 
 %prep
-%setup -qn %{name}-%{version}%{?prever}
+%setup -qn %{name}-philidor%{version}%{?prever}
 %patch0 -p1 -b .sitelib
 %patch1 -p1 -b .gtksourceview
 
@@ -40,6 +40,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+# Fix line terminators
+sed -ie 's/.$//g' AUTHORS
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 #change permissions
@@ -70,6 +72,9 @@
 %{_mandir}/man?/*
 
 %changelog
+* Mon Dec  3 2007 Michel Salim <michel.sylvan at gmail.com> - 0.8-0.1.beta2
+- Update to 0.8beta2
+
 * Sun Nov 11 2007 Michel Salim <michel.sylvan at gmail.com> - 0.8-0.1.beta1
 - Update to 0.8beta1
 




More information about the fedora-extras-commits mailing list