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
This commit is contained in:
Marcus Meissner 2018-11-14 06:24:49 +00:00 committed by Git OBS Bridge
parent 6016b9de1f
commit 4ce8b0694f
2 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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