]> git.pld-linux.org Git - packages/OSPToolkit.git/blob - OSPToolkit.spec
- pl
[packages/OSPToolkit.git] / OSPToolkit.spec
1 Summary:        Implementation of the ETSI OSP VoIP Peering protocol
2 Summary(pl.UTF-8):      Implementacja protokołu ETSI OSP VoIP Peering
3 Name:           OSPToolkit
4 Version:        3.3.6
5 Release:        1
6 License:        BSD
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/osp-toolkit/%{name}-%{version}.tar.gz
9 # Source0-md5:  b77f6dd9cd6f84c28433f8dbd7d093a5
10 URL:            http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit.htm
11 BuildRequires:  openssl-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The OSP Toolkit is a complete development kit for software developers
16 who want to implement the client side of the European
17 Telecommunication Standards Institute's (ETSI) OSP standard for secure
18 VoIP peering. The OSP Toolkit includes source code written in ANSI C,
19 test tools and extensive documentation on how to implement the OSP
20 peering protocol standard.
21
22 %description -l pl.UTF-8
23 OSP Toolkit to kompletny zestaw programistyczny dla programistów
24 implementujących kliencką stronę standardu ETSI (European
25 Telecommunication Standards Institute) OSP dla bezpiecznej komunikacji
26 VoIP. OSP Toolkit zawiera kod źródłowy w ANSI C, narzędzia testowe
27 oraz szczegółową dokumentację jak zaimplementować standard OSP
28 Peering.
29
30 %prep
31 %setup -q -n TK-3_3_6-20060303
32
33 %build
34 %{__make} -C src build \
35         CC="%{__cc}" \
36         GCCFLAGS="-Wall -D_GNU_SOURCE -fPIC %{rpmcflags}"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir}}
42
43 cp -a include/osp $RPM_BUILD_ROOT%{_includedir}
44 install lib/*.a $RPM_BUILD_ROOT%{_libdir}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc *.txt
52 %{_libdir}/lib*.a
53 %{_includedir}/osp
This page took 0.060268 seconds and 3 git commands to generate.