forked from pool/python-pip
89537b191e
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=1
43 lines
843 B
RPMSpec
43 lines
843 B
RPMSpec
Name: python-pip
|
|
# List of additional build dependencies
|
|
BuildRequires: python-devel
|
|
Version: 0.6.1
|
|
Release: 1
|
|
License: MIT License
|
|
Source: pip-0.6.1.tar.gz
|
|
Group: Development/Libraries/Python
|
|
Summary: pip installs packages. Python packages. An easy_install replacement
|
|
%py_requires
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
pip installs packages. Python packages. An easy_install replacement
|
|
|
|
|
|
%prep
|
|
%setup -q -n pip-%version
|
|
|
|
%build
|
|
|
|
python setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
python setup.py install --prefix=%_prefix --root=%buildroot --record-rpm=filelist
|
|
|
|
|
|
|
|
|
|
%clean
|
|
rm -rf %buildroot
|
|
|
|
%files -f filelist
|
|
%defattr(-,root,root)
|
|
|
|
|
|
%changelog
|
|
* Sun Dec 06 2009 playpauseandstop@gmail.com
|
|
- packaged python-pip version 0.6.1 using the buildservice spec file wizard
|