rpms/avbin/F-10 avbin.spec,1.1,1.2

Orcan Ogetbil oget at rpmfusion.org
Fri Jan 16 20:48:42 CET 2009


Author: oget

Update of /cvs/free/rpms/avbin/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16595

Modified Files:
	avbin.spec 
Log Message:
* Fri Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-7
- Add "sleep 1m" to avoid buildsys failures



Index: avbin.spec
===================================================================
RCS file: /cvs/free/rpms/avbin/F-10/avbin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avbin.spec	16 Jan 2009 14:37:41 -0000	1.1
+++ avbin.spec	16 Jan 2009 19:48:42 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:        Cross-platform media decoding library
 Name:           avbin
 Version:        7
-Release:        6%{?dist}
+Release:        7%{?dist}
 # Note that this license is implicitly converted to GPLv3 because we are linking to
 # a GPLv2+ ffmpeg:
 License:        LGPLv3+
@@ -65,6 +65,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+# buildsys sometimes fails without this:
+sleep 1m
 make install AVBIN_VERSION=$(cat VERSION) \
              INCLUDEDIR=%{_includedir} \
              LIBDIR=%{_libdir} \
@@ -89,6 +91,9 @@
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Fri Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-7
+- Add "sleep 1m" to avoid buildsys failures
+
 * Thu Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-6
 - The S24 was actually needed for ffmpeg revision >= 15124. Updated the patch
 



More information about the rpmfusion-commits mailing list