[packages/libecap] - updated to 1.0.0 (note: new soname) - pl

qboosh qboosh at pld-linux.org
Sat Sep 21 15:13:25 CEST 2013


commit 305df7a89cc2b2a398adacd2f302f21b37e8669e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 21 15:13:49 2013 +0200

    - updated to 1.0.0 (note: new soname)
    - pl

 libecap.spec | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/libecap.spec b/libecap.spec
index 7bd0073..4ada707 100644
--- a/libecap.spec
+++ b/libecap.spec
@@ -1,14 +1,14 @@
 Summary:	eCAP - the code in the middle
+Summary(pl.UTF-8):	eCAP - kod pośredniczący
 Name:		libecap
-Version:	0.2.0
-Release:	2
+Version:	1.0.0
+Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://www.measurement-factory.com/tmp/ecap/%{name}-%{version}.tar.gz
-# Source0-md5:	e65a855f4fbb0f3136af7fe28249e883
+# Source0-md5:	68cbd5b8e505e3fa7da520c3b0fe5a3c
 URL:		http://www.e-cap.org/
 BuildRequires:	libstdc++-devel
-BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,11 +25,25 @@ think of eCAP as an "embedded ICAP", where network interactions with
 an ICAP server are replaced with function calls to an adaptation
 module.
 
+%description -l pl.UTF-8
+eCAP to programowy interfejs pozwalający aplikacji sieciowej, takiej
+jak proxy HTTP lub serwerowi ICAP, zlecać analizę i adaptację treści
+wczytywanemu modułowi. Dla każdego przetwarzanego komunikatu
+obsługiwanego protokołu aplikacja obsługująca eCAP przekazuje
+szczegóły komunikatu do modułu adaptacyjnego, po czym odbiera
+przekształcony komunikat albo odpowiedź "brak zainteresowania".
+Wymiana ta często obejmuje ciała wiadomości.
+
+W nawiązaniu do protokołu ICAP (RFC 3507) eCAP można wyobrażać sobie
+jako "osadzonym ICAP", gdzie interakcje sieciowe z serwerem ICAP
+zostały zastąpione wywołaniami funkcji modułu adaptacyjnego.
+
 %package devel
 Summary:	Header files for eCAP library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki eCAP
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	libstdc++-devel
 
 %description devel
 Header files for eCAP library.
@@ -72,13 +86,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CREDITS NOTICE README
+%doc CREDITS LICENSE NOTICE README
 %attr(755,root,root) %{_libdir}/libecap.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libecap.so.2
+%attr(755,root,root) %ghost %{_libdir}/libecap.so.3
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/libecap.so
+%attr(755,root,root) %{_libdir}/libecap.so
 %{_includedir}/libecap
 %{_pkgconfigdir}/libecap.pc
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libecap.git/commitdiff/305df7a89cc2b2a398adacd2f302f21b37e8669e



More information about the pld-cvs-commit mailing list