- Upstream stable 1.0.0 release
This commit is contained in:
parent
d9f4377026
commit
3be8af5062
@ -1 +1 @@
|
||||
libplist-0.16.tar.bz2
|
||||
libplist-1.0.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.16
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for manipulating Apple Binary and XML Property Lists
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -10,7 +10,6 @@ License: LGPLv2+
|
||||
URL: http://matt.colyer.name/projects/iphone-linux/
|
||||
|
||||
Source0: http://cloud.github.com/downloads/JonathanBeck/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: libplist-0.16-fix-python-lib-path.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libxml2-devel
|
||||
@ -85,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitearch}/libplist
|
||||
|
||||
%changelog
|
||||
* Mon Dec 7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
|
||||
- Upstream stable 1.0.0 release
|
||||
|
||||
* Thu Oct 29 2009 Peter Robinson <pbrobinson@gmail.com> 0.16-3
|
||||
- Actually add patch for python
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user