SPECS: srtp.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Fri Jul 21 21:17:40 CEST 2006
Author: qboosh Date: Fri Jul 21 19:17:40 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
srtp.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/srtp.spec
diff -u /dev/null SPECS/srtp.spec:1.1
--- /dev/null Fri Jul 21 21:17:40 2006
+++ SPECS/srtp.spec Fri Jul 21 21:17:35 2006
@@ -0,0 +1,94 @@
+# $Revision$, $Date$
+Summary: Open-source implementation of Secure Real-time Transport Protocol
+Summary(pl): Otwarta implementacja protokołu Secure Real-time Transport Protocol
+Name: srtp
+Version: 1.4.2
+Release: 1
+License: BSD
+Group: Libraries
+Source0: http://srtp.sourceforge.net/%{name}-%{version}.tgz
+# Source0-md5: 7b0ffbfad9bbaf33d397027e031cb35a
+Patch0: %{name}-shared.patch
+URL: http://srtp.sourceforge.net/srtp.html
+BuildRequires: autoconf
+BuildRequires: libtool
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The libSRTP library is an open-source implementation of Secure
+Real-time Transport Protocol (SRTP).
+
+%description -l pl
+Biblioteka libSRTP to otwarta implementacja protokołu SRTP (Secure
+Real-time Transport Protocol).
+
+%package devel
+Summary: Header files for SRTP library
+Summary(pl): Pliki nagłówkowe biblioteki SRTP
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for SRTP library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki SRTP.
+
+%package static
+Summary: Static SRTP library
+Summary(pl): Statyczna biblioteka SRTP
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static SRTP library.
+
+%description static -l pl
+Statyczna biblioteka SRTP.
+
+%prep
+%setup -q -n srtp
+%patch0 -p1
+
+%build
+%{__autoconf}
+%{__autoheader}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES LICENSE README TODO
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/{crypto_kernel.txt,intro.txt,references.txt,draft-irtf-cfrg-icm-00.txt,libsrtp.pdf}
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/srtp
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libsrtp.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/07/21 19:17:35 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list