From 7f20eeb315c24f686ce95f3f4d483bdb93edc242cc304feefe03615007d3e68e Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 13 Dec 2010 13:13:01 +0000 Subject: [PATCH] Autobuild autoformatter for 55758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=2 --- python-pip.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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