rebuilt with libimobiledevice 1.3.0 [release 0.0.git20120515-3mamba;Sun Dec 20 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 23:57:04 +01:00
parent 2d509b664a
commit f359b66963
2 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

@ -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 <silvan.calarco@mambasoft.it> 0.0.git20120515-3mamba
- rebuilt with libimobiledevice 1.3.0
* Sun Dec 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.git20120515-2mamba
- install udev files under /lib/udev