2.17.5
This commit is contained in:
parent
85218ba4ca
commit
fe336229a0
@ -1 +1 @@
|
|||||||
gnome-menus-2.17.2.tar.bz2
|
gnome-menus-2.17.5.tar.bz2
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 2.17.2
|
Version: 2.17.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: redhat-menus >= 6.5.4
|
Requires: redhat-menus >= 6.5.4
|
||||||
BuildRequires: glib2-devel >= 2.6.0
|
BuildRequires: glib2-devel >= 2.6.0
|
||||||
BuildRequires: python2-devel >= 2.3.0
|
BuildRequires: python2-devel >= 2.3.0
|
||||||
@ -30,7 +30,7 @@ Python bindings, and a simple menu editor.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and include files for the GNOME menu system
|
Summary: Libraries and include files for the GNOME menu system
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: glib2-devel >= 2.6.0
|
Requires: glib2-devel >= 2.6.0
|
||||||
Requires: python2-devel >= 2.3.0
|
Requires: python2-devel >= 2.3.0
|
||||||
Requires: gamin-devel
|
Requires: gamin-devel
|
||||||
@ -67,6 +67,12 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/desktop-directories/Desktop.directory
|
|||||||
|
|
||||||
# We use alacarte now
|
# We use alacarte now
|
||||||
rm -rf $RPM_BUILD_ROOT%{_bindir}/gmenu-simple-editor
|
rm -rf $RPM_BUILD_ROOT%{_bindir}/gmenu-simple-editor
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/gmenu-simple-editor.desktop
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome-menus/glade/gmenu-simple-editor.glade
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{python_sitearch}/GMenuSimpleEditor/*
|
||||||
|
|
||||||
|
# No point in shipping this either
|
||||||
|
%{_bindir}/gnome-menu-spec-test
|
||||||
|
|
||||||
%find_lang %{po_package}
|
%find_lang %{po_package}
|
||||||
|
|
||||||
@ -83,9 +89,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc
|
%doc
|
||||||
%{_libdir}/libgnome-menu.so.*
|
%{_libdir}/libgnome-menu.so.*
|
||||||
%{python_sitearch}/gmenu.so
|
%{python_sitearch}/gmenu.so
|
||||||
%{python_sitearch}/GMenuSimpleEditor/*
|
|
||||||
%{_datadir}/gnome-menus/glade/gmenu-simple-editor.glade
|
|
||||||
%{_datadir}/applications/gmenu-simple-editor.desktop
|
|
||||||
%{_datadir}/desktop-directories
|
%{_datadir}/desktop-directories
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -93,9 +96,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/gnome-menus
|
%{_includedir}/gnome-menus
|
||||||
%{_bindir}/gnome-menu-spec-test
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
|
||||||
|
- Update to 2.17.5
|
||||||
|
- Remove traces of gmenu-simple-editor
|
||||||
|
|
||||||
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 2.17.2-2
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 2.17.2-2
|
||||||
- rebuild for python 2.5
|
- rebuild for python 2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user