rebuilt with libimobiledevice 1.3.0 [release 0.0.git20120515-3mamba;Sun Dec 20 2020]
This commit is contained in:
parent
2d509b664a
commit
f359b66963
@ -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.
|
||||
|
||||
|
10
ipheth.spec
10
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user