2.21.3
This commit is contained in:
parent
afaa741f6f
commit
27b9c78961
@ -1 +1 @@
|
||||
gnome-menus-2.21.2.tar.bz2
|
||||
gnome-menus-2.21.3.tar.bz2
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
Summary: A menu system for the GNOME project
|
||||
Name: gnome-menus
|
||||
Version: 2.21.2
|
||||
Version: 2.21.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -16,7 +16,7 @@ Requires: redhat-menus >= 7.8.9-2
|
||||
BuildRequires: gamin-devel
|
||||
BuildRequires: gawk
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= 2.6.0
|
||||
BuildRequires: glib2-devel >= 2.15.0
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python2-devel >= 2.3.0
|
||||
@ -32,7 +32,7 @@ Python bindings, and a simple menu editor.
|
||||
Summary: Libraries and include files for the GNOME menu system
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: glib2-devel >= 2.6.0
|
||||
Requires: glib2-devel >= 2.15.0
|
||||
Requires: python2-devel >= 2.3.0
|
||||
Requires: gamin-devel
|
||||
Requires: pkgconfig
|
||||
@ -45,7 +45,7 @@ writing applications that use the GNOME menu system.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-monitor-backend=inotify \
|
||||
%configure --with-monitor-backend=gio \
|
||||
%if %{enable_debugging}
|
||||
--enable-debug=yes
|
||||
%else
|
||||
@ -98,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/gnome-menus
|
||||
|
||||
%changelog
|
||||
* Sat Dec 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
|
||||
- Update to 2.21.3
|
||||
- Use gio for file monitoring
|
||||
|
||||
* Mon Nov 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
|
||||
- Update to 2.21.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user