fix build reqs

This commit is contained in:
Matthias Clasen 2006-06-09 17:24:07 +00:00
parent 8458c3290a
commit 5a27448f31

View File

@ -7,7 +7,7 @@
Summary: A menu system for the GNOME project Summary: A menu system for the GNOME project
Name: gnome-menus Name: gnome-menus
Version: 2.14.0 Version: 2.14.0
Release: 3 Release: 4
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gnome.org/ URL: http://www.gnome.org/
@ -19,6 +19,7 @@ BuildRequires: glib2-devel >= 2.6.0
BuildRequires: %{python}-devel >= 2.3.0 BuildRequires: %{python}-devel >= 2.3.0
BuildRequires: gamin-devel BuildRequires: gamin-devel
BuildRequires: perl-XML-Parser BuildRequires: perl-XML-Parser
BuildRequires: gettext
%description %description
gnome-menus is an implementation of the draft "Desktop gnome-menus is an implementation of the draft "Desktop
@ -90,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/gnome-menu-spec-test %{_bindir}/gnome-menu-spec-test
%changelog %changelog
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
- More missing BuildRequires
* Tue Jun 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3 * Tue Jun 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
- Add a BuildRequires for perl-XML-Parser - Add a BuildRequires for perl-XML-Parser