From 2eb9bbe17d20115af24261d06780e1e28d2f400b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 13 May 2024 19:43:53 +0200 Subject: [PATCH] rebuilt with --disable-static to fix unclear "recompile with -fPIC errors" in libplist-2.0.a [release 2.4.0-2mamba;Mon May 13 2024] --- libplist.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/libplist.spec b/libplist.spec index 6510d04..aae99b8 100644 --- a/libplist.spec +++ b/libplist.spec @@ -1,6 +1,6 @@ Name: libplist Version: 2.4.0 -Release: 1mamba +Release: 2mamba Summary: A library to handle Apple Property List format whereas it's binary or XML Group: System/Libraries Vendor: openmamba @@ -9,7 +9,6 @@ Packager: Silvan Calarco URL: https://libimobiledevice.org/ Source: https+git://github.com/libimobiledevice/libplist.git/%{version}/libplist-%{version}.tar.bz2 License: GPL -BuildRequires: cmake ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc @@ -17,6 +16,7 @@ BuildRequires: libpython3-devel BuildRequires: libpython311-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END +BuildRequires: cmake BuildRequires: Cython %description @@ -56,13 +56,11 @@ This package contains static libraries and header files needed for development. NOCONFIGURE=1 ./autogen.sh %build -%configure +%configure \ + --disable-static -%make -j1 \ - PXDINCLUDES=plist.pxd \ -%ifarch %{ix86} - LIBS="-lm" -%endif +%make \ + PXDINCLUDES=plist.pxd %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -95,15 +93,16 @@ NOCONFIGURE=1 ./autogen.sh %dir %{_includedir}/plist %{_includedir}/plist/*.h %{_includedir}/plist/cython/plist.pxd -%{_libdir}/libplist-2.0.a %{_libdir}/libplist-2.0.so -%{_libdir}/libplist++-2.0.a %{_libdir}/libplist++-2.0.so %{_libdir}/pkgconfig/libplist++-2.0.pc %{_libdir}/pkgconfig/libplist-2.0.pc #%doc README %changelog +* Mon May 13 2024 Silvan Calarco 2.4.0-2mamba +- rebuilt with --disable-static to fix unclear "recompile with -fPIC errors" in libplist-2.0.a + * Thu Apr 25 2024 Automatic Build System 2.4.0-1mamba - automatic version update by autodist