📄 iax.spec.in
字号:
%define name @PACKAGE@%define version @VERSION@%define release 1%define prefix /usrSummary: IAX (Inter Asterisk eXchange) LibraryName: %{name}Version: %{version}Release: %{release}Serial: ${serial}Copyright: LGPLGroup: Development/LibrariesSource: %{name}-%{version}.tar.gzURL: http://www.linux-support.net/Distribution: RedHat LinuxVendor: Linux Support ServicesPackager: Rob Flynn <rob@linux-support.net>BuildRoot: /var/tmp/%{name}-%{version}-root%descriptionInter Asterisk eXchange, lovingly called IAX (pronounced: eeks), is the protocol used by the Asterisk PBXsystem for inter-asterisk-communication. Other applications may use libiax to communicate with each otherand other asterisk servers. IAX is a high performance, feature rich protocol unrelatedto SIP or H.323. Its single-socket design allows it to interoperate with NAT and PATmasquerade firewalls. It supports internationalization, remote dialplans, and voice, HTML, image, DTMF, and video content. For more information seehttp://www.gnophone.com.%package develSummary: IAX (Inter Asterisk eXchange) Development PackageGroup: Development/LibrariesRequires: iax%description develInter Asterisk eXchange, lovingly called IAX (pronounced: eeks), is the protocol used by the Asterisk PBXsystem for inter-asterisk-communication. Other applications may use libiax to communicate with each otherand other asterisk servers. IAX is a high performance, feature rich protocol unrelatedto SIP or H.323. Its single-socket design allows it to interoperate with NAT and PATmasquerade firewalls. It supports internationalization, remote dialplans, and voice, HTML, image, DTMF, and video content. For more information seehttp://www.gnophone.com.This package contains all of the development files that you will need in order to compile IAX applications.%prep%setup%buildCFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --enable-autoupdatemake%installrm -rf $RPM_BUILD_ROOTmake prefix=$RPM_BUILD_ROOT%{prefix} install-strip%files%defattr(-,root,root)%doc NEWS COPYING AUTHORS README%{prefix}/lib%files devel%defattr(-,root,root)%{prefix}/include/iax%{prefix}/bin/*%cleanrm -r $RPM_BUILD_ROOT%changelog* Tue Nov 13 2001 Rob Flynn <rob@linux-support.net> (0.2.2 release)- HTML Unlink requests- HTML Reject link requests- Text frames* Sat Oct 20 2001 Rob Flynn <rob@linux-support.net> (0.2.1 release)- More space for challenge in IAX- Fixed strncpy security bug- Accept larger packets- Handle out of order packets better- Implemented send_url- Added an iax-config script :-)* Wed Oct 10 2001 Rob Flynn <rob@linux-support.net> (0.2.0 release)- Initial public release%post%preun%postun
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -