rpms/gnome-shell/F-13 gnome-shell.spec,1.35,1.36

Colin Walters walters at fedoraproject.org
Fri Mar 26 20:36:57 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/gnome-shell/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18253

Modified Files:
	gnome-shell.spec 
Log Message:
* Fri Mar 26 2010 Colin Walters <walters at verbum.org> - 2.29.1-3
- Specify V=1 for build, readd smp_mflags since parallel is fixed upstream



Index: gnome-shell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-shell/F-13/gnome-shell.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- gnome-shell.spec	26 Mar 2010 20:17:00 -0000	1.35
+++ gnome-shell.spec	26 Mar 2010 20:36:56 -0000	1.36
@@ -69,9 +69,7 @@ easy to use experience.
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-# http://bugzilla.gnome.org/show_bug.cgi?id=591474
-# make %{?_smp_mflags}
-make
+make V=1 %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -121,6 +119,9 @@ gconftool-2 --makefile-install-rule \
   > /dev/null || :
 
 %changelog
+* Fri Mar 26 2010 Colin Walters <walters at verbum.org> - 2.29.1-3
+- Specify V=1 for build, readd smp_mflags since parallel is fixed upstream
+
 * Thu Mar 25 2010 Adam Miller <maxamillion at fedoraproject.org> - 2.29.1-2
 - Bumped for new version of mutter and clutter
 - Added version requirement to gjs-devel because of dependency of build



More information about the scm-commits mailing list