diff --git a/expat.spec b/expat.spec index c70910d..e746014 100644 --- a/expat.spec +++ b/expat.spec @@ -1,19 +1,18 @@ Name: expat -Version: 2.2.10 +Version: 2.3.0 Release: 1mamba Summary: An XML parser written in C Group: Development/Applications Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://expat.sourceforge.net/ +URL: https://expat.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/expat/expat/%{version}/expat-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Expat is an XML parser library written in C. @@ -35,6 +34,8 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n libexpat-devel Development environment for the expat XML parser. +%debug_package + %prep %setup -q @@ -71,10 +72,15 @@ Development environment for the expat XML parser. %{_libdir}/libexpat.la %{_libdir}/libexpat.so %{_libdir}/pkgconfig/expat.pc +%dir %{_libdir}/cmake/expat-%{version} +%{_libdir}/cmake/expat-%{version}/expat*.cmake %dir %{_datadir}/doc/expat %{_datadir}/doc/expat/* %changelog +* Sat Mar 27 2021 Automatic Build System 2.3.0-1mamba +- automatic version update by autodist + * Wed Oct 21 2020 Automatic Build System 2.2.10-1mamba - automatic version update by autodist