]> git.pld-linux.org Git - packages/gnuradio.git/commitdiff
- rel 3; fix find auto/th/gnuradio-3_5_3-0_20120326_3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 1 Apr 2012 16:30:00 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnuradio.spec -> 1.5

gnuradio.spec

index fa1d181546e2e97e2cbee8107c01726818907065..054879484c54caea422b8ae638ce8cd6f3a1bd96 100644 (file)
@@ -9,7 +9,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/
@@ -87,8 +87,8 @@ GNU Radio examples
 %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}
This page took 0.877603 seconds and 4 git commands to generate.