rpms/gnome-shell/devel gnome-shell.spec,1.15,1.16

Adam Miller maxamillion at fedoraproject.org
Mon Dec 7 03:22:24 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/gnome-shell/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12374

Modified Files:
	gnome-shell.spec 
Log Message:
Added the autotools needed to build the git snapshot to the build requires




Index: gnome-shell.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-shell/devel/gnome-shell.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- gnome-shell.spec	7 Dec 2009 02:41:26 -0000	1.15
+++ gnome-shell.spec	7 Dec 2009 03:22:24 -0000	1.16
@@ -20,6 +20,11 @@ BuildRoot:      %(mktemp -ud %{_tmppath}
 %define gobject_introspection_version 0.6.5
 %define mutter_version 2.28.0
 
+## Needed by git tree
+BuildRequires   autogen
+BuildRequires   autoconf
+BuildRequires   automake
+
 BuildRequires:  clutter-devel >= %{clutter_version}
 BuildRequires:  dbus-glib-devel
 BuildRequires:  desktop-file-utils
@@ -69,6 +74,8 @@ easy to use experience.
 %setup -q -n gnome-shell
 
 %build
+## Needed to build the git tree
+autogen
 %configure
 
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
@@ -127,6 +134,9 @@ gconftool-2 --makefile-install-rule \
   > /dev/null || :
 
 %changelog
+* Sun Dec 06 2009 Adam Miller <maxamillion at fedoraproject.org> - 2.28.0.20091206git-3
+- Added the autotools needed to build the git snapshot to the build requires
+
 * Sun Dec 06 2009 Adam Miller <maxamillion at fedoraproject.org> - 2.28.0.20091206git-2
 - Fixed the setup naming issue with the git snapshot directory naming
 




More information about the fedora-extras-commits mailing list