From b2af8a78cdd434d876ab8323e1f5168eb33f74a9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 21 Mar 2010 18:21:46 +0000 Subject: [PATCH] - New upstream stable 1.0.0 release --- .cvsignore | 2 +- libimobiledevice.spec | 29 ++++++++++++++++------------- sources | 2 +- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4ebcc3e..8543911 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libimobiledevice-0.9.7.tar.bz2 +libimobiledevice-1.0.0.tar.bz2 diff --git a/libimobiledevice.spec b/libimobiledevice.spec index 6f7a09c..731209f 100644 --- a/libimobiledevice.spec +++ b/libimobiledevice.spec @@ -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 1.0.0-1 +- New upstream stable 1.0.0 release + * Mon Feb 15 2010 Peter Robinson 0.9.7-3 - Add patch to fix DSO linking. Fixes bug 565084 diff --git a/sources b/sources index abc846b..0c21894 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b47cf0a645bc2ee2fa34dac11743b40f libimobiledevice-0.9.7.tar.bz2 +c86584080eae622c6da1782fc9bb39aa libimobiledevice-1.0.0.tar.bz2