automatic version update by autodist [release 2.2.0-1mamba;Fri Jun 26 2020]
This commit is contained in:
parent
26a2ab01fb
commit
82bfb35dd4
@ -1,5 +1,5 @@
|
||||
Name: libplist
|
||||
Version: 2.1.0
|
||||
Version: 2.2.0
|
||||
Release: 1mamba
|
||||
Summary: A library to handle Apple Property List format whereas it's binary or XML
|
||||
Group: System/Libraries
|
||||
@ -34,6 +34,15 @@ Requires: python >= %{pyver}
|
||||
%description -n python-plist
|
||||
A Python library to handle Apple Property List format whereas it's binary or XML.
|
||||
|
||||
%package tools
|
||||
Group: Development/Tools
|
||||
Summary: Tools provided with %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
A library to handle Apple Property List format whereas it's binary or XML.
|
||||
This package contains static tools needed for development.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
@ -52,7 +61,10 @@ This package contains static libraries and header files needed for development.
|
||||
%build
|
||||
%configure
|
||||
%make -j1 \
|
||||
PXDINCLUDES=plist.pxd
|
||||
PXDINCLUDES=plist.pxd \
|
||||
%ifarch %{ix86}
|
||||
LIBS="-lm"
|
||||
%endif
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -67,33 +79,39 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/plistutil
|
||||
#%{_bindir}/plistutil-%{version}
|
||||
%{_libdir}/libplist.so.*
|
||||
%{_libdir}/libplist++.so.*
|
||||
%{_libdir}/libplist-2.0.so.*
|
||||
%{_libdir}/libplist++-2.0.so.*
|
||||
%doc AUTHORS COPYING COPYING.LESSER
|
||||
|
||||
%files -n python-plist
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/plist*
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/plistutil
|
||||
%{_mandir}/man1/plistutil.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/plist
|
||||
%{_includedir}/plist/*.h
|
||||
#%{_includedir}/plist/swig/plist.i
|
||||
%{_includedir}/plist/cython/plist.pxd
|
||||
%{_libdir}/libplist.a
|
||||
%{_libdir}/libplist.la
|
||||
%{_libdir}/libplist.so
|
||||
%{_libdir}/libplist++.a
|
||||
%{_libdir}/libplist++.la
|
||||
%{_libdir}/libplist++.so
|
||||
%{_libdir}/pkgconfig/libplist++.pc
|
||||
%{_libdir}/pkgconfig/libplist.pc
|
||||
%{_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
|
||||
* Fri Jun 26 2020 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
|
||||
- update to 2.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user