From f32a5b45543270cb214f949729a929b4fe584e64 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 17 Jun 2011 09:48:04 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/osc revision 61.0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=ffc9005a2cc2d20b998d7a6a458f8a53 --- osc.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/osc.spec b/osc.spec index 6cf64ec..53a1c41 100644 --- a/osc.spec +++ b/osc.spec @@ -84,7 +84,6 @@ Requires: rpm-python %endif %{!?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. @@ -95,11 +94,9 @@ 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 @@ -112,11 +109,9 @@ install -Dm0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete install -Dm0755 dist/osc.complete %{buildroot}%{_libdir}/osc/complete %endif - %clean rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc AUTHORS README TODO NEWS @@ -132,6 +127,4 @@ rm -rf %{buildroot} %{_libdir}/osc %endif - - %changelog