commit 2150bebcef76759c65f624795fcd6778dc47b75c Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:41:06 2019 -0400 Package init diff --git a/gnome-desktop-3.30.1.tar.xz b/gnome-desktop-3.30.1.tar.xz new file mode 100644 index 0000000..0814d21 Binary files /dev/null and b/gnome-desktop-3.30.1.tar.xz differ diff --git a/gnome-desktop3.spec b/gnome-desktop3.spec new file mode 100644 index 0000000..11113aa --- /dev/null +++ b/gnome-desktop3.spec @@ -0,0 +1,72 @@ +Name: gnome-desktop3 +Version: 3.30.1 +Release: 2 +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 + +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) + +Requires: bubblewrap gnome-themes-standard glib2 >= 2.53.0 +Requires: gdk-pixbuf2 >= 2.36.5 gsettings-desktop-schemas >= 3.27.0 + +Conflicts: gnome-shell < 3.7.90 +Obsoletes: compat-gnome-desktop310 < 3.12 + +%description +The gnome-desktop3 package has been designed from the ground up to help you have +the best computing experience. + +%package devel +Summary: Development files for gnome-desktop3 +License: LGPLv2+ +Requires: %{name} = %{version}-%{release} + +%description devel +Development files for gnome-desktop3. + +%package tests +Summary: Tests for the Usability of the gnome-desktop3 package +Requires: %{name} = %{version}-%{release} + +%description tests +Tests for the Usability of the gnome-desktop3 package. + +%prep +%autosetup -n gnome-desktop-%{version} -p1 + +%build +%configure --enable-installed-tests +%make_build + +%install +%make_install + +%find_lang gnome-desktop-3.0 --all-name --with-gnome + +%files -f gnome-desktop-3.0.lang +%doc AUTHORS NEWS COPYING COPYING.LIB README +%{_datadir}/gnome/gnome-version.xml +%{_libexecdir}/gnome-rr-debug +%{_libdir}/libgnome-desktop-3.so.* +%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib + +%files devel +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/* +%{_includedir}/* +%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir +%doc %{_datadir}/gtk-doc/html/gnome-desktop3/ +%exclude %{_libdir}/*.la + +%files tests +%{_libexecdir}/installed-tests/gnome-desktop +%{_datadir}/installed-tests + +%changelog +* Wed Sep 18 2019 Lijin Yang - 3.30.1-2 +- Package init