From 273c7af3c821fdee7ab51df25cf52a6ba67047c0 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 13:28:37 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/expat.git#8411329151aeaf7912f302d6d03e94a46b419bf0 --- expat.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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)