diff --git a/python-pip.spec b/python-pip.spec index 7eebfde..40badee 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -16,6 +16,7 @@ # + Name: python-pip Version: 0.8.1 Release: 1 @@ -45,21 +46,16 @@ Author: %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