diff --git a/expat.spec b/expat.spec index ae3d52e..30152c8 100644 --- a/expat.spec +++ b/expat.spec @@ -3,11 +3,12 @@ Summary: An XML parser library Name: expat Version: %(echo %{unversion} | sed 's/_/./g') -Release: 1%{?dist} +Release: 2%{?dist} Source: https://github.com/libexpat/libexpat/archive/R_%{unversion}.tar.gz#/expat-%{version}.tar.gz URL: https://libexpat.github.io/ License: MIT BuildRequires: autoconf, libtool, xmlto, gcc-c++ +BuildRequires: make %description This is expat, the C library for parsing XML, written by James Clark. Expat @@ -42,10 +43,10 @@ sed -i 's/install-data-hook/do-nothing-please/' lib/Makefile.am export CFLAGS="$RPM_OPT_FLAGS -fPIC" export DOCBOOK_TO_MAN="xmlto man --skip-validation" %configure -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -55,7 +56,6 @@ make check %ldconfig_scriptlets %files -%{!?_licensedir:%global license %%doc} %doc AUTHORS Changes %license COPYING %{_bindir}/* @@ -72,6 +72,9 @@ make check %{_libdir}/lib*.a %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.2.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Nov 13 2020 Joe Orton - 2.2.10-1 - update to 2.2.10 (#1884940)