1.6
This commit is contained in:
parent
6c0dd63e49
commit
1921390009
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
libplist-1.3.tar.bz2
|
||||
/libplist-1.4.tar.bz2
|
||||
/libplist-1.5.tar.bz2
|
||||
/libplist-1.6.tar.bz2
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
|
||||
Name: libplist
|
||||
Version: 1.4
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for manipulating Apple Binary and XML Property Lists
|
||||
|
||||
@ -11,7 +11,6 @@ URL: http://www.libimobiledevice.org/
|
||||
Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: swig
|
||||
BuildRequires: cmake
|
||||
@ -48,12 +47,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
export CMAKE_PREFIX_PATH=/usr
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -79,6 +74,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitearch}/plist
|
||||
|
||||
%changelog
|
||||
* Sat Jun 25 2011 Peter Robinson <pbrobinson@gmail.com> 1.6-1
|
||||
- 1.6 release
|
||||
|
||||
* Mon Jun 13 2011 Peter Robinson <pbrobinson@gmail.com> 1.5-1
|
||||
- 1.5 release
|
||||
|
||||
* Tue Mar 22 2011 Peter Robinson <pbrobinson@gmail.com> 1.4-1
|
||||
- stable 1.4 release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user