diff --git a/physfs.spec b/physfs.spec index be8ff50..2496c64 100644 --- a/physfs.spec +++ b/physfs.spec @@ -1,6 +1,6 @@ Name: physfs Version: 3.0.2 -Release: 5%{?dist} +Release: 6%{?dist} License: zlib Summary: Library to provide abstract access to various archives URL: http://www.icculus.org/physfs/ @@ -41,11 +41,11 @@ packages with physfs functionality. %build %cmake . -make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool +%cmake_build doxygen %install -make DESTDIR=$RPM_BUILD_ROOT install +%cmake_install rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3 install -m0644 docs/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3 @@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a %{_mandir}/man3/* %changelog +* Mon Aug 10 2020 Tom Callaway - 3.0.2-6 +- fix FTBFS, use new cmake macros + * Sat Aug 01 2020 Fedora Release Engineering - 3.0.2-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild