- Remove unnecessary provides/obsoletes
OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
d7d0a16d69
commit
eaaec25ca8
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 24 07:15:34 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Remove unnecessary provides/obsoletes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 09:03:31 UTC 2020 - Stefan Elser <suse@foomaster.de>
|
Tue Sep 22 09:03:31 UTC 2020 - Stefan Elser <suse@foomaster.de>
|
||||||
- Update to verison 1.3.0+git.20200910
|
- Update to verison 1.3.0+git.20200910
|
||||||
|
@@ -25,18 +25,18 @@ License: LGPL-2.1-or-later
|
|||||||
URL: https://www.libimobiledevice.org
|
URL: https://www.libimobiledevice.org
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python3-Cython >= 0.17
|
||||||
BuildRequires: python3-plist
|
BuildRequires: python3-plist
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: python3-Cython >= 0.17
|
|
||||||
BuildRequires: doxygen
|
|
||||||
BuildRequires: pkgconfig(python3)
|
|
||||||
BuildRequires: pkgconfig(libplist-2.0) >= 2.2.0
|
BuildRequires: pkgconfig(libplist-2.0) >= 2.2.0
|
||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
BuildRequires: pkgconfig(libusbmuxd-2.0) >= 2.0.2
|
BuildRequires: pkgconfig(libusbmuxd-2.0) >= 2.0.2
|
||||||
|
BuildRequires: pkgconfig(python3)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
@@ -45,10 +45,6 @@ iOS devices. It does not depend on any existing libraries from Apple.
|
|||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Native protocols library for iOS devices
|
Summary: Native protocols library for iOS devices
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Provides: %{name} = %{version}
|
|
||||||
Obsoletes: %{name} < %{version}
|
|
||||||
Provides: %{name}6 = %{version}
|
|
||||||
Obsoletes: %{name}6 < %{version}
|
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
@@ -86,7 +82,6 @@ Contains Python bindings for developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
sed -i -e '/Requires:/d' src/%{name}-1.0.pc.in
|
sed -i -e '/Requires:/d' src/%{name}-1.0.pc.in
|
||||||
sed -i -e 's/-L${libdir}//' src/%{name}-1.0.pc.in
|
sed -i -e 's/-L${libdir}//' src/%{name}-1.0.pc.in
|
||||||
|
|
||||||
@@ -95,7 +90,7 @@ autoreconf -fvi
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
PYTHON=/usr/bin/python3
|
PYTHON=%{_bindir}/python3
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user