iax.spec.in

来自「iax协议Source Code」· IN 代码 · 共 93 行

IN
93
字号
%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 + =
减小字号Ctrl + -
显示快捷键?