Autobuild autoformatter for 55758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=2
This commit is contained in:
parent
a01576fb2c
commit
7f20eeb315
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-pip
|
Name: python-pip
|
||||||
Version: 0.8.1
|
Version: 0.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -45,21 +46,16 @@ Author:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n pip-%version
|
%setup -q -n pip-%version
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=filelist
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=filelist
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%files -f filelist
|
%files -f filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user