Added libtool for git snapshot dep

This commit is contained in:
Adam Miller 2009-12-07 22:18:50 +00:00
parent 421a681d6d
commit 2f35f2d345

View File

@ -2,7 +2,7 @@
Name: gnome-shell
Version: 2.28.0.%{alphatag}
Release: 4
Release: 5
Summary: Window management and application launching for GNOME
Group: User Interface/Desktops
@ -21,9 +21,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%define mutter_version 2.28.0
## Needed by git tree
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gnome-common
BuildRequires: autoconf >= 2.53
BuildRequires: automake >= 1.10
BuildRequires: gnome-common >= 2.2.0
BuildRequires: libtool >= 1.4.3
BuildRequires: clutter-devel >= %{clutter_version}
BuildRequires: dbus-glib-devel
@ -134,6 +135,9 @@ gconftool-2 --makefile-install-rule \
> /dev/null || :
%changelog
* Tue Dec 07 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-5
- Added libtool, glib-gettext for the libtoolize dep of git snapshot
* Mon Dec 07 2009 Adam Miller <maxamillion@fedoraproject.org> - 2.28.0.20091206git-4
- Added gnome-common needed by autogen.sh in git snapshot build