]> git.pld-linux.org Git - packages/sip.git/commitdiff
- BR, not R sed 4.0; clean buildroot before use (still in wrong place!)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Feb 2004 14:23:00 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sip.spec -> 1.29

sip.spec

index f2cb83beb67c8325c0cbc47377259329065c61c7..fe16990345d43c20f3d9a39865a5e475870f8535 100644 (file)
--- a/sip.spec
+++ b/sip.spec
@@ -19,8 +19,8 @@ URL:          http://www.riverbankcomputing.co.uk/sip/index.php
 BuildRequires: python-devel >= 2.2
 BuildRequires: qt-devel >= 3.1.2
 BuildRequires: rpm-pythonprov
+BuildRequires: sed >= 4.0
 %pyrequires_eq python
-Requires:      sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sipfilesdir    %{_datadir}/sip
@@ -40,6 +40,7 @@ uruchomienia wszystkich wygenerowanych powi
 %setup -q -n %{name}-snapshot-%{_snap}
 
 %build
+rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{py_sitedir},%{py_incdir},%{_bindir},%{py_libdir}}
 
 echo 'yes' | python build.py \
This page took 0.042131 seconds and 4 git commands to generate.