import gnome-desktop3-3.32.2-1.el8
This commit is contained in:
parent
5f035dc148
commit
c63cc9c3c9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/gnome-desktop-3.28.2.tar.xz
|
||||
SOURCES/gnome-desktop-3.32.2.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
3ea90d5fd86e51a02fd55b966bc6f20eee5c6799 SOURCES/gnome-desktop-3.28.2.tar.xz
|
||||
8faf1084c976cccc2e973a48ef0fa314d6606323 SOURCES/gnome-desktop-3.32.2.tar.xz
|
||||
|
@ -6,13 +6,13 @@
|
||||
%global po_package gnome-desktop-3.0
|
||||
|
||||
Name: gnome-desktop3
|
||||
Version: 3.28.2
|
||||
Version: 3.32.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
|
||||
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/gnome-desktop/3.28/gnome-desktop-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gnome-desktop/3.32/gnome-desktop-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf2_version}
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
@ -24,10 +24,11 @@ BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(xkeyboard-config)
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
|
||||
Requires: bubblewrap
|
||||
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version}
|
||||
@ -73,14 +74,11 @@ the functionality of the installed %{name} package.
|
||||
%autosetup -p1 -n gnome-desktop-%{version}
|
||||
|
||||
%build
|
||||
%configure --enable-installed-tests
|
||||
make %{?_smp_mflags}
|
||||
%meson -Dgtk_doc=true -Dinstalled_tests=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
# stuff we don't want
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%meson_install
|
||||
|
||||
%find_lang %{po_package} --all-name --with-gnome
|
||||
|
||||
@ -107,6 +105,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Fri Jun 14 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.2-1
|
||||
- Rebase to 3.32.2
|
||||
Resolves: #1719241
|
||||
|
||||
* Wed Dec 12 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-2
|
||||
- rebuild
|
||||
|
||||
* Thu May 10 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
|
||||
- Update to 3.28.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user