I have made the following changes intended for :
  CE:MW:Shared / usb-modeswitch
  CE:MW:Shared / usb-modeswitch-data

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/7558

Thank You,
wonko

[This message was auto-generated]

---

Request # 7558:

Messages from BOSS:

State: review at 2012-12-18T15:27:44 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:wonko:CE:MW:Shared / usb-modeswitch -> CE:MW:Shared / 
usb-modeswitch
  
changes files:
--------------

++++++ new changes file:
--- usb-modeswitch.changes
+++ usb-modeswitch.changes
@@ -0,0 +1,6 @@
+* Thu Oct 04 2012 Ruediger Gad <[email protected]> - 1.2.4
+- Update to latest upstream release version.
+
+* Fri Aug 27 2010 Quanxian Wang <[email protected]> - 1.1.4
+- add package (version 1.1.4) (fix bug #5663)
+

new:
----
  usb-modeswitch-1.2.4.tar.bz2
  usb-modeswitch.changes
  usb-modeswitch.spec
  usb-modeswitch.yaml

spec files:
-----------

++++++ new spec file:
--- usb-modeswitch.spec
+++ usb-modeswitch.spec
@@ -0,0 +1,76 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.25
+# 
+
+Name:       usb-modeswitch
+
+# >> macros
+# << macros
+
+Summary:    USB Modeswitch gets 4G cards in operational mode
+Version:    1.2.4
+Release:    1
+Group:      Applications/System
+License:    GPLv2+
+URL:        http://www.draisberghof.de/usb-modeswitch/
+Source0:    http://www.draisberghof.de/%{name}/%{name}-%{version}.tar.bz2
+Source100:  usb-modeswitch.yaml
+Requires:   usb-modeswitch-data
+BuildRequires:  pkgconfig(libusb)
+
+%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.
+
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+%make_install
+
+# >> install post
+mkdir -p $RPM_BUILD_ROOT/lib/udev/rules.d/
+mkdir -p $RPM_BUILD_ROOT%{_sbindir}
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
+
+install -p -m 755 usb_modeswitch $RPM_BUILD_ROOT%{_sbindir}/
+install -p -m 644 usb_modeswitch.conf $RPM_BUILD_ROOT%{_sysconfdir}/
+gzip -9c usb_modeswitch.1 > usb_modeswitch.1.gz && install -m 644 
usb_modeswitch.1.gz $RPM_BUILD_ROOT%{_datadir}/man/man1
+install -p -m 755 usb_modeswitch.tcl $RPM_BUILD_ROOT/lib/udev/usb_modeswitch
+
+# << install post
+
+
+%files
+%defattr(-,root,root,-)
+# >> files
+%{_sbindir}/usb_modeswitch
+%{_sbindir}/usb_modeswitch_dispatcher
+%{_mandir}/man1/usb_modeswitch.1.gz
+/lib/udev/usb_modeswitch
+%config(noreplace) %{_sysconfdir}/usb_modeswitch.conf
+%doc COPYING README ChangeLog
+# << files

other changes:
--------------

++++++ usb-modeswitch-1.2.4.tar.bz2 (new)

++++++ usb-modeswitch.yaml (new)
--- usb-modeswitch.yaml
+++ usb-modeswitch.yaml
@@ -0,0 +1,24 @@
+Name: usb-modeswitch
+Summary: USB Modeswitch gets 4G cards in operational mode
+Version: 1.2.4
+Release: 1
+Group: Applications/System
+License: GPLv2+
+URL: http://www.draisberghof.de/usb-modeswitch/
+Sources:
+    - http://www.draisberghof.de/%{name}/%{name}-%{version}.tar.bz2
+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.
+
+Requires:
+    - usb-modeswitch-data
+PkgConfigBR:
+    - libusb
+Configure: none
+Builder: make
+Summary(de):
+    - USB Modeswitch aktiviert UMTS-Karten

  submit: home:wonko:CE:MW:Shared / usb-modeswitch-data -> CE:MW:Shared / 
usb-modeswitch-data
  
changes files:
--------------

++++++ new changes file:
--- usb-modeswitch-data.changes
+++ usb-modeswitch-data.changes
@@ -0,0 +1,6 @@
+* Thu Oct 04 2012 Ruediger Gad <[email protected]> - 20120815
+- Update to latest upstream release version.
+
+* Fri Aug 27 2010 Quanxian Wang <[email protected]> - 20100817
+- add packages  (fix bug #5663)
+

new:
----
  usb-modeswitch-data-20120815.tar.bz2
  usb-modeswitch-data.changes
  usb-modeswitch-data.spec

spec files:
-----------

++++++ new spec file:
--- usb-modeswitch-data.spec
+++ usb-modeswitch-data.spec
@@ -0,0 +1,49 @@
+Name:       usb-modeswitch-data
+Version:    20120815
+Release:    1%{?dist}
+Summary:    USB Modeswitch gets 4G cards in operational mode 
+Summary(de):    USB Modeswitch aktiviert UMTS-Karten
+Group:      Applications/System
+License:    GPLv2+
+URL:        http://www.draisberghof.de/usb_modeswitch/
+Source0:    http://www.draisberghof.de/%{name}/%{name}-%{version}.tar.bz2
+BuildArch:  noarch
+Requires:   tcl
+Requires:   udev
+Requires:   usb-modeswitch >= 1.1.2
+Requires(post): /usr/sbin/udevadm
+Requires(postun): /usr/sbin/udevadm
+
+%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.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+
+%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
+%dir %{_sysconfdir}/usb_modeswitch.d/
+%{_sysconfdir}/usb_modeswitch.d/*
+%doc ChangeLog COPYING README

other changes:
--------------

++++++ usb-modeswitch-data-20120815.tar.bz2 (new)



Reply via email to