sync with f16
This commit is contained in:
parent
ca7630cdde
commit
7f3b85abc6
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ gnome-menus-2.30.0.tar.bz2
|
|||||||
/gnome-menus-2.91.91.tar.bz2
|
/gnome-menus-2.91.91.tar.bz2
|
||||||
/gnome-menus-3.0.0.tar.bz2
|
/gnome-menus-3.0.0.tar.bz2
|
||||||
/gnome-menus-3.0.1.tar.bz2
|
/gnome-menus-3.0.1.tar.bz2
|
||||||
|
/gnome-menus-3.1.5.tar.xz
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 3.0.1
|
Version: 3.1.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
#VCS: git:git://git.gnome.org/gnome-menus
|
#VCS: git:git://git.gnome.org/gnome-menus
|
||||||
Source0: http://download.gnome.org/sources/gnome-menus/3.0/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/gnome-menus/3.1/%{name}-%{version}.tar.xz
|
||||||
# Keep release notes from showing up in Applications>Other
|
# Keep release notes from showing up in Applications>Other
|
||||||
Patch0: other-docs.patch
|
Patch0: other-docs.patch
|
||||||
Requires: redhat-menus
|
Requires: redhat-menus
|
||||||
@ -19,6 +19,9 @@ BuildRequires: glib2-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
|
# FIXME: temporary hack for introspection breakage
|
||||||
|
BuildRequires: gnome-menus-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-menus is an implementation of the draft "Desktop
|
gnome-menus is an implementation of the draft "Desktop
|
||||||
@ -42,7 +45,7 @@ writing applications that use the GNOME menu system.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--disable-introspection \
|
--enable-introspection \
|
||||||
%if %{enable_debugging}
|
%if %{enable_debugging}
|
||||||
--enable-debug=yes
|
--enable-debug=yes
|
||||||
%else
|
%else
|
||||||
@ -74,27 +77,29 @@ rm -rf $RPM_BUILD_ROOT%{python_sitearch}/GMenuSimpleEditor/*
|
|||||||
rm -rf $RPM_BUILD_ROOT%{_bindir}/gnome-menu-spec-test
|
rm -rf $RPM_BUILD_ROOT%{_bindir}/gnome-menu-spec-test
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome-menus/
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome-menus/
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang gnome-menus-3.0
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f gnome-menus-3.0.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS NEWS COPYING.LIB
|
%doc AUTHORS NEWS COPYING.LIB
|
||||||
%{_sysconfdir}/xdg/menus/applications-gnome.menu
|
%{_sysconfdir}/xdg/menus/applications-gnome.menu
|
||||||
%{_libdir}/libgnome-menu.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{python_sitearch}/gmenu.so
|
|
||||||
%{_datadir}/desktop-directories/*
|
%{_datadir}/desktop-directories/*
|
||||||
|
%{_libdir}/girepository-1.0/GMenu-3.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/gnome-menus
|
%{_includedir}/gnome-menus-3.0
|
||||||
|
%{_datadir}/gir-1.0/GMenu-3.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-2
|
||||||
|
- Sync with F16
|
||||||
|
|
||||||
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
||||||
- Update to 3.0.1
|
- Update to 3.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user