From f359b6696311f844b3b3ff29ed5fb82d1b4c5330 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:57:04 +0100 Subject: [PATCH] rebuilt with libimobiledevice 1.3.0 [release 0.0.git20120515-3mamba;Sun Dec 20 2020] --- README.md | 2 +- ipheth.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7693d0c..849de56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # ipheth -Pairing tool and udev rule to manage iPhone tethering through USB cables +Pairing tool and udev rule to manage iPhone tethering through USB cables. diff --git a/ipheth.spec b/ipheth.spec index 80f6a20..6689a4d 100644 --- a/ipheth.spec +++ b/ipheth.spec @@ -1,6 +1,6 @@ Name: ipheth Version: 0.0.git20120515 -Release: 2mamba +Release: 3mamba Summary: Pairing tool and udev rule to manage iPhone tethering through USB cables Group: System/Kernel and Hardware Vendor: openmamba @@ -18,7 +18,7 @@ BuildRequires: libimobiledevice-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -Pairing tool and udev rule to manage iPhone tethering through USB cables +Pairing tool and udev rule to manage iPhone tethering through USB cables. %debug_package @@ -28,7 +28,8 @@ Pairing tool and udev rule to manage iPhone tethering through USB cables %build cd ipheth-pair -%make +%make \ + LDLIBS=" -limobiledevice-1.0" %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -45,6 +46,9 @@ install -D -m0644 90-iphone-tether.rules %{buildroot}%{_udevrulesdir}/90-iphone- /lib/udev/ipheth-pair %changelog +* Sun Dec 20 2020 Silvan Calarco 0.0.git20120515-3mamba +- rebuilt with libimobiledevice 1.3.0 + * Sun Dec 04 2016 Silvan Calarco 0.0.git20120515-2mamba - install udev files under /lib/udev