- Upstream stable 1.2 release
This commit is contained in:
parent
944a0f127f
commit
5cdef509d4
@ -1 +1 @@
|
||||
libplist-1.0.tar.bz2
|
||||
libplist-1.2.tar.bz2
|
||||
|
||||
@ -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.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for manipulating Apple Binary and XML Property Lists
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -65,10 +65,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc AUTHORS COPYING.LESSER README
|
||||
%{_bindir}/plutil
|
||||
%{_bindir}/plutil-%{version}
|
||||
%{_libdir}/libplist.so.1
|
||||
%{_libdir}/libplist.so.1.1.0
|
||||
%{_libdir}/libplist++.so.1
|
||||
%{_libdir}/libplist++.so.1.1.0
|
||||
%{_libdir}/libplist.so.*
|
||||
%{_libdir}/libplist++.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -83,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitearch}/plist
|
||||
|
||||
%changelog
|
||||
* Sat Jan 23 2010 Peter Robinson <pbrobinson@gmail.com> 1.2-1
|
||||
- Upstream stable 1.2 release
|
||||
|
||||
* Sat Jan 9 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-5
|
||||
- Updated to the new python sysarch spec file reqs
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user