rpms/exo/devel exo.spec,1.40,1.41

Christoph Wickert cwickert at fedoraproject.org
Sat Oct 10 16:17:06 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/exo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18289

Modified Files:
	exo.spec 
Log Message:
* Sat Oct 10 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.103-2
- Disable parallel make due to multilib conflicts.



Index: exo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exo/devel/exo.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- exo.spec	10 Oct 2009 15:06:36 -0000	1.40
+++ exo.spec	10 Oct 2009 16:17:06 -0000	1.41
@@ -3,7 +3,7 @@
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.103
-Release: 1%{?dist}
+Release: 2%{?dist}
 # libexo-hal exo-helper mount-notify and exo-mount are all GPLv2+
 # everything else is LGPLv2+
 License: LGPLv2+ and GPLv2+
@@ -57,7 +57,8 @@ Python libraries and header files for th
 %build
 %configure --enable-gtk-doc --disable-static
 
-make %{?_smp_mflags}
+# using %{?_smp_mflags} causes a multilib conflict, disable it for now
+make 
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -134,6 +135,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Sat Oct 10 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.103-2
+- Disable parallel make due to multilib conflicts.
+
 * Sat Oct 10 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.103-1
 - Update to 0.3.103
 - Drop patches for URL quoting and default mount options (fixed upstream)




More information about the fedora-extras-commits mailing list