- New upstream stable 1.0.0 release

This commit is contained in:
Peter Robinson 2010-03-21 18:21:46 +00:00
parent 55b5acaaf6
commit b2af8a78cd
3 changed files with 18 additions and 15 deletions

View File

@ -1 +1 @@
libimobiledevice-0.9.7.tar.bz2
libimobiledevice-1.0.0.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
b47cf0a645bc2ee2fa34dac11743b40f libimobiledevice-0.9.7.tar.bz2
c86584080eae622c6da1782fc9bb39aa libimobiledevice-1.0.0.tar.bz2