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
|
Name: libplist
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library to handle Apple Property List format whereas it's binary or XML
|
Summary: A library to handle Apple Property List format whereas it's binary or XML
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,7 +9,6 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://libimobiledevice.org/
|
URL: https://libimobiledevice.org/
|
||||||
Source: https+git://github.com/libimobiledevice/libplist.git/%{version}/libplist-%{version}.tar.bz2
|
Source: https+git://github.com/libimobiledevice/libplist.git/%{version}/libplist-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: cmake
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
@ -17,6 +16,7 @@ BuildRequires: libpython3-devel
|
|||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: Cython
|
BuildRequires: Cython
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,13 +56,11 @@ This package contains static libraries and header files needed for development.
|
|||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--disable-static
|
||||||
|
|
||||||
%make -j1 \
|
%make \
|
||||||
PXDINCLUDES=plist.pxd \
|
PXDINCLUDES=plist.pxd
|
||||||
%ifarch %{ix86}
|
|
||||||
LIBS="-lm"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -95,15 +93,16 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
%dir %{_includedir}/plist
|
%dir %{_includedir}/plist
|
||||||
%{_includedir}/plist/*.h
|
%{_includedir}/plist/*.h
|
||||||
%{_includedir}/plist/cython/plist.pxd
|
%{_includedir}/plist/cython/plist.pxd
|
||||||
%{_libdir}/libplist-2.0.a
|
|
||||||
%{_libdir}/libplist-2.0.so
|
%{_libdir}/libplist-2.0.so
|
||||||
%{_libdir}/libplist++-2.0.a
|
|
||||||
%{_libdir}/libplist++-2.0.so
|
%{_libdir}/libplist++-2.0.so
|
||||||
%{_libdir}/pkgconfig/libplist++-2.0.pc
|
%{_libdir}/pkgconfig/libplist++-2.0.pc
|
||||||
%{_libdir}/pkgconfig/libplist-2.0.pc
|
%{_libdir}/pkgconfig/libplist-2.0.pc
|
||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 2.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user