- New upstream 0.13 release
This commit is contained in:
parent
fe489e1114
commit
54cf256ab3
@ -1 +1 @@
|
||||
libplist-0.12.tar.bz2
|
||||
libplist-0.13.tar.bz2
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: libplist
|
||||
Version: 0.12
|
||||
Release: 2%{?dist}
|
||||
Version: 0.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for manipulating Apple Binary and XML Property Lists
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -68,9 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING.LESSER README
|
||||
%{_bindir}/plutil
|
||||
%{_bindir}/plutil-0.12
|
||||
%{_bindir}/plutil-0.13
|
||||
%{_libdir}/libplist.so.0
|
||||
%{_libdir}/libplist.so.0.0.12
|
||||
%{_libdir}/libplist.so.0.0.13
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitearch}/libplist
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2009 Peter Robinson <pbrobinson@gmail.com> 0.13-1
|
||||
- New upstream 0.13 release
|
||||
|
||||
* Mon May 11 2009 Peter Robinson <pbrobinson@gmail.com> 0.12-2
|
||||
- Further review updates
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user