64 lines
2.0 KiB
RPMSpec
64 lines
2.0 KiB
RPMSpec
|
Name: python-distutils-extra
|
||
|
Version: 2.38
|
||
|
Release: 1mamba
|
||
|
Summary: Add support for i10n, documentation and icons to distutils
|
||
|
Group: System/Libraries/Python
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://launchpad.net/ubuntu/+source/python-distutils-extra
|
||
|
Source: https://launchpad.net/python-distutils-extra/trunk/%{version}/+download/python-distutils-extra-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: libpython-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: python-setuptools
|
||
|
Requires: python27 >= %python27_version
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Add support for i10n, documentation and icons to distutils.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%{__python27} setup.py build
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%{__python27} setup.py install \
|
||
|
--root="%{buildroot}" \
|
||
|
--install-headers=%{_includedir}/python%{python27_version} \
|
||
|
--install-lib=%{python27_sitearch}
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{python27_sitearch}/DistUtilsExtra
|
||
|
%{python27_sitearch}/python_distutils_extra-%{version}-py*.egg-info
|
||
|
|
||
|
%changelog
|
||
|
* Sat Jul 27 2013 Automatic Build System <autodist@mambasoft.it> 2.38-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.37-2mamba
|
||
|
- rebuilt with python 2.7
|
||
|
|
||
|
* Sat Oct 13 2012 Automatic Build System <autodist@mambasoft.it> 2.37-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Aug 20 2012 Automatic Build System <autodist@mambasoft.it> 2.36-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Aug 08 2012 Automatic Build System <autodist@mambasoft.it> 2.35-1mamba
|
||
|
- update to 2.35
|
||
|
|
||
|
* Tue Jan 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.15-1mamba
|
||
|
- update to 2.15
|
||
|
|
||
|
* Tue Jun 12 2007 Silvan Calarco <silvan.calarco@mambasoft.it> extra_0.90-1mamba
|
||
|
- package created by autospec
|