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