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:
Marcus Rückert 2010-12-13 13:13:01 +00:00 committed by Git OBS Bridge
parent a01576fb2c
commit 7f20eeb315

View File

@ -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