From b4adfe069ce49293160708f896b91b853796b849 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 7 Dec 2009 03:22:24 +0000 Subject: [PATCH] Added the autotools needed to build the git snapshot to the build requires --- gnome-shell.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnome-shell.spec b/gnome-shell.spec index fcc6ac8..d8355e9 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -20,6 +20,11 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %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 - 2.28.0.20091206git-3 +- Added the autotools needed to build the git snapshot to the build requires + * Sun Dec 06 2009 Adam Miller - 2.28.0.20091206git-2 - Fixed the setup naming issue with the git snapshot directory naming