From 2d509b664a33624561136f0cceebfd526df26914 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:57:04 +0100 Subject: [PATCH] install udev files under /lib/udev [release 0.0.git20120515-2mamba;Sun Dec 04 2016] --- ipheth.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ipheth.spec b/ipheth.spec index 7bdd101..80f6a20 100644 --- a/ipheth.spec +++ b/ipheth.spec @@ -1,6 +1,6 @@ Name: ipheth Version: 0.0.git20120515 -Release: 1mamba +Release: 2mamba Summary: Pairing tool and udev rule to manage iPhone tethering through USB cables Group: System/Kernel and Hardware Vendor: openmamba @@ -33,17 +33,20 @@ cd ipheth-pair %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" cd ipheth-pair -install -D -m0755 ipheth-pair %{buildroot}/%{_lib}/udev/ipheth-pair -install -D -m0644 90-iphone-tether.rules %{buildroot}/%{_lib}/udev/rules.d/90-iphone-tether.rules +install -D -m0755 ipheth-pair %{buildroot}/lib/udev/ipheth-pair +install -D -m0644 90-iphone-tether.rules %{buildroot}%{_udevrulesdir}/90-iphone-tether.rules %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) -/%{_lib}/udev/rules.d/90-iphone-tether.rules -/%{_lib}/udev/ipheth-pair +%{_udevrulesdir}/90-iphone-tether.rules +/lib/udev/ipheth-pair %changelog +* Sun Dec 04 2016 Silvan Calarco 0.0.git20120515-2mamba +- install udev files under /lib/udev + * Tue May 15 2012 Silvan Calarco 0.0-1mamba - package created by autospec