packages: asterisk-chan_dongle/asterisk-chan_dongle.spec (NEW)=?UTF-8?Q?=20?=- initial

arekm arekm at pld-linux.org
Thu Apr 26 12:08:58 CEST 2012


Author: arekm                        Date: Thu Apr 26 10:08:58 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/asterisk-chan_dongle:
   asterisk-chan_dongle.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/asterisk-chan_dongle/asterisk-chan_dongle.spec
diff -u /dev/null packages/asterisk-chan_dongle/asterisk-chan_dongle.spec:1.1
--- /dev/null	Thu Apr 26 12:08:58 2012
+++ packages/asterisk-chan_dongle/asterisk-chan_dongle.spec	Thu Apr 26 12:08:52 2012
@@ -0,0 +1,135 @@
+# $Revision$, $Date$
+%define	snap	20120426
+Summary:	Asterisk huawei 3g dongle channel driver
+Name:		asterisk-chan_dongle
+Version:	1.1
+Release:	0.%{snap}.1
+License:	GPL v2
+Group:		Applications
+# Source0:	http://asterisk-chan-dongle.googlecode.com/files/chan_dongle-%{version}.tgz
+# svn checkout http://asterisk-chan-dongle.googlecode.com/svn/trunk/ chan_dongle
+Source0:	chan_dongle-%{snap}.tar.bz2
+# Source0-md5:	4ced3ab7094b62be2a0e843a2d4b4111
+URL:		http://wiki.e1550.mobi/
+BuildRequires:	asterisk-devel >= 1.8
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+chan_dongle is an Asterisk channel driver for Huawei UMTS/3G USB
+modems (dongles). At this moment, the supported features are:
+
+- Voice calls, dialling by modem name, group, round robin, provider
+  name, IMEI or IMSI.
+- Call waiting
+- Call holding
+- Conference (multiparty) call
+- Send SMS from CLI, asterisk manager and dialplan
+- Receive SMS (latin charset and multiline included)
+- Send USSD
+- Receive USSD (latin charset and multiline included)
+- Send DTMF (excluding A,B,C,D letters not supported by Huawei)
+- Receive DTMF
+
+%prep
+%setup -q -n chan_dongle
+
+%build
+install /usr/share/automake/{config.*,install-sh,missing} .
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D etc/dongle.conf $RPM_BUILD_ROOT%{_sysconfdir}/asterisk/dongle.conf
+install -D chan_dongle.so $RPM_BUILD_ROOT%{_libdir}/asterisk/modules/chan_dongle.so
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BUGS README.txt TODO.txt etc/extensions.conf
+%attr(755,root,root) %{_libdir}/asterisk/modules/chan_dongle.so
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/dongle.conf
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/04/26 10:08:52  arekm
+- initial
+
+Revision 1.23  2009/02/26 12:55:24  marcus
+- build with mISDN 1.1.9
+
+Revision 1.22  2008/07/03 21:04:51  marcus
+- up to 0.3.1rc37c
+
+Revision 1.21  2007-11-27 13:39:42  marcus
+- up to rc 36
+
+Revision 1.20  2007/09/27 08:46:36  marcus
+- up to 0.3.1rc35
+
+Revision 1.19  2007/07/09 15:52:01  marcus
+- 0.3.1 rc34 with mISDN 1.1.5
+
+Revision 1.18  2007/06/14 11:01:53  marcus
+- up to 0.3.1rc31
+
+Revision 1.17  2007/05/30 13:59:25  marcus
+- rebuild with misdn 1.1.3
+
+Revision 1.16  2007/05/17 07:35:23  marcus
+- BR fix
+
+Revision 1.15  2007/05/17 07:34:20  marcus
+- updated md5
+
+Revision 1.14  2007/05/17 07:32:42  marcus
+- up to rc30
+
+Revision 1.13  2007/03/31 22:41:53  marcus
+- rebuild against mISDN 1.1.1
+
+Revision 1.12  2007/02/23 10:47:39  marcus
+- mISDN version
+
+Revision 1.11  2007/02/12 21:23:48  glen
+- tabs in preamble
+
+Revision 1.10  2007/02/12 17:40:22  qboosh
+- tabs; todo: optflags
+
+Revision 1.9  2007/02/12 17:26:45  qboosh
+- pl fix
+
+Revision 1.8  2007/02/12 00:48:39  baggins
+- converted to UTF-8
+
+Revision 1.7  2007/02/07 11:13:03  marcus
+- up to rc29
+
+Revision 1.6  2007/01/08 23:03:39  wolf
+- cosmetics
+
+Revision 1.5  2007/01/01 14:30:52  marcus
+- update to 0.3.1rc27. works.
+
+Revision 1.4  2006/01/12 18:26:00  hunter
+- up to 0.2.1
+- proper url for Source0:
+
+Revision 1.3  2005/09/19 07:45:12  qboosh
+- pl, typo
+
+Revision 1.2  2005/09/14 22:23:08  areq
+- BuildRequires:  mISDN-devel
+
+Revision 1.1  2005/09/14 20:57:05  areq
+- init PLD spec
================================================================


More information about the pld-cvs-commit mailing list