rpms/avidemux/devel avidemux.spec,1.20,1.21

Stewart Adam firewing at rpmfusion.org
Sun May 3 20:31:33 CEST 2009


Author: firewing

Update of /cvs/free/rpms/avidemux/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22616

Modified Files:
	avidemux.spec 
Log Message:
* Sun May 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4.4-8
- skip %_smp_mflags in po/



Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- avidemux.spec	25 Apr 2009 19:03:36 -0000	1.20
+++ avidemux.spec	3 May 2009 18:31:33 -0000	1.21
@@ -2,7 +2,7 @@
 
 Name:           avidemux
 Version:        2.4.4
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Graphical video editing and transcoding tool
 
 Group:          Applications/Multimedia
@@ -126,17 +126,19 @@
 
 %build
 %cmake
+# po/ not smp safe - http://bugs.avidemux.org/index.php?do=details&task_id=605
+make -C po
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-install --vendor livna \
+desktop-file-install --vendor rpmfusion \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications \
     %{SOURCE1}
 
-desktop-file-install --vendor livna \
+desktop-file-install --vendor rpmfusion \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications \
     %{SOURCE2}
 
@@ -168,6 +170,9 @@
 %{_datadir}/applications/*qt*.desktop
 
 %changelog
+* Sun May 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4.4-8
+- skip %%_smp_mflags in po/
+
 * Sat Apr 25 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-7
 - Test build with ppc* enabled
 



More information about the rpmfusion-commits mailing list