automatic version update by autodist [release 2.4.0-1mamba;Thu Apr 25 2024]
This commit is contained in:
parent
82bfb35dd4
commit
c81c740da3
@ -1,26 +1,23 @@
|
||||
Name: libplist
|
||||
Version: 2.2.0
|
||||
Version: 2.4.0
|
||||
Release: 1mamba
|
||||
Summary: A library to handle Apple Property List format whereas it's binary or XML
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.libimobiledevice.org
|
||||
Source: https://github.com/libimobiledevice/libplist.git/%{version}/libplist-%{version}.tar.bz2
|
||||
#Source: http://www.libimobiledevice.org/downloads/libplist-%{version}.tar.bz2
|
||||
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
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: Cython
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A library to handle Apple Property List format whereas it's binary or XML.
|
||||
@ -29,7 +26,7 @@ A library to handle Apple Property List format whereas it's binary or XML.
|
||||
Group: Development/Libraries/Python
|
||||
Summary: Python bindings for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: python >= %{pyver}
|
||||
Requires: python3 >= %{pyver}
|
||||
|
||||
%description -n python-plist
|
||||
A Python library to handle Apple Property List format whereas it's binary or XML.
|
||||
@ -56,10 +53,11 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
%make -j1 \
|
||||
PXDINCLUDES=plist.pxd \
|
||||
%ifarch %{ix86}
|
||||
@ -85,7 +83,7 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%files -n python-plist
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/plist*
|
||||
%{python3_sitearch}/plist*
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
@ -96,19 +94,19 @@ This package contains static libraries and header files needed for development.
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/plist
|
||||
%{_includedir}/plist/*.h
|
||||
#%{_includedir}/plist/swig/plist.i
|
||||
%{_includedir}/plist/cython/plist.pxd
|
||||
%{_libdir}/libplist-2.0.a
|
||||
%{_libdir}/libplist-2.0.la
|
||||
%{_libdir}/libplist-2.0.so
|
||||
%{_libdir}/libplist++-2.0.a
|
||||
%{_libdir}/libplist++-2.0.la
|
||||
%{_libdir}/libplist++-2.0.so
|
||||
%{_libdir}/pkgconfig/libplist++-2.0.pc
|
||||
%{_libdir}/pkgconfig/libplist-2.0.pc
|
||||
#%doc README
|
||||
|
||||
%changelog
|
||||
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 2.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 26 2020 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user