rpms/R2spec/F-8 R2spec.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Pierre-YvesChibon pingou at fedoraproject.org
Thu Sep 18 10:57:18 UTC 2008


Author: pingou

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

Modified Files:
	.cvsignore sources 
Added Files:
	R2spec.spec import.log 
Log Message:



--- NEW FILE R2spec.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           R2spec
Version:        2.5.0
Release:        3%{?dist}
Summary:        Python script to generate R spec file

Group:          Development/Languages
License:        GPLv3+
URL:            https://fedorahosted.org/r2spec/
Source0:        https://fedorahosted.org/releases/r/2/r2spec/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       R

%description
This is a small python script that generates spec file for R libraries.
It can work from a URL or a tarball.

%prep
%setup -q

sed -i -e 's|topdir+"/SOURCE/"|topdir+"/SOURCES/"|' r2spec/Package.py

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} 
chmod +x %{buildroot}/%{python_sitelib}/r2spec/%{name}.py

%clean
rm -rf %{buildroot}

%files 
#-f installed_files2
%defattr(-,root,root,-)
%doc README LICENSE CHANGELOG
%{python_sitelib}/*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz

%changelog
* Sun Aug 31 2008 Pingou <pingou-at-pingoured.fr> 2.5.0-3
- Bring __init__.py back :)

* Sun Aug 31 2008 Pingou <pingou-at-pingoured.fr> 2.5.0-2
- Change Source0 to the correct one
- Correct a bug SOURCES != SOURCe
- Remove file __init__.py
- Change defattr(-,root,root) to defattr(-,root,root,-)

* Sun Aug 31 2008 Pingou <pingou-at-pingoured.fr> 2.5.0-1
- New upstream release

* Thu Aug 28 2008 Pingou <pingou-at-pingoured.fr> 2.4.2-1
- Update to version 2.4.2

* Wed Aug 20 2008 Pingou <pingou-at-pingoured.fr> 2.4.1-1
- Update to version 2.4.1

* Sun Aug 18 2008 Pingou <pingou-at-pingoured.fr> 2.4.0-1
- Update to version 2.4.0
- Addition of the spec into the sources

* Mon Aug 11 2008 Pingou <pingou-at-pingoured.fr> 2.3-2
- Change the source0 and url thanks to fedorahosted.org

* Sun Aug 10 2008 Pingou <pingou-at-pingoured.fr> 2.3-1
- Update to version 2.3

* Wed Jul 30 2008 Pingou <pingou-at-pingoured.fr> 2.2-1
- Update to version 2.2

* Wed Jul 30 2008 Pingou <pingou-at-pingoured.fr> 2.1-1
- Update to version 2.1

* Wed Jul 30 2008 Pingou <pingou-at-pingoured.fr> 2.0-1
- Update to version 2.0

* Tue Jul 29 2008 Pingou <pingou-at-pingoured.fr> 1.3-1
- First RPM for Fedora


--- NEW FILE import.log ---
R2spec-2_5_0-3_fc9:F-8:R2spec-2.5.0-3.fc9.src.rpm:1221734958


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/R2spec/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Sep 2008 03:39:47 -0000	1.1
+++ .cvsignore	18 Sep 2008 10:56:48 -0000	1.2
@@ -0,0 +1 @@
+R2spec-2.5.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R2spec/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Sep 2008 03:39:47 -0000	1.1
+++ sources	18 Sep 2008 10:56:48 -0000	1.2
@@ -0,0 +1 @@
+f2f23f668feb9ad81a5d9083d956c7de  R2spec-2.5.0.tar.gz




More information about the fedora-extras-commits mailing list