Accepting request 454121 from hardware
OBS-URL: https://build.opensuse.org/request/show/454121 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=36
This commit is contained in:
commit
903a4986e3
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="url">https://github.com/libimobiledevice/libimobiledevice</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="filename">libimobiledevice</param>
|
||||||
|
<param name="exclude">.git</param>
|
||||||
|
<param name="versionformat">1.2.0+git%cd.%h</param>
|
||||||
|
<param name="revision">master</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">libimobiledevice-*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled">
|
||||||
|
<param name="basename">libimobiledevice</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 2 10:12:12 UTC 2017 - i@marguerite.su
|
||||||
|
|
||||||
|
- added _service file to clearly show the package origin
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sun Jan 22 12:33:19 UTC 2017 - i@marguerite.su
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Version: 1.2.0+git20170122.45fda81
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Native protocols library for iOS devices
|
Summary: Native protocols library for iOS devices
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.libimobiledevice.org
|
Url: http://www.libimobiledevice.org
|
||||||
#Source: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
|
#Source: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
@ -43,8 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
iOS devices. Unlike other projects, it does not depend on using any existing
|
iOS devices. It does not depend on any existing libraries from Apple.
|
||||||
`.dll` or `.so` libraries from Apple.
|
|
||||||
|
|
||||||
%package -n %{name}%{soname}
|
%package -n %{name}%{soname}
|
||||||
Summary: Native protocols library for iOS devices
|
Summary: Native protocols library for iOS devices
|
||||||
@ -58,8 +57,7 @@ Obsoletes: libiphone0 < 0.9.6
|
|||||||
|
|
||||||
%description -n %{name}%{soname}
|
%description -n %{name}%{soname}
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
iOS devices. Unlike other projects, it does not depend on using any existing
|
iOS devices. It does not depend on any existing libraries from Apple.
|
||||||
`.dll` or `.so` libraries from Apple.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -82,8 +80,7 @@ Obsoletes: %{name}-tools < %{version}
|
|||||||
|
|
||||||
%description -n imobiledevice-tools
|
%description -n imobiledevice-tools
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
iOS devices. Unlike other projects, it does not depend on using any existing
|
iOS devices. It does not depend on any existing libraries from Apple.
|
||||||
`.dll` or `.so` libraries from Apple.
|
|
||||||
|
|
||||||
%package -n python-imobiledevice
|
%package -n python-imobiledevice
|
||||||
Summary: Python bindings for %{name}
|
Summary: Python bindings for %{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user