This commit is contained in:
Peter Robinson 2011-03-22 09:08:18 +00:00
parent 427faa9ab0
commit 6c0dd63e49
3 changed files with 13 additions and 11 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libplist-1.3.tar.bz2
/libplist-1.4.tar.bz2

View File

@ -1,16 +1,14 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: libplist
Version: 1.3
Release: 3%{?dist}
Summary: Library for manipulating Apple Binary and XML Property Lists
Name: libplist
Version: 1.4
Release: 1%{?dist}
Summary: Library for manipulating Apple Binary and XML Property Lists
Group: System Environment/Libraries
License: LGPLv2+
URL: http://matt.colyer.name/projects/iphone-linux/
Source0: http://cloud.github.com/downloads/JonathanBeck/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.libimobiledevice.org/
Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
BuildRequires: libxml2-devel
BuildRequires: glib2-devel
@ -81,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitearch}/plist
%changelog
* Tue Mar 22 2011 Peter Robinson <pbrobinson@gmail.com> 1.4-1
- stable 1.4 release
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
0f48f4da8ddba5d7e186307622bf2c62 libplist-1.3.tar.bz2
2ef8bf33d9aeb078c6d8b6ecafbc6396 libplist-1.4.tar.bz2