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