]> git.pld-linux.org Git - packages/sipsak.git/blame - sipsak.spec
- fix building on x32
[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
4Version: 0.9.6
0aa72de9 5Release: 3
7e09026c 6License: GPL
7Group: Networking/Utilities
8Source0: http://download.berlios.de/sipsak/%{name}-%{version}-1.tar.gz
9# Source0-md5: c4eb8e282902e75f4f040f09ea9d99d5
0aa72de9 10Patch0: x32.patch
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
32%setup -q
0aa72de9 33%patch0 -p1
7e09026c 34
35%build
0aa72de9
JR
36%{__aclocal}
37%{__autoconf}
38%{__automake}
7e09026c 39%configure \
40 --disable-gnutls
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.064018 seconds and 4 git commands to generate.