2010-04-21 06:06:11 +00:00
|
|
|
%define source_name usb-modeswitch-data
|
|
|
|
|
|
|
|
Name: usb_modeswitch-data
|
2011-10-25 05:05:10 +00:00
|
|
|
Version: 20111023
|
2012-01-14 07:39:15 +00:00
|
|
|
Release: 2%{?dist}
|
2010-12-30 22:21:31 +00:00
|
|
|
Summary: USB Modeswitch gets mobile broadband cards in operational mode
|
2010-04-21 06:06:11 +00:00
|
|
|
Summary(de): USB Modeswitch aktiviert UMTS-Karten
|
|
|
|
Group: Applications/System
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://www.draisberghof.de/usb_modeswitch/
|
2011-03-28 00:28:33 +00:00
|
|
|
Source0: http://www.draisberghof.de/usb_modeswitch/%{source_name}-%{version}.tar.bz2
|
2010-04-21 06:06:11 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
Requires: tcl
|
|
|
|
Requires: udev
|
|
|
|
Requires: usb_modeswitch >= 1.1.2
|
|
|
|
|
2010-12-30 22:21:31 +00:00
|
|
|
|
2010-04-21 06:06:11 +00:00
|
|
|
%description
|
|
|
|
USB Modeswitch brings up your datacard into operational mode. When plugged
|
|
|
|
in they identify themselves as cdrom and present some non-Linux compatible
|
|
|
|
installation files. This tool deactivates this cdrom-devices and enables
|
|
|
|
the real communication device. It supports most devices built and
|
|
|
|
sold by Huawei, T-Mobile, Vodafone, Option, ZTE, Novatel.
|
|
|
|
|
|
|
|
This package contains the data files needed for usb_modeswitch to function.
|
|
|
|
|
|
|
|
%description -l de
|
|
|
|
USB Modeswitch deaktiviert die CDROM-Emulation einiger UMTS-Karten.
|
|
|
|
Dadurch erkennt Linux die Datenkarte und kann damit Internet-
|
|
|
|
Verbindungen aufbauen. Die gängigen Karten von Huawei, T-Mobile,
|
|
|
|
Vodafone, Option, ZTE und Novatell werden unterstützt.
|
|
|
|
|
|
|
|
Dieses Paket enthält die Dateien für usb_modeswitch benötigt
|
|
|
|
um zu funktionieren.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{source_name}-%{version}
|
|
|
|
|
2011-03-28 00:28:33 +00:00
|
|
|
%build
|
2010-04-21 06:06:11 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/usb_modeswitch.d/
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/lib/udev/rules.d/
|
|
|
|
|
|
|
|
install -p -m 644 usb_modeswitch.d/* $RPM_BUILD_ROOT%{_sysconfdir}/usb_modeswitch.d/
|
|
|
|
install -p -m 644 40-usb_modeswitch.rules $RPM_BUILD_ROOT/lib/udev/rules.d
|
|
|
|
|
|
|
|
%post
|
|
|
|
udevadm control --reload-rules
|
|
|
|
|
|
|
|
%postun
|
|
|
|
udevadm control --reload-rules
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
/lib/udev/rules.d/40-usb_modeswitch.rules
|
2011-03-28 00:28:33 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/usb_modeswitch.d/
|
2010-04-21 06:06:11 +00:00
|
|
|
%doc ChangeLog COPYING README
|
|
|
|
|
|
|
|
%changelog
|
2012-01-14 07:39:15 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20111023-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-25 05:05:10 +00:00
|
|
|
* Tue Oct 25 2011 Huzaifa Sidhpurwala <huzaifas@redhat.com> 20111023-1
|
|
|
|
- New upstream release.
|
|
|
|
|
2011-07-25 05:32:35 +00:00
|
|
|
* Mon Jul 25 2011 Huzaifa Sidhpurwala <huzaifas@redhat.com> 20110714-1
|
|
|
|
- New upstream release. Resolves rhbz#714648
|
|
|
|
|
2011-03-28 00:28:33 +00:00
|
|
|
* Mon Mar 28 2011 Rahul Sundaram <sundaram@fedoraproject.org> 20110227-1
|
|
|
|
- New upstream release. Resolves rhbz#654800
|
|
|
|
- Update spec to match current guidelines
|
|
|
|
- Some spec file fixes from Alexander Todorov. Resolves rhbz#632559
|
|
|
|
- Drop patch
|
|
|
|
|
2011-02-08 00:40:55 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101222-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-30 22:21:31 +00:00
|
|
|
* Thu Dec 30 2010 Dan Williams <dcbw@redhat.com> 20101222-1
|
|
|
|
- New upstream
|
|
|
|
|
2010-08-24 10:54:31 +00:00
|
|
|
* Tue Aug 24 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> 20100817-1
|
|
|
|
- New upstream
|
|
|
|
|
2010-08-12 05:05:39 +00:00
|
|
|
* Thu Aug 12 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> 20100707-1
|
|
|
|
- New upstream
|
|
|
|
|
2010-06-22 05:04:17 +00:00
|
|
|
* Tue Jun 22 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> 20100621-1
|
2011-03-28 00:28:33 +00:00
|
|
|
- New upstream
|
2010-06-22 05:04:17 +00:00
|
|
|
|
2010-04-21 06:06:11 +00:00
|
|
|
* Tue Apr 20 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> 20100418-2
|
|
|
|
- Remove buildroot, make package noarch
|
|
|
|
|
|
|
|
* Tue Apr 20 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> 20100418-1
|
|
|
|
- First build
|