SHA256
1
0
forked from pool/python-pip
python-pip/python-pip.spec

43 lines
843 B
RPMSpec
Raw Normal View History

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