Tomáš Chvátal 2019-01-03 13:09:43 +00:00 committed by Git OBS Bridge
parent dd041c4a72
commit d5df00952d

View File

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