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
|
||||
Version: 1.10
|
||||
Release: 1mamba
|
||||
Version: 1.11
|
||||
Release: 2mamba
|
||||
Summary: A library to handle Apple Property List format whereas it's binary or XML
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -40,19 +40,20 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
A library to handle Apple Property List format whereas it's binary or XML.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%make -j1
|
||||
%configure
|
||||
%make -j1 \
|
||||
PXDINCLUDES=plist.pxd
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%makeinstall \
|
||||
PXDINCLUDES=plist.pxd
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -63,8 +64,9 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/plistutil
|
||||
%{_bindir}/plistutil-%{version}
|
||||
%{_libdir}/*.so.*
|
||||
#%{_bindir}/plistutil-%{version}
|
||||
%{_libdir}/libplist.so.*
|
||||
%{_libdir}/libplist++.so.*
|
||||
%doc AUTHORS COPYING COPYING.LESSER
|
||||
|
||||
%files -n python-plist
|
||||
@ -75,14 +77,25 @@ This package contains static libraries and header files need for development.
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/plist
|
||||
%{_includedir}/plist/*.h
|
||||
%{_includedir}/plist/swig/plist.i
|
||||
%{_includedir}/plist/cython/plist.pxd
|
||||
%{_libdir}/*.so
|
||||
#%{_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
|
||||
%doc README
|
||||
#%doc README
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user