packages: libethos/libethos.spec - added -j1 to make to fix periodic failed...

caleb caleb at pld-linux.org
Sat Apr 24 14:17:08 CEST 2010


Author: caleb                        Date: Sat Apr 24 12:17:08 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added -j1 to make to fix periodic failed builds
- added missing %dir
- release 3

---- Files affected:
packages/libethos:
   libethos.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/libethos/libethos.spec
diff -u packages/libethos/libethos.spec:1.4 packages/libethos/libethos.spec:1.5
--- packages/libethos/libethos.spec:1.4	Sat Apr 24 10:57:15 2010
+++ packages/libethos/libethos.spec	Sat Apr 24 14:17:02 2010
@@ -7,7 +7,7 @@
 Summary:	Reusable plugin framework for glib and gtk+
 Name:		libethos
 Version:	0.2.2
-Release:	2
+Release:	3
 License:	LGPL v2.1
 Group:		Libraries
 Source0:	http://ftp.dronelabs.com/sources/%{_packname}/0.2/%{_packname}-%{version}.tar.gz
@@ -74,7 +74,7 @@
 %configure \
 	--enable-introspection \
 	--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -106,6 +106,7 @@
 %{_datadir}/pygtk/2.0/defs/ethos*
 %{py_sitedir}/gtk-2.0/ethos
 %{py_sitedir}/gtk-2.0/_ethos*
+%dir %{_datadir}/ethos/
 %dir %{_datadir}/ethos/icons/
 %{_datadir}/ethos/icons/*.png
 
@@ -131,6 +132,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/04/24 12:17:02  caleb
+- added -j1 to make to fix periodic failed builds
+- added missing %dir
+- release 3
+
 Revision 1.4  2010/04/24 08:57:15  deejay1
 - add missing dir to %%files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libethos/libethos.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list