rpms/themonospot-plugin-mkv/devel themonospot-plugin-mkv.spec, 1.1, 1.2

Armando Basile hman-it at fedoraproject.org
Sun Mar 14 21:23:00 UTC 2010


Author: hman-it

Update of /cvs/pkgs/rpms/themonospot-plugin-mkv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12724

Modified Files:
	themonospot-plugin-mkv.spec 
Log Message:
parallel make sometimes fails


Index: themonospot-plugin-mkv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/themonospot-plugin-mkv/devel/themonospot-plugin-mkv.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- themonospot-plugin-mkv.spec	6 Jan 2010 18:50:49 -0000	1.1
+++ themonospot-plugin-mkv.spec	14 Mar 2010 21:23:00 -0000	1.2
@@ -1,7 +1,7 @@
 Summary   : Matroska plugin for themonospot system
 Name      : themonospot-plugin-mkv
 Version   : 0.1.1
-Release   : 3%{?dist}
+Release   : 4%{?dist}
 License   : GPLv2
 Group     : Applications/Multimedia
 Source    : http://www.integrazioneweb.com/repository/SOURCES/themonospot-plugin-mkv-%{version}.tar.gz
@@ -26,7 +26,7 @@ It install:
 
 %build
 %configure
-make %{?_smp_mflags}
+make
 
 %install
 rm -fr %{buildroot}
@@ -43,6 +43,9 @@ rm -rf %{buildroot}
 %{_libdir}/themonospot/plugins/%{name}/
 
 %changelog
+* Sun Mar 14 2010 Armando Basile <hmandevteam at gmail.com> 0.1.1-4
+- removed %{?_smp_mflags} from make command, parallel make sometimes fails
+
 * Fri Jan 01 2010 Armando Basile <hmandevteam at gmail.com> 0.1.1-3
 - added themonospot-base-devel to BuildRequires
 



More information about the scm-commits mailing list