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
|
# 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
|
Name: ipheth
|
||||||
Version: 0.0.git20120515
|
Version: 0.0.git20120515
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Pairing tool and udev rule to manage iPhone tethering through USB cables
|
Summary: Pairing tool and udev rule to manage iPhone tethering through USB cables
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,7 +18,7 @@ BuildRequires: libimobiledevice-devel
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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
|
%debug_package
|
||||||
|
|
||||||
@ -28,7 +28,8 @@ Pairing tool and udev rule to manage iPhone tethering through USB cables
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cd ipheth-pair
|
cd ipheth-pair
|
||||||
%make
|
%make \
|
||||||
|
LDLIBS=" -limobiledevice-1.0"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -45,6 +46,9 @@ install -D -m0644 90-iphone-tether.rules %{buildroot}%{_udevrulesdir}/90-iphone-
|
|||||||
/lib/udev/ipheth-pair
|
/lib/udev/ipheth-pair
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.git20120515-2mamba
|
||||||
- install udev files under /lib/udev
|
- install udev files under /lib/udev
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user