]> git.pld-linux.org Git - packages/sipsak.git/blob - sipsak.spec
- up to 0.9.8.1
[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.8.1
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 # https://github.com/nils-ohlmeier/sipsak
9 Source0:        http://ftp.debian.org:/debian/pool/main/s/sipsak/%{name}_%{version}.orig.tar.gz
10 # Source0-md5:  b07780ef654cfe1687d6ecc7f617bc7a
11 URL:            http://sipsak.org/
12 BuildRequires:  c-ares-devel
13 BuildRequires:  openssl-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 sipsak is a command line tool for performing various tests on Session
18 Initiation Protocol (SIP) applications and devices. It can make
19 several different tests, send the contents of a file, and interpret
20 and react on the responses. It supports (de-) registration with given
21 contact URIs and digest authentication.
22
23 %description -l pl.UTF-8
24 sipsak to działające z linii poleceń narzędzie do wykonywania różnych
25 testów na aplikacjach i urządzeniach korzystających z protokołu SIP
26 (Session Initiation Protocol - protokołu nawiązywania sesji). Potrafi
27 wykonywać kilka różnych testów, wysyłać zawartość plików,
28 interpretować i reagować na odpowiedzi. Obsługuje (de-)rejestrowanie z
29 podanym URI kontaktowym i uwierzytelnianie digest.
30
31 %prep
32 %setup -q
33 sed -i -e 's#gnutls#no-gnutls#g' configure.ac
34
35 %build
36 %{__aclocal} -I m4
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc ChangeLog README TODO NEWS
55 %attr(755,root,root) %{_bindir}/sipsak
56 %{_mandir}/man1/*
This page took 0.08792 seconds and 3 git commands to generate.