rpms/R2spec/F-8 R2spec.spec,1.2,1.3

Pierre-YvesChibon pingou at fedoraproject.org
Sun Dec 7 21:19:58 UTC 2008


Author: pingou

Update of /cvs/pkgs/rpms/R2spec/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17695/F-8

Modified Files:
	R2spec.spec 
Log Message:



Index: R2spec.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R2spec/F-8/R2spec.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- R2spec.spec	7 Oct 2008 18:41:05 -0000	1.2
+++ R2spec.spec	7 Dec 2008 21:19:28 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        2.5.1
-Release:        1%{?dist}
+Release:        6%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -24,6 +24,9 @@
 %setup -q
 
 sed -i -e 's|topdir+"/SOURCE/"|topdir+"/SOURCES/"|' r2spec/Package.py
+sed -i -e 's|os.copy("./" + self.source , topdir)|shutil.copy(self.source, topdir)|' r2spec/Package.py
+sed -i -e 's|text = "Do you want to move the source (" + self.source + ") in " + topdir + "? Y/N [Y]\n"|text = "Do you want to copy the source (" + self.source + ") in " + topdir + "? Y/N [Y]\n"|' r2spec/Package.py
+sed -i -e "s|'~'|os.path.expanduser('~')|" r2spec/Package.py
 
 %build
 python setup.py build
@@ -46,6 +49,21 @@
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Sun Dec 07 2008 Pingou <pingou-at-pingoured.fr> 2.5.1-6
+- Correct the third sed 
+
+* Sun Dec 07 2008 Pingou <pingou-at-pingoured.fr> 2.5.1-5
+- Add the new sed to change the ~
+
+* Sun Dec 07 2008 Pingou <pingou-at-pingoured.fr> 2.5.1-4
+- Remove the Patch0
+
+* Fri Dec 05 2008 Pingou <pingou-at-pingoured.fr> 2.5.1-3
+- Apply patch for copy of the sources
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.5.1-2
+- Rebuild for Python 2.6
+
 * Tue Oct 07 2008 Pingou <pingou-at-pingoured.fr> 2.5.1-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list