Author: arekm Date: Thu Apr 12 18:57:48 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: OSPToolkit.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/OSPToolkit.spec diff -u /dev/null SPECS/OSPToolkit.spec:1.1 --- /dev/null Thu Apr 12 20:57:48 2007 +++ SPECS/OSPToolkit.spec Thu Apr 12 20:57:39 2007 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +Summary: Implementation of the ETSI OSP VoIP Peering protocol +Name: OSPToolkit +Version: 3.3.6 +Release: 1 +License: BSD +Group: Libraries +Source0: http://dl.sourceforge.net/osp-toolkit/%{name}-%{version}.tar.gz +# Source0-md5: b77f6dd9cd6f84c28433f8dbd7d093a5 +URL: http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit.htm +BuildRequires: openssl-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The OSP Toolkit is a complete development kit for software developers +who want to implement the client side of the European +Telecommunication Standards Institute's (ETSI) OSP standard for secure +VoIP peering. The OSP Toolkit includes source code written in ANSI C, +test tools and extensive documentation on how to implement the OSP +peering protocl standard. + +%prep +%setup -q -n TK-3_3_6-20060303 + +%build +%{__make} -C src build \ + CC="%{__cc}" \ + GCCFLAGS="-Wall -D_GNU_SOURCE -fPIC %{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir}} + +cp -a include/osp $RPM_BUILD_ROOT%{_includedir} +install lib/*.a $RPM_BUILD_ROOT%{_libdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc *.txt +%{_libdir}/lib*.a +%{_includedir}/osp + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/04/12 18:57:39 arekm +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
