- New upstream stable 1.0.1 release
This commit is contained in:
parent
b2af8a78cd
commit
c891f75f43
@ -1 +1 @@
|
||||
libimobiledevice-1.0.0.tar.bz2
|
||||
libimobiledevice-1.0.1.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: libimobiledevice
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for connecting to mobile devices
|
||||
|
||||
@ -11,7 +11,6 @@ URL: http://matt.colyer.name/projects/iphone-linux/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: http://cloud.github.com/downloads/MattColyer/libiphone/%{name}-%{version}.tar.bz2
|
||||
Patch0: libimobiledevice-fixdso.patch
|
||||
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libusb1-devel
|
||||
@ -54,7 +53,6 @@ Python bindings for libimobiledevice.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fixdso
|
||||
|
||||
# Fix dir permissions on html docs
|
||||
chmod +x docs/html
|
||||
@ -87,7 +85,7 @@ rm -rf %{buildroot}
|
||||
%doc %{_datadir}/man/man1/idevice*
|
||||
%{_bindir}/idevice*
|
||||
%{_libdir}/libimobiledevice.so.1
|
||||
%{_libdir}/libimobiledevice.so.1.0.0
|
||||
%{_libdir}/libimobiledevice.so.%{version}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -101,6 +99,9 @@ rm -rf %{buildroot}
|
||||
%{python_sitearch}/imobiledevice/
|
||||
|
||||
%changelog
|
||||
* Wed May 12 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.1-1
|
||||
- New upstream stable 1.0.1 release
|
||||
|
||||
* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
|
||||
- New upstream stable 1.0.0 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user