- New upstream stable 1.0.0 release
This commit is contained in:
parent
55b5acaaf6
commit
b2af8a78cd
@ -1 +1 @@
|
||||
libimobiledevice-0.9.7.tar.bz2
|
||||
libimobiledevice-1.0.0.tar.bz2
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
|
||||
Name: libimobiledevice
|
||||
Version: 0.9.7
|
||||
Release: 3%{?dist}
|
||||
Summary: Library for connecting to mobile devices
|
||||
Name: libimobiledevice
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for connecting to mobile devices
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://matt.colyer.name/projects/iphone-linux/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
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
|
||||
Source0: http://cloud.github.com/downloads/MattColyer/libiphone/%{name}-%{version}.tar.bz2
|
||||
Patch0: libimobiledevice-fixdso.patch
|
||||
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libusb1-devel
|
||||
@ -84,10 +84,10 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING.LESSER README
|
||||
%doc %{_datadir}/man/man1/idevice*
|
||||
%{_bindir}/idevice*
|
||||
%{_libdir}/libimobiledevice.so.0
|
||||
%{_libdir}/libimobiledevice.so.0.0.0
|
||||
%{_datadir}/hal/fdi/information/20thirdparty/31-apple-mobile-device.fdi
|
||||
%{_libdir}/libimobiledevice.so.1
|
||||
%{_libdir}/libimobiledevice.so.1.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -101,6 +101,9 @@ rm -rf %{buildroot}
|
||||
%{python_sitearch}/imobiledevice/
|
||||
|
||||
%changelog
|
||||
* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
|
||||
- New upstream stable 1.0.0 release
|
||||
|
||||
* Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-3
|
||||
- Add patch to fix DSO linking. Fixes bug 565084
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user