]> git.pld-linux.org Git - packages/libsrs2.git/commitdiff
- initial revision
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 5 Oct 2004 15:58:31 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsrs2.spec -> 1.1

libsrs2.spec [new file with mode: 0644]

diff --git a/libsrs2.spec b/libsrs2.spec
new file mode 100644 (file)
index 0000000..aa66be3
--- /dev/null
@@ -0,0 +1,89 @@
+Summary:       Next generation SRS library
+Summary(pl):   Biblioteka SRS nowej generacji
+Name:          libsrs2
+Version:       1.0.17
+Release:       1
+License:       GPL
+Group:         Libraries
+Source0:       http://www.libsrs2.org/srs/%{name}-%{version}.tar.gz
+# Source0-md5: 6c2384e1ef1448777d7e72f98e449423
+URL:           http://srs.mirtol.com/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Libsrs2 is the next generation SRS library from the original designer of SRS.
+It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair.
+Libsrs2 has been written from an entirely clean codebase with compliance, speed
+and versatility in mind. It is platform independent and has no external
+dependencies. It is thread-safe and heap-safe, and is suitable for large scale
+applications and embedded systems and can operate without many standard system
+facilities.
+
+%description -l pl
+Libsrs2 jest bibliotek± SRS nowej generacji. Implementuje Sender Rewriting Scheme,
+czê¶æ pary protoko³ów SPF/SRS. Libsrs2 zosta³a napisana od zera z my¶l± o zgodno¶ci,
+szybko¶ci i uniwersalno¶ci. Jest niezale¿na od platformy i nie ma zewnêtrznych
+zale¿no¶ci. Nadaje siê do u¿ytku w programach wielow±tkowych, jest bezpieczna
+dla stosu, jest odpowidnia tak dla systemów du¿ych jak i wbudowanych.
+
+%package devel
+Summary:       Header files for libsrs2 library
+Summary(pl):   Pliki nag³ówkowe biblioteki libsrs2
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for libsrs2 library.
+
+%description devel -l pl
+Pliki nag³ówkowe biblioteki libsrs2.
+
+%package static
+Summary:       Static libsrs2 library
+Summary(pl):   Statyczna biblioteka libsrs2
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static libsrs2 library.
+
+%description static -l pl
+Statyczna biblioteka libsrs2.
+
+%prep
+%setup -q
+
+%build
+%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 AUTHORS NEWS README
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.071928 seconds and 4 git commands to generate.