SPECS: cymbaline.spec - no real need for sed BR (already required ...
shadzik
shadzik at pld-linux.org
Sun Mar 30 17:08:00 CEST 2008
Author: shadzik Date: Sun Mar 30 15:08:00 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no real need for sed BR (already required by rpmbuild)
- use %__sed macro
---- Files affected:
SPECS:
cymbaline.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/cymbaline.spec
diff -u SPECS/cymbaline.spec:1.4 SPECS/cymbaline.spec:1.5
--- SPECS/cymbaline.spec:1.4 Sun Mar 30 17:04:51 2008
+++ SPECS/cymbaline.spec Sun Mar 30 17:07:55 2008
@@ -15,7 +15,6 @@
BuildRequires: python-devel >= 1:2.5
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
-BuildRequires: sed >= 4.0
# FIXME: alsa output is hardcoded (instead of default)
Requires: libao-alsa
Requires: python-mad
@@ -44,7 +43,7 @@
%prep
%setup -q
-sed -i -e 's,"/cdrom/","/media/cdrom/",' cypack/conf.py
+%{__sed} -i -e 's,"/cdrom/","/media/cdrom/",' cypack/conf.py
%build
%{__python} setup.py build
@@ -76,6 +75,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008-03-30 15:07:55 shadzik
+- no real need for sed BR (already required by rpmbuild)
+- use %__sed macro
+
Revision 1.4 2008-03-30 15:04:51 lisu
- up to 1.3e
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cymbaline.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list