Author: charles                      Date: Fri Dec  2 21:59:35 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   minisip.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/minisip.spec
diff -u /dev/null SPECS/minisip.spec:1.1
--- /dev/null   Fri Dec  2 22:59:35 2005
+++ SPECS/minisip.spec  Fri Dec  2 22:59:30 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:       minisip - SIP user agent with security enhancements
+Name:          minisip
+Version:       0.7.0
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications/Networking
+Source0:       http://www.minisip.org/source/%{name}-%{version}.tar.gz
+# Source0-md5: 1c1bca512414430feced8d0011b8439c
+URL:           http://www.minisip.org/
+BuildRequires: alsa-lib-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libglademm-devel >= 2.4
+BuildRequires: libmikey-devel >= 0.4.0
+BuildRequires: libmsip-devel >= 0.3.0
+BuildRequires: libsamplerate-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+minisip is a soft telephone which uses the SIP protocol. It provides
+additional security, such as encryption and authentication, by using
+the SRTP (RFC3711) and MIKEY (RFC 3830) protocols. It uses GTK+ for
+the graphical interface.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+        --enable-alsa
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/minisip
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/12/02 21:59:30  charles
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to