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
|
Name: libplist
|
||||||
Version: 2.1.0
|
Version: 2.2.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
|
||||||
@ -34,6 +34,15 @@ Requires: python >= %{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.
|
||||||
|
|
||||||
|
%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
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
@ -52,7 +61,10 @@ This package contains static libraries and header files needed for development.
|
|||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make -j1 \
|
%make -j1 \
|
||||||
PXDINCLUDES=plist.pxd
|
PXDINCLUDES=plist.pxd \
|
||||||
|
%ifarch %{ix86}
|
||||||
|
LIBS="-lm"
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -67,33 +79,39 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/plistutil
|
%{_libdir}/libplist-2.0.so.*
|
||||||
#%{_bindir}/plistutil-%{version}
|
%{_libdir}/libplist++-2.0.so.*
|
||||||
%{_libdir}/libplist.so.*
|
|
||||||
%{_libdir}/libplist++.so.*
|
|
||||||
%doc AUTHORS COPYING COPYING.LESSER
|
%doc AUTHORS COPYING COPYING.LESSER
|
||||||
|
|
||||||
%files -n python-plist
|
%files -n python-plist
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python_sitearch}/plist*
|
%{python_sitearch}/plist*
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/plistutil
|
||||||
|
%{_mandir}/man1/plistutil.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%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/swig/plist.i
|
||||||
%{_includedir}/plist/cython/plist.pxd
|
%{_includedir}/plist/cython/plist.pxd
|
||||||
%{_libdir}/libplist.a
|
%{_libdir}/libplist-2.0.a
|
||||||
%{_libdir}/libplist.la
|
%{_libdir}/libplist-2.0.la
|
||||||
%{_libdir}/libplist.so
|
%{_libdir}/libplist-2.0.so
|
||||||
%{_libdir}/libplist++.a
|
%{_libdir}/libplist++-2.0.a
|
||||||
%{_libdir}/libplist++.la
|
%{_libdir}/libplist++-2.0.la
|
||||||
%{_libdir}/libplist++.so
|
%{_libdir}/libplist++-2.0.so
|
||||||
%{_libdir}/pkgconfig/libplist++.pc
|
%{_libdir}/pkgconfig/libplist++-2.0.pc
|
||||||
%{_libdir}/pkgconfig/libplist.pc
|
%{_libdir}/pkgconfig/libplist-2.0.pc
|
||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
|
||||||
- update to 2.1.0
|
- update to 2.1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user