This commit is contained in:
Peter Robinson 2014-10-15 09:52:18 +01:00
parent a0288f43c2
commit 7107b3aa7b
2 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: libplist
Version: 1.11
Release: 3%{?dist}
Version: 1.12
Release: 1%{?dist}
Summary: Library for manipulating Apple Binary and XML Property Lists
Group: System Environment/Libraries
@ -57,8 +57,8 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
%files
%doc AUTHORS COPYING.LESSER README
%{_bindir}/plistutil
%{_libdir}/libplist.so.2*
%{_libdir}/libplist++.so.2*
%{_libdir}/libplist.so.3*
%{_libdir}/libplist++.so.3*
%files devel
%{_libdir}/pkgconfig/libplist.pc
@ -71,6 +71,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
%{python_sitearch}/plist*
%changelog
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.12-1
- New upstream 1.12 release
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
82de65f38cb2f0a9fd0839679b46072b libplist-1.11.tar.bz2
8b04b0f09f2398022dcd4fba75012997 libplist-1.12.tar.bz2