[R2spec/el6] Update to 4.0.0

Pierre-YvesChibon pingou at fedoraproject.org
Sat Nov 12 19:58:27 UTC 2011


commit 8c97ffa44ad889412e5fc3f8db77418bd1e11cda
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Sat Nov 12 20:58:15 2011 +0100

    Update to 4.0.0

 .gitignore  |    4 +++-
 R2spec.spec |   29 ++++++++++++++++++++++++-----
 sources     |    2 +-
 3 files changed, 28 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd2d6ce..ef355ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-R2spec-2.5.3.tar.gz
+R2spec-3.0.2.tar.gz
+R2spec-3.0.3.tar.gz
+/R2spec-4.0.0.tar.gz
diff --git a/R2spec.spec b/R2spec.spec
index 70f1f67..3f76a95 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        3.0.2
+Version:        4.0.0
 Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
@@ -23,7 +23,6 @@ It can work from a URL or a tarball.
 R2spec provides R2rpm which generates rpm for R libraries using the 
 R2spec API.
 
-
 %prep
 %setup -q
 
@@ -32,25 +31,45 @@ python setup.py build
 
 %install
 rm -rf %{buildroot}
-python setup.py install --root=%{buildroot} 
+%{__python} setup.py install --root=%{buildroot}
 install r2spec/specfile.tpl %{buildroot}/%{python_sitelib}/r2spec/
 chmod -x %{buildroot}/%{python_sitelib}/r2spec/specfile.tpl
 
 %clean
 rm -rf %{buildroot}
 
-%files 
+## Only work localy, needs internet
+#%check
+#%{__python} tests.py
+
+%files
 #-f installed_files2
 %defattr(-,root,root,-)
 %doc README LICENSE CHANGELOG
 %{python_sitelib}/*
-%config(noreplace) %{_sysconfdir}/%{name}.conf
+%config(noreplace) %{_sysconfdir}/%{name}/repos.cfg
 %{_bindir}/%{name}
 %{_bindir}/R2rpm
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Sat Nov 12 2011 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.0.0-1
+- Update to 4.0.0 which is an almost complete rewrite
+
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Jul 28 2010 pingou <pingou-at-pingoured.fr> 3.0.3-1
+- Release 3.0.3
+
+* Tue Jul 27 2010 pingou <pingou-at-pingoured.fr> 3.0.2-3
+- Change python to %%{__python} (enables to specify 
+   the python version at build time) Request from Olivier Lahaye
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 3.0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Tue Jun 29 2010 pingou <pingou-at-pingoured.fr> 3.0.2-1
 - Release 3.0.2
 
diff --git a/sources b/sources
index d3115a5..6adc223 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5f873c17d9f773045e39d3d9e84ceb9  R2spec-3.0.2.tar.gz
+51ccff37b8a602e97baa3f5ace3f6126  R2spec-4.0.0.tar.gz


More information about the scm-commits mailing list