packages: aubio/aubio.spec - fix bashism in configure.ac

sparky sparky at pld-linux.org
Sat Feb 6 02:44:13 CET 2010


Author: sparky                       Date: Sat Feb  6 01:44:13 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix bashism in configure.ac

---- Files affected:
packages/aubio:
   aubio.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/aubio/aubio.spec
diff -u packages/aubio/aubio.spec:1.9 packages/aubio/aubio.spec:1.10
--- packages/aubio/aubio.spec:1.9	Fri Feb  5 22:42:15 2010
+++ packages/aubio/aubio.spec	Sat Feb  6 02:44:08 2010
@@ -34,6 +34,7 @@
 BuildRequires:	rpmbuild(macros) >= 1.219
 BuildRequires:	swig-python
 %endif
+BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -117,6 +118,7 @@
 %prep
 %setup -q
 %patch0 -p1
+sed 's/\([A-Z_]\+\)+="\(.*\)"/\1="$\1 \2"/' -i configure.ac
 
 %build
 %{__libtoolize}
@@ -197,6 +199,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2010/02/06 01:44:08  sparky
+- fix bashism in configure.ac
+
 Revision 1.9  2010/02/05 21:42:15  sls
 - build with lash
 - BR: docbook-to-man
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/aubio/aubio.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list