rpms/R2spec/F-12 R2spec.spec,1.12,1.13 sources,1.5,1.6

Pierre-YvesChibon pingou at fedoraproject.org
Wed May 5 12:31:53 UTC 2010


Author: pingou

Update of /cvs/pkgs/rpms/R2spec/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31994/F-12

Modified Files:
	R2spec.spec sources 
Log Message:
Upsteam release 3.0.0


Index: R2spec.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R2spec/F-12/R2spec.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- R2spec.spec	2 Aug 2009 19:39:31 -0000	1.12
+++ R2spec.spec	5 May 2010 12:31:52 -0000	1.13
@@ -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:        2.5.3
+Version:        3.0.0
 Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
@@ -14,11 +14,15 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-Requires:       R
+Requires:       R python-jinja2 wget fedora-packager
+Provides:       R2rpm >= 1.0.0
 
 %description
-This is a small python script that generates spec file for R libraries.
+R2spec is a small python script that generates spec file for R libraries.
 It can work from a URL or a tarball.
+R2spec provides R2rpm which generates rpm for R librarires using the 
+R2spec API.
+
 
 %prep
 %setup -q
@@ -29,7 +33,8 @@ python setup.py build
 %install
 rm -rf %{buildroot}
 python setup.py install --root=%{buildroot} 
-chmod +x %{buildroot}/%{python_sitelib}/r2spec/%{name}.py
+install r2spec/specfile.tpl %{buildroot}/%{python_sitelib}/r2spec/
+chmod -x %{buildroot}/%{python_sitelib}/r2spec/specfile.tpl
 
 %clean
 rm -rf %{buildroot}
@@ -41,9 +46,63 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_bindir}/%{name}
+%{_bindir}/R2rpm
 %{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Wed May 05 2010 pingou <pingou-at-pingoured.fr> 3.0.0-1
+- Release version 3.0.0
+- Update the description
+
+* Wed May 05 2010 pingou <pingou-at-pingoured.fr> 3.0.0-0.9
+- Prerelease 0.9
+- Small bug fixes
+- The argument to rpmbuild is configurable
+- Fix typo in changelog
+- Add fedora-packager as Requires
+
+* Sat Mar 27 2010 ingou <pingou-at-pingoured.fr> 3.0.0-0.8
+- Prerelease 0.8
+- Enable to specify the command in the conf file
+
+* Sat Mar 27 2010 ingou <pingou-at-pingoured.fr> 3.0.0-0.7
+- Prerelease 0.7
+- Fix the formatting of the description
+- Option to use mock to build the RPMs
+
+* Fri Mar 26 2010 ingou <pingou-at-pingoured.fr> 3.0.0-0.6
+- Prerelease 0.6
+- Fix R2rpm.py
+
+* Thu Mar 25 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.5
+- Prerelease 0.5
+- Do not print the todo while running R2rpm
+- Fix summary if ends with a dot
+- Refactor the function to read the rpm macro
+- Change UTF-8 to utf-8 to make emacs happy
+
+* Wed Mar 24 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.4
+- Prerelease 0.4
+- Fix the description to fit in the length
+- Add wget in the requires
+
+* Wed Mar 24 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.3
+- Prerelease 0.3
+- Add the -p option to build from a package name
+- Output the rpm generated
+
+* Tue Mar 23 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.2
+- Prerelease 0.2 
+- Add the -p option to build from a package name
+- Add the man page for R2rpm
+- Fix release
+- Fix changelog
+
+* Sun Mar 07 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.1
+- Prerelease 0.1
+- Add the R2rpm script
+
 * Sun Aug 02 2009 Pingou <pingou-at-pingoured.fr> 2.5.3-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R2spec/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	2 Aug 2009 19:39:31 -0000	1.5
+++ sources	5 May 2010 12:31:52 -0000	1.6
@@ -1 +1 @@
-736247155627d2a59095ba4d02d000fb  R2spec-2.5.3.tar.gz
+c5018d721a70fa980868fd8867c6cdde  R2spec-3.0.0.tar.gz



More information about the scm-commits mailing list