update to 2.1.0 [release 2.1.0-1mamba;Sat Feb 01 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 05:24:19 +01:00
parent 7d6a9d2316
commit 26a2ab01fb

View File

@ -1,5 +1,5 @@
Name: libplist
Version: 2.0.0
Version: 2.1.0
Release: 1mamba
Summary: A library to handle Apple Property List format whereas it's binary or XML
Group: System/Libraries
@ -7,7 +7,8 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.libimobiledevice.org
Source: http://www.libimobiledevice.org/downloads/libplist-%{version}.tar.bz2
Source: https://github.com/libimobiledevice/libplist.git/%{version}/libplist-%{version}.tar.bz2
#Source: http://www.libimobiledevice.org/downloads/libplist-%{version}.tar.bz2
License: GPL
BuildRequires: cmake
## AUTOBUILDREQ-BEGIN
@ -42,8 +43,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
A library to handle Apple Property List format whereas it's binary or XML.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
@ -78,7 +82,7 @@ This package contains static libraries and header files needed for development.
%dir %{_includedir}/plist
%{_includedir}/plist/*.h
#%{_includedir}/plist/swig/plist.i
#%{_includedir}/plist/cython/plist.pxd
%{_includedir}/plist/cython/plist.pxd
%{_libdir}/libplist.a
%{_libdir}/libplist.la
%{_libdir}/libplist.so
@ -90,6 +94,9 @@ This package contains static libraries and header files needed for development.
#%doc README
%changelog
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
- update to 2.1.0
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic version update by autodist