Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a901a452f |
3 changed files with 10 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
pip-0.7.2.tar.gz
|
pip-0.7.2.tar.gz
|
||||||
/pip-0.8.tar.gz
|
/pip-0.8.tar.gz
|
||||||
|
/pip-0.8.3.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,13 @@
|
||||||
%global srcname pip
|
%global srcname pip
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.8
|
Version: 0.8.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pip installs packages. Python packages. An easy_install replacement
|
Summary: Pip installs packages. Python packages. An easy_install replacement
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pip.openplans.org
|
URL: http://www.pip-installer.org
|
||||||
Source0: http://pypi.python.org/packages/source/p/pip/%{srcname}-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/p/pip/%{srcname}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
|
@ -38,18 +38,23 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
||||||
%{__rm} -rf %{buildroot}%{_bindir}/pip-*
|
%{__rm} -rf %{buildroot}%{_bindir}/pip-*
|
||||||
|
|
||||||
|
# Change the name of the pip executable in order to not conflict with perl-pip
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=616399
|
||||||
mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python
|
mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc PKG-INFO docs
|
%doc PKG-INFO docs
|
||||||
%attr(755,root,root) %{_bindir}/pip-python
|
%attr(755,root,root) %{_bindir}/pip-python
|
||||||
%{python_sitelib}/pip*
|
%{python_sitelib}/pip*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 22 2011 Tim Flink <tflink@fedoraproject.org> - 0.8.3-1
|
||||||
|
- update to 0.8.3 and project home page
|
||||||
|
|
||||||
* Mon Aug 30 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.8-1
|
* Mon Aug 30 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.8-1
|
||||||
- update to 0.8 of pip
|
- update to 0.8 of pip
|
||||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.2-5
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.2-5
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
468d9adc309f33ad51cee38f0d455429 pip-0.8.tar.gz
|
0603337a81f83df2b1d2f1151565efac pip-0.8.3.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue