Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
gnome-desktop.26597
gnome-desktop.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-desktop.spec of Package gnome-desktop.26597
# # spec file for package gnome-desktop # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define IS_DEFAULT_GNOME_DESKTOP 1 Name: gnome-desktop Version: 3.26.2 Release: 0 Summary: The GNOME Desktop API Library License: LGPL-2.1+ Group: System/GUI/GNOME Url: http://www.gnome.org Source: http://download.gnome.org/sources/gnome-desktop/3.26/%{name}-%{version}.tar.xz Source99: baselibs.conf # PATFH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 qzhao@suse.com -- Switch new user's default input engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus input frame-work condition. Patch1: gnome-desktop-switch-Japanese-default-input-to-mozc.patch # PATCH-FIX-UPSTREAM gnome-desktop-plug-memory-leak.patch bgo#793878 -- bg-slide-show: Plug a memory leak Patch2: gnome-desktop-plug-memory-leak.patch # PATCH-FIX-UPSTREAM gnome-desktop-fix-CVE-2019-11460.patch bsc#1133043 -- fix for a comprised thumbnailer bypasses sandbox Patch3: gnome-desktop-fix-CVE-2019-11460.patch BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: intltool %if !0%{?is_opensuse} BuildRequires: translation-update-upstream %endif BuildRequires: yelp-tools BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5 BuildRequires: pkgconfig(glib-2.0) >= 2.53.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.5.91 BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6 BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xkeyboard-config) %if 0%{?BUILD_FROM_VCS} BuildRequires: gnome-common BuildRequires: gtk-doc %endif %description This package contains the desktop-wide files. %if %IS_DEFAULT_GNOME_DESKTOP || 0%{?BUILD_FROM_VCS} %package -n gnome-version Summary: GNOME version Group: System/GUI/GNOME %description -n gnome-version This package contains information on the version of GNOME that is installed. %endif %package -n libgnome-desktop-3_0-common Summary: Common data files for the GNOME Desktop API library Group: System/Libraries %description -n libgnome-desktop-3_0-common The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons. This package contains data files used by libgnome-dekstop. %package -n libgnome-desktop-3-12 Summary: The GNOME Desktop API Library Group: System/Libraries Requires: gsettings-desktop-schemas # Data files for libgnome-desktop, split in an own package for SLPP compliancy Requires: libgnome-desktop-3_0-common >= %{version} # the library calls out to bwrap in order to fire up thumbnailers in a secure container Requires: bubblewrap Recommends: %{name}-lang Provides: %{name} = %{version} %if %IS_DEFAULT_GNOME_DESKTOP Obsoletes: %{name} < %{version} %endif %description -n libgnome-desktop-3-12 The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons. %package -n typelib-1_0-GnomeDesktop-3_0 Summary: Introspection bindings for the GNOME Desktop API library Group: System/Libraries %description -n typelib-1_0-GnomeDesktop-3_0 The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons. This package provides the GObject Introspection bindings for libgnome-desktop. %package -n libgnome-desktop-3-devel Summary: Development files for the GNOME Desktop API library Group: Development/Libraries/GNOME Requires: libgnome-desktop-3-12 = %{version} # Needed as /usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-xkb-info.h includes X11/extensions/XKBrules.h Requires: libxkbfile-devel Requires: typelib-1_0-GnomeDesktop-3_0 = %{version} %if %IS_DEFAULT_GNOME_DESKTOP Provides: %{name}-devel = %{version} Obsoletes: %{name}-devel < %{version} Provides: %{name}-doc = %{version} Obsoletes: %{name}-doc < %{version} %endif %description -n libgnome-desktop-3-devel The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons. %lang_package %prep %setup -q %patch1 -p1 %patch2 -p1 %patch3 -p1 %if !0%{?is_opensuse} translation-update-upstream %endif %if 0%{?BUILD_FROM_VCS} [ -x ./autogen.sh] && NOCONFIGURE=1 ./autogen.sh %endif %build %configure --with-pic\ --disable-static\ %if 0%{?BUILD_FROM_VCS} --enable-gtk-doc \ %endif --with-gnome-distributor="SUSE" \ --disable-date-in-gnome-version make %{?_smp_mflags} %install %makeinstall %find_lang %{name}-3.0 %{?no_lang_C} %find_lang fdl %{?no_lang_C} %{name}-3.0.lang %find_lang gpl %{?no_lang_C} %{name}-3.0.lang %find_lang lgpl %{?no_lang_C} %{name}-3.0.lang %if ! (%IS_DEFAULT_GNOME_DESKTOP || 0%{?BUILD_FROM_VCS}) rm %{buildroot}%{_datadir}/gnome/gnome-version.xml %endif rm -vf %{buildroot}%{_libdir}/*.la %fdupes %{buildroot}/%{_prefix} %post -n libgnome-desktop-3-12 -p /sbin/ldconfig %postun -n libgnome-desktop-3-12 -p /sbin/ldconfig %files -n libgnome-desktop-3-12 %defattr(-, root, root) %doc AUTHORS COPYING.LIB NEWS README %{_libdir}/libgnome-desktop-3.so.* %files -n libgnome-desktop-3_0-common %defattr(-,root,root) %doc %{_datadir}/help/C/fdl/ %doc %{_datadir}/help/C/gpl/ %doc %{_datadir}/help/C/lgpl/ %{_libexecdir}/gnome-rr-debug %files -n typelib-1_0-GnomeDesktop-3_0 %defattr(-,root,root) %{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib %files -n libgnome-desktop-3-devel %defattr (-, root, root) %{_includedir}/gnome-desktop-3.0/ %{_libdir}/libgnome-desktop-3.so %{_libdir}/pkgconfig/gnome-desktop-3.0.pc %{_datadir}/gir-1.0/*.gir %doc %{_datadir}/gtk-doc/html/gnome-desktop3/ %files lang -f %{name}-3.0.lang %if %IS_DEFAULT_GNOME_DESKTOP || 0%{?BUILD_FROM_VCS} %files -n gnome-version %defattr (-, root, root) %dir %{_datadir}/gnome %{_datadir}/gnome/gnome-version.xml %endif %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor