forked from pool/expat
Accepting request 662662 from devel:libraries:c_c++
- Drop docbook2x dependency, the manpages are generated in the upstream archive and this way we break buildcycle OBS-URL: https://build.opensuse.org/request/show/662662 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=55
This commit is contained in:
commit
5e171350ff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 13:08:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Tue Sep 11 11:32:10 UTC 2018 - pmonrealgonzalez@suse.com
|
||||||
|
|
||||||
|
12
expat.spec
12
expat.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package expat
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -24,12 +24,11 @@ Release: 0
|
|||||||
Summary: XML Parser Toolkit
|
Summary: XML Parser Toolkit
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
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
|
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
|
Source1: %{name}faq.html
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRequires: docbook2x
|
Source3: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2.asc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -94,7 +93,8 @@ make %{?_smp_mflags} check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_docdir}/%{name}
|
%{_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 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 examples/elements.c examples/outline.c examples/Makefile.am examples/Makefile.in
|
||||||
%doc AUTHORS Changes
|
%doc AUTHORS Changes
|
||||||
|
Loading…
Reference in New Issue
Block a user