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]
This commit is contained in:
parent
c81c740da3
commit
2eb9bbe17d
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 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 <autodist@openmamba.org> 2.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user