rpms/themonospot-console/devel themonospot-console.spec,1.1,1.2

Armando Basile hman-it at fedoraproject.org
Sun Mar 14 20:47:30 UTC 2010


Author: hman-it

Update of /cvs/pkgs/rpms/themonospot-console/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8526

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


Index: themonospot-console.spec
===================================================================
RCS file: /cvs/pkgs/rpms/themonospot-console/devel/themonospot-console.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- themonospot-console.spec	6 Jan 2010 17:02:34 -0000	1.1
+++ themonospot-console.spec	14 Mar 2010 20:47:30 -0000	1.2
@@ -1,7 +1,7 @@
 Summary   : Console application to use themonospot (multimedia files parser/editor)
 Name      : themonospot-console
 Version   : 0.1.1
-Release   : 3%{?dist}
+Release   : 4%{?dist}
 License   : GPLv2
 Group     : Applications/Multimedia
 Source    : http://www.integrazioneweb.com/repository/SOURCES/themonospot-console-%{version}.tar.gz
@@ -25,7 +25,7 @@ using themonospot base component and his
 
 %build
 %configure
-make %{?_smp_mflags}
+make
 
 %install
 rm -fr %{buildroot}
@@ -43,6 +43,9 @@ rm -rf %{buildroot}
 %{_bindir}/%{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 as BuildRequire
 



More information about the scm-commits mailing list