From 4ce8b0694f1cd5c8c58afc905003786b70ad12aca417f44bacdd82c6ff6755ee Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 14 Nov 2018 06:24:49 +0000 Subject: [PATCH] Accepting request 647694 from home:Andreas_Schwab:Factory - Remove unused build requires on X libraries - Use %license OBS-URL: https://build.opensuse.org/request/show/647694 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=48 --- giflib.changes | 6 ++++++ giflib.spec | 15 +++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/giflib.changes b/giflib.changes index ad15bfc..b689aa9 100644 --- a/giflib.changes +++ b/giflib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 9 23:16:46 UTC 2018 - schwab@suse.de + +- Remove unused build requires on X libraries +- Use %license + ------------------------------------------------------------------- Wed Jul 5 05:38:23 UTC 2017 - bwiedemann@suse.com diff --git a/giflib.spec b/giflib.spec index 8423092..5f0f7b6 100644 --- a/giflib.spec +++ b/giflib.spec @@ -1,7 +1,7 @@ # # spec file for package giflib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,7 +12,7 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -31,12 +31,6 @@ Patch2: giflib-automake-1_13.patch Patch3: giflib-CVE-2016-3977.patch Patch4: fix-autoconf11.patch BuildRequires: libtool >= 2 -BuildRequires: xorg-x11-libICE-devel -BuildRequires: xorg-x11-libSM-devel -BuildRequires: xorg-x11-libX11-devel -BuildRequires: xorg-x11-libXau-devel -BuildRequires: xorg-x11-libXdmcp-devel -BuildRequires: xorg-x11-libXt-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -111,7 +105,7 @@ find doc -name "Makefile*" -print -delete %files -n %{lname} %defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/lib*.so.* %files devel @@ -121,7 +115,8 @@ find doc -name "Makefile*" -print -delete %files progs %defattr(-,root,root) -%doc COPYING NEWS README doc +%license COPYING +%doc NEWS README doc %{_bindir}/* %changelog