Accepting request 454009 from home:jengelh:branches:hardware

- SRPM group assignment fix. Trim DLL/library format baggage
  from description.

OBS-URL: https://build.opensuse.org/request/show/454009
OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=10
This commit is contained in:
Marguerite Su 2017-02-02 05:04:13 +00:00 committed by Git OBS Bridge
parent 0e05cfc8d9
commit 1d9f795d0f
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 2 01:32:19 UTC 2017 - jengelh@inai.de
- SRPM group assignment fix. Trim DLL/library format baggage
from description.
-------------------------------------------------------------------
Sun Jan 22 12:33:19 UTC 2017 - i@marguerite.su

View File

@ -22,7 +22,7 @@ Version: 1.2.0+git20170122.45fda81
Release: 0
Summary: Native protocols library for iOS devices
License: LGPL-2.1+
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://www.libimobiledevice.org
#Source: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
Source: %{name}-%{version}.tar.xz
@ -43,8 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
libimobiledevice is a software library that talks the protocols to support
iOS devices. Unlike other projects, it does not depend on using any existing
`.dll` or `.so` libraries from Apple.
iOS devices. It does not depend on any existing libraries from Apple.
%package -n %{name}%{soname}
Summary: Native protocols library for iOS devices
@ -58,8 +57,7 @@ Obsoletes: libiphone0 < 0.9.6
%description -n %{name}%{soname}
libimobiledevice is a software library that talks the protocols to support
iOS devices. Unlike other projects, it does not depend on using any existing
`.dll` or `.so` libraries from Apple.
iOS devices. It does not depend on any existing libraries from Apple.
%package devel
Summary: Development files for %{name}
@ -82,8 +80,7 @@ Obsoletes: %{name}-tools < %{version}
%description -n imobiledevice-tools
libimobiledevice is a software library that talks the protocols to support
iOS devices. Unlike other projects, it does not depend on using any existing
`.dll` or `.so` libraries from Apple.
iOS devices. It does not depend on any existing libraries from Apple.
%package -n python-imobiledevice
Summary: Python bindings for %{name}