import gnome-menus-3.13.3-11.el8
This commit is contained in:
parent
e780125fae
commit
b1e52335bc
@ -3,7 +3,7 @@
|
|||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 3.13.3
|
Version: 3.13.3
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
@ -21,6 +21,9 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
|
||||||
|
Obsoletes: redhat-menus < 12.0.2-13
|
||||||
|
Provides: redhat-menus = 12.0.2-13
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-menus is an implementation of the draft "Desktop
|
gnome-menus is an implementation of the draft "Desktop
|
||||||
Menu Specification" from freedesktop.org. This package
|
Menu Specification" from freedesktop.org. This package
|
||||||
@ -56,6 +59,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
cp $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/{gnome-,}applications.menu
|
||||||
|
|
||||||
%find_lang gnome-menus-3.0
|
%find_lang gnome-menus-3.0
|
||||||
|
|
||||||
@ -66,6 +70,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%files -f gnome-menus-3.0.lang
|
%files -f gnome-menus-3.0.lang
|
||||||
%doc AUTHORS NEWS COPYING.LIB
|
%doc AUTHORS NEWS COPYING.LIB
|
||||||
%{_sysconfdir}/xdg/menus/gnome-applications.menu
|
%{_sysconfdir}/xdg/menus/gnome-applications.menu
|
||||||
|
%{_sysconfdir}/xdg/menus/applications.menu
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_datadir}/desktop-directories/*
|
%{_datadir}/desktop-directories/*
|
||||||
%{_libdir}/girepository-1.0/GMenu-3.0.typelib
|
%{_libdir}/girepository-1.0/GMenu-3.0.typelib
|
||||||
@ -77,6 +82,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gir-1.0/GMenu-3.0.gir
|
%{_datadir}/gir-1.0/GMenu-3.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 06 2019 Ray Strode <rstrode@redhat.com> - 3.13.3-11
|
||||||
|
- swallow up redhat-menus
|
||||||
|
Resolves: #1715890
|
||||||
|
|
||||||
* Fri Aug 03 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.13.3-10
|
* Fri Aug 03 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.13.3-10
|
||||||
- Remove python2-devel dependency
|
- Remove python2-devel dependency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user