e0e91aac42
- Update to version 2.5.1 * New parameter "HuaweiAltMode", uses an alternative Huawei standard bulk message which will either provide NCM (newer modems) or plain PPP ports (older modems). * New option in the global configuration file "HuaweiAltModeGlobal", allowing easy override of "HuwaeiNewMode" with "HuaweiAltMode". * Reworked USB configuration switching, configuring a device reset first before setting the target configuration. * Improved driver detachment, now taking all configured interfaces into account. - Update usb-modeswitch-data package to version 20170806 * Added devices: [03f0:371d] HP un2430, [03f0:4b1d] HP hs2434, [03f0:4e1d] HP lt4111, [03f0:a31d] HP lt4132, [0846:0fff] Netgear AirCard 779S, [12d1:15ec] Vodafone/Huawei K5150. * Corrected/amended configs: [0922:1003] Dymo LabelManager 420P, [0922:1007] Dymo LabelManager Wireless PnP, [1199:0fff] Sierra devices. * Removed configs: [1004:61aa] LG VL600. - Updated file device_reference.txt. - Added file parameter_reference.txt OBS-URL: https://build.opensuse.org/request/show/518243 OBS-URL: https://build.opensuse.org/package/show/hardware/usb_modeswitch?expand=0&rev=76
112 lines
3.6 KiB
RPMSpec
112 lines
3.6 KiB
RPMSpec
#
|
|
# spec file for package usb_modeswitch
|
|
#
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define source_name usb-modeswitch
|
|
%define date 20170806
|
|
%define _udevdir %(pkg-config --variable=udevdir udev)
|
|
Name: usb_modeswitch
|
|
Version: 2.5.1
|
|
Release: 0
|
|
Summary: A mode switching tool for controlling multiple-device USB gear
|
|
License: GPL-2.0+
|
|
Group: Hardware/Mobile
|
|
Url: http://www.draisberghof.de/usb_modeswitch
|
|
Source0: http://www.draisberghof.de/usb_modeswitch/%{source_name}-%{version}.tar.bz2
|
|
Source1: http://www.draisberghof.de/usb_modeswitch/%{source_name}-data-%{date}.tar.bz2
|
|
Source2: http://www.draisberghof.de/usb_modeswitch/device_reference.txt
|
|
Source3: http://www.draisberghof.de/usb_modeswitch/parameter_reference.txt
|
|
Patch1: usb_modeswitch-fix_fsf_address.patch
|
|
BuildRequires: fdupes
|
|
BuildRequires: pkg-config
|
|
BuildRequires: tcl
|
|
BuildRequires: pkgconfig(libusb-1.0)
|
|
BuildRequires: pkgconfig(udev)
|
|
BuildRequires: systemd
|
|
%{?systemd_requires}
|
|
Requires: tcl >= 8.4
|
|
Requires: usb_modeswitch-data = %{version}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
USB_ModeSwitch is a mode switching tool for controlling "flip flop"
|
|
(multiple device) USB gear. It allows so-called "Zero-CD" devices that
|
|
show up as USB storage initially to be switched into their more useful
|
|
"application mode". This is most common for UMTS/3G wireless WAN
|
|
devices.
|
|
|
|
%package data
|
|
Summary: Data Files for USB Modeswitch
|
|
Group: Hardware/Mobile
|
|
Requires: %{name} = %{version}
|
|
BuildArch: noarch
|
|
|
|
%description data
|
|
Data files for usb_modeswitch package.
|
|
|
|
%prep
|
|
%setup -q -a1 -n %{source_name}-%{version}
|
|
%patch1
|
|
|
|
cp %{SOURCE2} .
|
|
cp %{SOURCE3} .
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" make
|
|
|
|
%install
|
|
# The install target recreates usb_modeswitch_dispatcher, which is racy in respect to its
|
|
# installation. install-common just uses the file from the build phase. boo#998641
|
|
make DESTDIR=%{buildroot} install-common %{?_smp_mflags} UDEVDIR=%{buildroot}%{_udevdir}
|
|
install -Dm 444 usb_modeswitch@.service %{buildroot}%{_unitdir}/usb_modeswitch@.service
|
|
|
|
cd %{source_name}-data-%{date}
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags} RULESDIR=%{buildroot}%{_udevdir}/rules.d
|
|
|
|
%fdupes -s %{buildroot}
|
|
|
|
%pre
|
|
%service_add_pre usb_modeswitch@.service
|
|
|
|
%post
|
|
%service_add_post usb_modeswitch@.service
|
|
|
|
%preun
|
|
%service_del_preun usb_modeswitch@.service
|
|
|
|
%postun
|
|
%service_del_postun usb_modeswitch@.service
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README COPYING device_reference.txt parameter_reference.txt
|
|
%{_sbindir}/usb_modeswitch
|
|
%{_sbindir}/usb_modeswitch_dispatcher
|
|
%{_udevdir}/usb_modeswitch
|
|
%{_unitdir}/usb_modeswitch@.service
|
|
%{_localstatedir}/lib/usb_modeswitch
|
|
%config %{_sysconfdir}/usb_modeswitch.conf
|
|
%{_mandir}/man1/usb_modeswitch.1.gz
|
|
%{_mandir}/man1/usb_modeswitch_dispatcher.1.gz
|
|
|
|
%files data
|
|
%defattr(-,root,root,-)
|
|
%{_datadir}/usb_modeswitch/
|
|
%{_udevdir}/rules.d/40-usb_modeswitch.rules
|
|
|
|
%changelog
|