wanpipe/rpmspec/wanpipe-mod.spec

80 lines
1.9 KiB
RPMSpec
Raw Normal View History

2021-12-29 16:56:27 +00:00
%define WANPIPE_VER wanpipe-modules
%define name %{WANPIPE_VER}
2021-12-29 17:02:36 +00:00
%define version 3.1.0.1
2021-12-29 17:02:04 +00:00
%define release 0
2021-12-29 16:56:27 +00:00
%define serial 1
%define MODULES_DIR /lib/modules
2021-12-29 16:59:00 +00:00
%define USR_INCLUDE_DIR /usr/include
%define KVERSION %{?kern_ver}
2021-12-29 16:56:27 +00:00
Summary: Sangoma WANPIPE package for Linux. It contains the WANPIPE kernel drivers. Please install wanpipe-util package for wanpipe utilties and configuration files.
2021-12-29 16:59:00 +00:00
Name: %{name}-%{?kern_ver}
2021-12-29 16:56:27 +00:00
Version: %{version}
Release: %{release}
2021-12-29 16:59:00 +00:00
License: GPL
Group: Applications/Communications
2021-12-29 16:56:27 +00:00
Vendor: Sangoma Technologies Inc.
Url: www.sangoma.com
Group: Networking/WAN
%description
2021-12-29 16:59:00 +00:00
Linux Drivers for Sangoma AFT Series of cards and S Series of Cards. Wanpipe supports the following protocols, TDM Voice, Frame Relay, X25(API), PPP,Multi-link PPP, CHDLC and custom API development for WAN and Voice.
Install Wanpipe-util package for wanpipe utilities and configuration files.
2021-12-29 16:56:27 +00:00
%prep
%build
%install
%clean
%postun
echo "Uninstalling WANPIPE..."
%post
#check dependancies for the new modules
2021-12-29 16:59:00 +00:00
depmod -ae -F /boot/System.map-%{KVERSION} %{KVERSION}
echo "Wanpipe Modules located in %{MODULES_DIR}/%{KVERSION}"
2021-12-29 16:56:27 +00:00
%files
%{MODULES_DIR}
2021-12-29 16:59:00 +00:00
%{USR_INCLUDE_DIR}
2021-12-29 16:56:27 +00:00
%changelog
2021-12-29 17:00:21 +00:00
2021-12-29 17:02:04 +00:00
* Fri May 17 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.1.0
2021-12-29 16:59:00 +00:00
====================================================================
2021-12-29 17:02:04 +00:00
- Major new BETA wanpipe release
Changed wanpipe versioning:
Release: A.B.C.D
A - Major Relase number
B - Indicates Stable or Beta
Odd number is Beta
Even number is Stable
C - Minor Release number
D - Optional pre-release and custom releases
2021-12-29 16:59:00 +00:00
2021-12-29 17:02:04 +00:00
- Fixed RBS Support for all Maxim cards A101/2/4/8.
2021-12-29 16:59:00 +00:00
2021-12-29 17:02:04 +00:00
- Support for 2.6.20 kernels.
2021-12-29 16:56:27 +00:00
2021-12-29 17:02:04 +00:00
- Support for New: A101D A102D A104D Maxim cards
:
- Support for New: AFT 56K DDS card
2021-12-29 16:56:27 +00:00
2021-12-29 17:02:04 +00:00
- Redesigned TDM API Events
2021-12-29 16:56:27 +00:00
2021-12-29 17:02:04 +00:00
- TDM API Analog Support
2021-12-29 16:56:27 +00:00
2021-12-29 16:59:00 +00:00
- - END -