]> git.pld-linux.org Git - packages/sipsak.git/blob - sipsak.spec
26860e35b54318ed05f48a79866d6250a9897773
[packages/sipsak.git] / sipsak.spec
1 Summary:        Small comand line tool for developers and administrators of SIP applications
2 Summary(pl.UTF-8):      Małe narzędzie linii poleceń dla programistów i administratorów aplikacji SIP
3 Name:           sipsak
4 Version:        0.9.6
5 Release:        2
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        http://download.berlios.de/sipsak/%{name}-%{version}-1.tar.gz
9 # Source0-md5:  c4eb8e282902e75f4f040f09ea9d99d5
10 URL:            http://sipsak.org/
11 BuildRequires:  openssl-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 sipsak is a command line tool for performing various tests on Session
16 Initiation Protocol (SIP) applications and devices. It can make
17 several different tests, send the contents of a file, and interpret
18 and react on the responses. It supports (de-) registration with given
19 contact URIs and digest authentication.
20
21 %description -l pl.UTF-8
22 sipsak to działające z linii poleceń narzędzie do wykonywania różnych
23 testów na aplikacjach i urządzeniach korzystających z protokołu SIP
24 (Session Initiation Protocol - protokołu nawiązywania sesji). Potrafi
25 wykonywać kilka różnych testów, wysyłać zawartość plików,
26 interpretować i reagować na odpowiedzi. Obsługuje (de-)rejestrowanie z
27 podanym URI kontaktowym i uwierzytelnianie digest.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure \
34         --disable-gnutls
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog README TODO NEWS
49 %attr(755,root,root) %{_bindir}/sipsak
50 %{_mandir}/man1/*
This page took 0.116329 seconds and 2 git commands to generate.