diff --git a/libplist.spec b/libplist.spec index 183faef..f70f1bd 100644 --- a/libplist.spec +++ b/libplist.spec @@ -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 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 2.1.0-1mamba +- update to 2.1.0 + * Mon Aug 07 2017 Automatic Build System 2.0.0-1mamba - automatic version update by autodist