Accepting request 581645 from GNOME:Factory

Resubmit, comment realigned (forwarded request 581012 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/581645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=165
This commit is contained in:
Dominique Leuenberger 2018-03-05 12:32:42 +00:00 committed by Git OBS Bridge
commit c84d49816a
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 11:30:07 UTC 2018 - dimstar@opensuse.org
- Use SPDX3.0 license tags and package COPYING as %license
-------------------------------------------------------------------
Tue Jan 09 16:30:24 UTC 2018 - zaitor@opensuse.org

View File

@ -24,16 +24,15 @@ Version: 2.24.32
Release: 0
# FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer)
Summary: The GTK+ toolkit library (version 2)
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: System/Libraries
Url: http://www.gtk.org/
URL: http://www.gtk.org/
#Source0: http://download.gnome.org/sources/gtk+/2.24/%%{_name}-%%{version}.tar.xz
Source: %{_name}-%{version}.tar.xz
Source2: README.SUSE
Source3: gtkrc
Source4: baselibs.conf
Source5: macros.gtk2
# PATCH-FIX-OPENSUSE gtk2-GTK_PATH64.patch sbrabec@novell.com - 64-bit dual install. Use GTK_PATH64 environment variable instead of GTK_PATH
Patch0: gtk2-GTK_PATH64.patch
# PATCH-FEATURE-UPSTREAM bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff bnc129753 bgo319484 mfabian@novell.com - Translate the font styles in the GUI
@ -52,7 +51,6 @@ Patch6: gtk2-bgo743166-remember-printing-authentication.patch
Patch7: gtk2-converter-python3.patch
# PATCH-FEATURE-OPENSUSE gtk2-updateiconcache_sort.patch olh@opensuse.org -- Have gtp-update-icon-cache sort the file list before producing a cache
Patch8: gtk2-updateiconcache_sort.patch
BuildRequires: atk-devel
BuildRequires: cairo-devel
BuildRequires: cups-devel
@ -91,7 +89,6 @@ ranging from small one-off projects to complete application suites.
%package -n libgtk-2_0-0
Summary: The GTK+ toolkit library (version 2)
Group: System/Libraries
# While hicolor is not a Requires strictly speaking, we put it as
# such instead of as a Recommends because many applications just
# assume it's there and we need to have a low-level package to
@ -268,7 +265,7 @@ Summary: Upstream theme configuration for the GTK+ toolkit library v2
Group: System/Libraries
Requires: libgtk-2_0-0 = %{version}
Supplements: packageand(%{name}:branding-upstream)
Conflicts: otherproviders(%{name}-branding)
Conflicts: %{name}-branding
Provides: %{name}-branding = %{version}
BuildArch: noarch
#BRAND: Provides /etc/gtk-2.0/gtkrc, to define default theme and icon theme.
@ -496,7 +493,8 @@ if [ ! -f %{_bindir}/gtk-update-icon-cache-2.0 ]; then
fi
%files -n libgtk-2_0-0
%doc AUTHORS COPYING README NEWS
%license COPYING
%doc AUTHORS README NEWS
%if "%{_lib}" == "lib64"
%doc README.SUSE
%endif