]> git.pld-linux.org Git - packages/srtp.git/commitdiff
- new auto/th/srtp-1_4_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Jul 2006 19:17:35 +0000 (19:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    srtp.spec -> 1.1

srtp.spec [new file with mode: 0644]

diff --git a/srtp.spec b/srtp.spec
new file mode 100644 (file)
index 0000000..32c281b
--- /dev/null
+++ b/srtp.spec
@@ -0,0 +1,84 @@
+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
This page took 0.049728 seconds and 4 git commands to generate.