Added libtool for git snapshot dep
This commit is contained in:
parent
421a681d6d
commit
2f35f2d345
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 2.28.0.%{alphatag}
|
Version: 2.28.0.%{alphatag}
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Window management and application launching for GNOME
|
Summary: Window management and application launching for GNOME
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -21,9 +21,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
%define mutter_version 2.28.0
|
%define mutter_version 2.28.0
|
||||||
|
|
||||||
## Needed by git tree
|
## Needed by git tree
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf >= 2.53
|
||||||
BuildRequires: automake
|
BuildRequires: automake >= 1.10
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common >= 2.2.0
|
||||||
|
BuildRequires: libtool >= 1.4.3
|
||||||
|
|
||||||
BuildRequires: clutter-devel >= %{clutter_version}
|
BuildRequires: clutter-devel >= %{clutter_version}
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
@ -134,6 +135,9 @@ gconftool-2 --makefile-install-rule \
|
|||||||
> /dev/null || :
|
> /dev/null || :
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Added gnome-common needed by autogen.sh in git snapshot build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user