rpms/usb_modeswitch/devel import.log, NONE, 1.1 usb_modeswitch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert M. Albrecht (romal) fedora-extras-commits at redhat.com
Tue Jul 1 18:45:29 UTC 2008


Author: romal

Update of /cvs/pkgs/rpms/usb_modeswitch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log usb_modeswitch.spec 
Log Message:



--- NEW FILE import.log ---
usb_modeswitch-0_9_4-2_fc9:HEAD:usb_modeswitch-0.9.4-2.fc9.src.rpm:1214937827


--- NEW FILE usb_modeswitch.spec ---
Name:		usb_modeswitch
Version:	0.9.4
Release:	2%{?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
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libusb-devel

%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.

%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.

%prep
%setup -q

%build
gcc $RPM_OPT_FLAGS -l usb -o usb_modeswitch usb_modeswitch.c

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir $RPM_BUILD_ROOT%{_sysconfdir}
install -p -m 755 usb_modeswitch $RPM_BUILD_ROOT%{_bindir}/
install -p -m 644 usb_modeswitch.conf $RPM_BUILD_ROOT%{_sysconfdir}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/usb_modeswitch
%config(noreplace) %{_sysconfdir}/usb_modeswitch.conf
%doc COPYING README*

%changelog
* Sat Jun 22 2008 Robert M. Albrecht <romal at gmx.de> 0.9.4-2
- Fixed some rpmlint errors
- Added german translation

* Sat Jun 22 2008 Robert M. Albrecht <romal at gmx.de> 0.9.4-1
- Update to 0.9.4
- Honor RPM_OPT_FLAGS
  
* Sat May 26 2008 Robert M. Albrecht <romal at gmx.de> 0.9.4-0.1.beta2
- First package Release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/usb_modeswitch/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jun 2008 15:58:35 -0000	1.1
+++ .cvsignore	1 Jul 2008 18:44:47 -0000	1.2
@@ -0,0 +1 @@
+usb_modeswitch-0.9.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/usb_modeswitch/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jun 2008 15:58:35 -0000	1.1
+++ sources	1 Jul 2008 18:44:47 -0000	1.2
@@ -0,0 +1 @@
+3c03c3ae51a10d599c33c119693186c9  usb_modeswitch-0.9.4.tar.bz2




More information about the scm-commits mailing list