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