From 6bc2dc5902649446406d4bd72cbafe7bed98cce0 Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Jul 29 2020 17:11:55 +0000 Subject: cmake macros have changed, fix mass rebuild failure --- diff --git a/libpano13.spec b/libpano13.spec index 63c3d85..0952c67 100644 --- a/libpano13.spec +++ b/libpano13.spec @@ -1,7 +1,7 @@ Summary: Library for manipulating panoramic images Name: libpano13 Version: 2.9.19 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ URL: http://panotools.sourceforge.net/ Source: http://downloads.sourceforge.net/panotools/%{name}-%{version}.tar.gz @@ -47,16 +47,14 @@ programs which will manipulate panoramas using the libpano13 library. %setup -q %build -%cmake . -DSUPPORT_JAVA_PROGRAMS=0 -make VERBOSE=1 %{?_smp_mflags} +%cmake -DSUPPORT_JAVA_PROGRAMS=0 +%cmake_build %install -make install DESTDIR=%{buildroot} +%cmake_install rm %{buildroot}/%{_libdir}/libpano13.a rm -rf %{buildroot}/usr/share/pano13 -%ldconfig_scriptlets - %files %doc AUTHORS ChangeLog COPYING NEWS README README.linux %{_libdir}/libpano13.so.3* @@ -83,6 +81,9 @@ rm -rf %{buildroot}/usr/share/pano13 %{_libdir}/pkgconfig/libpano13.pc %changelog +* Wed Jul 29 2020 Bruno Postle - 2.9.19-13 +- cmake macros have changed, fix mass rebuild failure + * Tue Jul 28 2020 Fedora Release Engineering - 2.9.19-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild