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
|
%global po_package gnome-desktop-3.0
|
||||||
|
|
||||||
Name: gnome-desktop3
|
Name: gnome-desktop3
|
||||||
Version: 3.28.2
|
Version: 3.32.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
|
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
|
||||||
|
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.gnome.org
|
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(gdk-pixbuf-2.0) >= %{gdk_pixbuf2_version}
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||||
@ -24,10 +24,11 @@ BuildRequires: pkgconfig(iso-codes)
|
|||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(xkeyboard-config)
|
BuildRequires: pkgconfig(xkeyboard-config)
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
||||||
BuildRequires: intltool
|
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
|
BuildRequires: meson
|
||||||
|
|
||||||
Requires: bubblewrap
|
Requires: bubblewrap
|
||||||
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version}
|
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version}
|
||||||
@ -73,14 +74,11 @@ the functionality of the installed %{name} package.
|
|||||||
%autosetup -p1 -n gnome-desktop-%{version}
|
%autosetup -p1 -n gnome-desktop-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-installed-tests
|
%meson -Dgtk_doc=true -Dinstalled_tests=true
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
# stuff we don't want
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
||||||
|
|
||||||
%find_lang %{po_package} --all-name --with-gnome
|
%find_lang %{po_package} --all-name --with-gnome
|
||||||
|
|
||||||
@ -107,6 +105,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 10 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
|
||||||
- Update to 3.28.2
|
- Update to 3.28.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user