From 3d851158c1b763376c80a7bf32eb2d716383e4ec Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 10 Jun 2011 11:15:05 +0000 Subject: [PATCH] Autobuild autoformatter for 73244 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=59 --- osc.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/osc.spec b/osc.spec index fd1cbfc..fd74b0c 100644 --- a/osc.spec +++ b/osc.spec @@ -81,7 +81,6 @@ BuildRequires: rpm-python # %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - %description Commandline client for the openSUSE Build Service. @@ -93,12 +92,10 @@ introduction. %prep %setup -q - %build CFLAGS="%{optflags}" \ %{__python} setup.py build - %install %{__python} setup.py install --prefix=%{_prefix} --root %{buildroot} %__ln_s osc-wrapper.py %{buildroot}/%{_bindir}/osc @@ -114,11 +111,9 @@ CFLAGS="%{optflags}" \ %__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete %endif - %clean %{__rm} -rf %{buildroot} - %files %defattr(-,root,root) %{_bindir}/osc* @@ -136,6 +131,4 @@ CFLAGS="%{optflags}" \ %doc AUTHORS README TODO NEWS %doc %_mandir/man1/osc.* - - %changelog