v1.4
This commit is contained in:
parent
427faa9ab0
commit
6c0dd63e49
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libplist-1.3.tar.bz2
|
||||
/libplist-1.4.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user