132 lines
4.4 KiB
RPMSpec
132 lines
4.4 KiB
RPMSpec
Name: python-pip
|
||
Version: 8.1.2
|
||
Release: 1mamba
|
||
Summary: A tool for installing and managing Python packages
|
||
Group: System/Libraries
|
||
Vendor: openmamba
|
||
Distribution: openmamba
|
||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
URL: http://www.pip-installer.org/
|
||
Source: http://pypi.debian.net/pip/pip-%{version}.tar.gz
|
||
License: MIT
|
||
## AUTOBUILDREQ-BEGIN
|
||
BuildRequires: libpython-devel
|
||
BuildRequires: python
|
||
## AUTOBUILDREQ-END
|
||
BuildRequires: libpython-devel
|
||
Requires: python-setuptools
|
||
Requires: python >= %python_version
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
||
%description
|
||
pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install.
|
||
|
||
%if "%{?with_pyver}"
|
||
%pyver_package
|
||
%endif
|
||
|
||
%prep
|
||
%setup -q -n pip-%{version}
|
||
|
||
%build
|
||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||
|
||
%install
|
||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
%{__python} setup.py install \
|
||
-O1 --skip-build \
|
||
--root="%{buildroot}" \
|
||
--install-headers=%{_includedir}/python \
|
||
--install-lib=%{python_sitearch} \
|
||
--single-version-externally-managed \
|
||
--record=%{name}.filelist
|
||
|
||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||
|
||
%if "%{?pyappend}"
|
||
rm -f %{buildroot}%{_bindir}/pip
|
||
sed -i "\,%{_bindir}/pip$,d" %{name}.filelist
|
||
%endif
|
||
|
||
%files %{?pyappend} -f %{name}.filelist
|
||
%defattr(-,root,root)
|
||
|
||
%changelog
|
||
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 8.1.2-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sat Mar 26 2016 Automatic Build System <autodist@mambasoft.it> 8.1.1-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Thu Mar 24 2016 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sun Jan 24 2016 Automatic Build System <autodist@mambasoft.it> 8.0.2-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Mon Aug 24 2015 Automatic Build System <autodist@mambasoft.it> 7.1.2-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Thu Jun 04 2015 Automatic Build System <autodist@mambasoft.it> 7.0.3-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sun May 24 2015 Automatic Build System <autodist@mambasoft.it> 7.0.1-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sun May 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.1-2mamba
|
||
- added python3 subpackage
|
||
|
||
* Tue Apr 07 2015 Automatic Build System <autodist@mambasoft.it> 6.1.1-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Fri Feb 06 2015 Automatic Build System <autodist@mambasoft.it> 6.0.8-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Fri Jan 30 2015 Automatic Build System <autodist@mambasoft.it> 6.0.7-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sat Jan 03 2015 Automatic Build System <autodist@mambasoft.it> 6.0.6-1mamba
|
||
- automatic update by autodist
|
||
|
||
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 6.0.3-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Thu May 22 2014 Automatic Build System <autodist@mambasoft.it> 1.5.6-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Wed May 07 2014 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Tue Feb 25 2014 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Thu Feb 06 2014 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sat Jan 25 2014 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Thu Jan 02 2014 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sat Aug 10 2013 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Thu Jul 25 2013 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-2mamba
|
||
- python 2.7 mass rebuild
|
||
|
||
* Fri Mar 08 2013 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Tue Sep 04 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.2-1mamba
|
||
- package created by autospec
|