diff --git a/gnome-desktop-3.30.1.tar.xz b/gnome-desktop-3.30.1.tar.xz deleted file mode 100644 index 0814d21..0000000 Binary files a/gnome-desktop-3.30.1.tar.xz and /dev/null differ diff --git a/gnome-desktop-3.38.3.tar.xz b/gnome-desktop-3.38.3.tar.xz new file mode 100644 index 0000000..59260c1 Binary files /dev/null and b/gnome-desktop-3.38.3.tar.xz differ diff --git a/gnome-desktop3.spec b/gnome-desktop3.spec index 533a35b..3e848fa 100644 --- a/gnome-desktop3.spec +++ b/gnome-desktop3.spec @@ -1,17 +1,18 @@ Name: gnome-desktop3 -Version: 3.30.1 -Release: 3 +Version: 3.38.3 +Release: 1 Summary: GNOME is designed to help you use your computer in control. License: GPLv2+ and LGPLv2+ URL: http://www.gnome.org -Source0: http://download.gnome.org/sources/gnome-desktop/3.30/gnome-desktop-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-desktop/3.38/gnome-desktop-%{version}.tar.xz BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5 pkgconfig(gio-2.0) >= 2.53.0 pkgconfig(libudev) BuildRequires: pkgconfig(glib-2.0) >= 2.53.0 pkgconfig(gobject-introspection-1.0) gtk-doc >= 1.14 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.27.0 pkgconfig(iso-codes) gettext itstool -BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6 pkgconfig(libseccomp) pkgconfig(xkeyboard-config) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6 pkgconfig(libseccomp) pkgconfig(xkeyboard-config) +BuildRequires: gtk-doc meson gnome-desktop3 -Requires: bubblewrap gnome-themes-standard glib2 >= 2.53.0 +Requires: bubblewrap glib2 >= 2.53.0 Requires: gdk-pixbuf2 >= 2.36.5 gsettings-desktop-schemas >= 3.27.0 Conflicts: gnome-shell < 3.7.90 @@ -36,11 +37,14 @@ Development files for gnome-desktop3. %autosetup -n gnome-desktop-%{version} -p1 %build -%configure --enable-installed-tests -%make_build +%meson -Dgtk_doc=true -Dinstalled_tests=true +%meson_build %install -%make_install +%meson_install + +cp -r %{_libdir}/libgnome-desktop-3.so.17 $RPM_BUILD_ROOT%{_libdir} +cp -r %{_libdir}/libgnome-desktop-3.so.17.0.3 $RPM_BUILD_ROOT%{_libdir} %find_lang gnome-desktop-3.0 --all-name --with-gnome @@ -65,6 +69,9 @@ Development files for gnome-desktop3. %exclude %{_libdir}/*.la %changelog +* Sat Jan 30 2021 yanglu - 3.38.3-1 +- update to 3.38.3 + * Tue Dec 24 2019 openEuler Buildteam - 3.30.1-3 - change the path of files