- Upstream stable 1.0.0 release

This commit is contained in:
Peter Robinson 2009-12-07 20:24:38 +00:00
parent d9f4377026
commit 3be8af5062
3 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
libplist-0.16.tar.bz2
libplist-1.0.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
c2fffd7723df3cbd76a05a1867f1fbf2 libplist-0.16.tar.bz2
84f1dc5206a4b275f7d9ceb573613a63 libplist-1.0.tar.bz2