packages: gnuradio/gnuradio.spec - rel 3; fix find
arekm
arekm at pld-linux.org
Sun Apr 1 18:30:06 CEST 2012
Author: arekm Date: Sun Apr 1 16:30:06 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 3; fix find
---- Files affected:
packages/gnuradio:
gnuradio.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/gnuradio/gnuradio.spec
diff -u packages/gnuradio/gnuradio.spec:1.4 packages/gnuradio/gnuradio.spec:1.5
--- packages/gnuradio/gnuradio.spec:1.4 Sun Apr 1 18:25:01 2012
+++ packages/gnuradio/gnuradio.spec Sun Apr 1 18:30:00 2012
@@ -10,7 +10,7 @@
Summary: Software defined radio framework
Name: gnuradio
Version: 3.5.3
-Release: 0.%{snaps}.2
+Release: 0.%{snaps}.3
License: GPL v3
Group: Applications/Engineering
URL: http://www.gnuradio.org/
@@ -88,8 +88,8 @@
%setup -q -n %{name}
%patch0 -p1
-# force regeneration of cached moc output files
-find -name "*_moc.cc" | xargs rm
+# force regeneration of cached moc output files (for final tarballs)
+find -name "*_moc.cc" -exec rm "{}" ";"
%build
%{__libtoolize}
@@ -230,6 +230,9 @@
$Log$
+Revision 1.5 2012/04/01 16:30:00 arekm
+- rel 3; fix find
+
Revision 1.4 2012/04/01 16:25:01 arekm
- rel 2; install py files in the same place as python so modules (so import can work)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/gnuradio/gnuradio.spec?r1=1.4&r2=1.5
More information about the pld-cvs-commit
mailing list