forked from pool/libimobiledevice
Accepting request 41851 from mobile:synchronization:FACTORY
Copy from mobile:synchronization:FACTORY/libimobiledevice based on submit request 41851 from user FunkyM OBS-URL: https://build.opensuse.org/request/show/41851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=3
This commit is contained in:
parent
a5ddb24d8f
commit
2162ae67d4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae4887870f4b44a648b21ca220cca23515db8a97d48514cba2e8a0a30f38b7ac
|
|
||||||
size 413654
|
|
3
libimobiledevice-1.0.2.tar.bz2
Normal file
3
libimobiledevice-1.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba70db90517d3e7179c105004e189c9ea9bfdba8d888716ee0b0050c32047df1
|
||||||
|
size 416635
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 20 17:08:57 CEST 2010 - opensuse@sukimashita.com
|
||||||
|
|
||||||
|
- Update to 1.0.2:
|
||||||
|
* Backport new idevicepair tool to manage pairings
|
||||||
|
* Fix a bug causing bad backup data
|
||||||
|
* Silence 64bit compiler warnings
|
||||||
|
* Plug some memory leaks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 12 15:03:44 CEST 2010 - opensuse@sukimashita.com
|
Wed May 12 15:03:44 CEST 2010 - opensuse@sukimashita.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libimobiledevice (Version 1.0.1)
|
# spec file for package libimobiledevice (Version 1.0.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
Name: libimobiledevice
|
Name: libimobiledevice
|
||||||
%define _name libimobiledevice1
|
%define _name libimobiledevice1
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
BuildRequires: gcc-c++ glib2-devel hal libtasn1-devel libxml2-devel sed
|
BuildRequires: gcc-c++ glib2-devel libtasn1-devel libxml2-devel sed
|
||||||
BuildRequires: libusbmuxd-devel >= 1.0.0
|
BuildRequires: libusbmuxd-devel >= 1.0.0
|
||||||
BuildRequires: libplist++-devel >= 1.1 libplist-devel >= 1.1
|
BuildRequires: libplist++-devel >= 1.1 libplist-devel >= 1.1
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
@ -37,7 +37,7 @@ BuildRequires: libusb-1_0-devel >= 1.0.3
|
|||||||
BuildRequires: libgcrypt-devel libgnutls-devel
|
BuildRequires: libgcrypt-devel libgnutls-devel
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Native protocols library for iPhone and iPod Touch
|
Summary: Native protocols library for iPhone, iPod Touch and iPad
|
||||||
Url: http://www.libimobiledevice.org
|
Url: http://www.libimobiledevice.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: usbmuxd >= 1.0.0
|
Requires: usbmuxd >= 1.0.0
|
||||||
@ -46,7 +46,7 @@ AutoReqProv: on
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
iPhone and iPod Touch devices. Unlike other projects, it does not depend
|
iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend
|
||||||
on using any existing `.dll` or `.so` libraries from Apple.
|
on using any existing `.dll` or `.so` libraries from Apple.
|
||||||
|
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ Authors:
|
|||||||
%package -n %{_name}
|
%package -n %{_name}
|
||||||
|
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Summary: Native protocols library for iPhone and iPod Touch
|
Summary: Native protocols library for iPhone, iPod Touch and iPad
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
Obsoletes: %{name} < %{version}
|
Obsoletes: %{name} < %{version}
|
||||||
@ -76,7 +76,7 @@ Obsoletes: libiphone0 < 0.9.6
|
|||||||
|
|
||||||
%description -n %{_name}
|
%description -n %{_name}
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
iPhone and iPod Touch devices. Unlike other projects, it does not depend
|
iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend
|
||||||
on using any existing `.dll` or `.so` libraries from Apple.
|
on using any existing `.dll` or `.so` libraries from Apple.
|
||||||
|
|
||||||
|
|
||||||
@ -125,13 +125,13 @@ Authors:
|
|||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Summary: Tools using %{_name} for iPhone and iPod Touch
|
Summary: Tools using %{_name} for iPhone, iPod Touch and iPad
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Requires: %{_name} = %{version}
|
Requires: %{_name} = %{version}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
iPhone and iPod Touch devices. Unlike other projects, it does not depend
|
iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend
|
||||||
on using any existing `.dll` or `.so` libraries from Apple.
|
on using any existing `.dll` or `.so` libraries from Apple.
|
||||||
|
|
||||||
|
|
||||||
@ -238,6 +238,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/idevice_id
|
%{_bindir}/idevice_id
|
||||||
|
%{_bindir}/idevicepair
|
||||||
%{_bindir}/ideviceinfo
|
%{_bindir}/ideviceinfo
|
||||||
%{_bindir}/idevicesyslog
|
%{_bindir}/idevicesyslog
|
||||||
%{_bindir}/idevicebackup
|
%{_bindir}/idevicebackup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user