1.12
This commit is contained in:
parent
a0288f43c2
commit
7107b3aa7b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user