rpms/sipsak/devel sipsak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Sat Oct 7 06:56:49 UTC 2006


Author: peter

Update of /cvs/extras/rpms/sipsak/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23009/devel

Modified Files:
	.cvsignore sources 
Added Files:
	sipsak.spec 
Log Message:
auto-import sipsak-0.9.6-1 on branch devel from sipsak-0.9.6-1.src.rpm


--- NEW FILE sipsak.spec ---
Summary:	SIP swiss army knife
Name:		sipsak
Version:	0.9.6
Release: 	1%{?dist}
License:	GPL
Group:		Applications/Communications
URL:		http://sipsak.org/
Source0:	http://download.berlios.de/sipsak/%{name}-%{version}-1.tar.gz
BuildRequires:	openssl-devel
#BuildRequires:	gnutls-devel
#BuildRequires:	ruli-devel
BuildRequires:	c-ares-devel
Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
sipsak is a small command line tool for developers and
administrators of Session Initiation Protocol (SIP) applications.
It can be used for some simple tests on SIP applications and
devices.

%prep

%setup -q

%build
%configure --disable-gnutls
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install
%{__rm} -f %{buildroot}/%{_libdir}/*.la

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Sun Sep 17 2006 Peter Lemenkov <lemenkov at gmail.com> 0.9.6-1
- Initial build for FE

* Wed Feb 08 2006 Oden Eriksson <oeriksson at mandriva.com> 0.9.6-1mdk
- 0.9.6
- disable gnutls support
- fix deps

* Sun Apr 24 2005 Oden Eriksson <oeriksson at mandriva.com> 0.8.12-1mdk
- initial Mandriva package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sipsak/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Oct 2006 06:55:53 -0000	1.1
+++ .cvsignore	7 Oct 2006 06:56:49 -0000	1.2
@@ -0,0 +1 @@
+sipsak-0.9.6-1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sipsak/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Oct 2006 06:55:53 -0000	1.1
+++ sources	7 Oct 2006 06:56:49 -0000	1.2
@@ -0,0 +1 @@
+c4eb8e282902e75f4f040f09ea9d99d5  sipsak-0.9.6-1.tar.gz




More information about the fedora-extras-commits mailing list