From dd041c4a723672c17201667c4d03b83486d3472c939b23c0110c79ecad4fce7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 3 Jan 2019 13:09:24 +0000 Subject: [PATCH 1/2] - Drop docbook2x dependency, the manpages are generated in the upstream archive and this way we break buildcycle OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=70 --- expat.changes | 6 ++++++ expat.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/expat.changes b/expat.changes index 621952d..51df7df 100644 --- a/expat.changes +++ b/expat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 3 13:08:57 UTC 2019 - Tomáš Chvátal + +- Drop docbook2x dependency, the manpages are generated in + the upstream archive and this way we break buildcycle + ------------------------------------------------------------------- Tue Sep 11 11:32:10 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/expat.spec b/expat.spec index 08b5fe4..49a9300 100644 --- a/expat.spec +++ b/expat.spec @@ -1,7 +1,7 @@ # # spec file for package expat # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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/ # @@ -29,7 +29,6 @@ Source0: https://github.com/libexpat/libexpat/releases/download/R_%{unver Source3: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2.asc Source1: %{name}faq.html Source2: baselibs.conf -BuildRequires: docbook2x BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig From d5df00952d9f8e12d3b0522830bbf7a112ff7f2deb6919f6ec2e0d4a903c18c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 3 Jan 2019 13:09:43 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=71 --- expat.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/expat.spec b/expat.spec index 49a9300..6380bec 100644 --- a/expat.spec +++ b/expat.spec @@ -24,11 +24,11 @@ Release: 0 Summary: XML Parser Toolkit License: MIT Group: Development/Libraries/C and C++ -Url: http://libexpat.github.io +URL: http://libexpat.github.io Source0: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2 -Source3: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2.asc Source1: %{name}faq.html Source2: baselibs.conf +Source3: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2.asc BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig @@ -93,7 +93,8 @@ make %{?_smp_mflags} check %files %{_docdir}/%{name} -%doc COPYING README.md expatfaq.html +%license COPYING +%doc README.md expatfaq.html %doc doc/expat.png doc/reference.html doc/style.css doc/valid-xhtml10.png %doc examples/elements.c examples/outline.c examples/Makefile.am examples/Makefile.in %doc AUTHORS Changes