rebuilt to fix python-plist dependency on old libplist [release 1.11-2mamba;Thu Sep 11 2014]
This commit is contained in:
parent
4b7d2b95f7
commit
67e256854c
@ -1,6 +1,6 @@
|
|||||||
Name: libplist
|
Name: libplist
|
||||||
Version: 1.10
|
Version: 1.11
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -40,19 +40,20 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
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.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%configure
|
||||||
%make -j1
|
%make -j1 \
|
||||||
|
PXDINCLUDES=plist.pxd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall \
|
||||||
|
PXDINCLUDES=plist.pxd
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -63,8 +64,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/plistutil
|
%{_bindir}/plistutil
|
||||||
%{_bindir}/plistutil-%{version}
|
#%{_bindir}/plistutil-%{version}
|
||||||
%{_libdir}/*.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
|
||||||
@ -75,14 +77,25 @@ This package contains static libraries and header files need 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/swig/plist.i
|
||||||
%{_includedir}/plist/cython/plist.pxd
|
#%{_includedir}/plist/cython/plist.pxd
|
||||||
%{_libdir}/*.so
|
%{_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}/pkgconfig/libplist.pc
|
%{_libdir}/pkgconfig/libplist.pc
|
||||||
%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11-2mamba
|
||||||
|
- rebuilt to fix python-plist dependency on old libplist
|
||||||
|
|
||||||
|
* Mon Jul 28 2014 Automatic Build System <autodist@mambasoft.it> 1.11-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user