Author: qboosh Date: Sat Jan 5 14:31:41 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, typos - unified License format - apr* epoch
---- Files affected: SPECS: apr_memcache.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/apr_memcache.spec diff -u SPECS/apr_memcache.spec:1.2 SPECS/apr_memcache.spec:1.3 --- SPECS/apr_memcache.spec:1.2 Fri Sep 14 12:39:22 2007 +++ SPECS/apr_memcache.spec Sat Jan 5 15:31:36 2008 @@ -1,16 +1,17 @@ # $Revision$, $Date$ Summary: A client for memcached +Summary(pl.UTF-8): Klient memcached Name: apr_memcache Version: 0.7.0 Release: 1 -License: Apache License +License: Apache Group: Libraries Source0: http://www.outoforder.cc/downloads/apr_memcache/%{name}-%{version}.tar.bz2 # Source0-md5: 1d62fea9253d17d304cfe9b26813ef4c Patch0: %{name}-libtool.patch URL: http://www.outoforder.cc/projects/libs/apr_memcache/ -BuildRequires: apr-devel >= 1.2.2 -BuildRequires: apr-util-devel >= 1.2.2 +BuildRequires: apr-devel >= 1:1.2.2 +BuildRequires: apr-util-devel >= 1:1.2.2 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -21,9 +22,15 @@ APR-Util. It provides pooled client connections and is thread safe, making it perfect for use inside Apache Modules. +%description -l pl.UTF-8 +apr_memcache to klient memcached napisany w C, wykorzystujący APR i +APR-Util. Udostępnia pule połączeń klienckich i może być używany +wielowątkowo, co czyni go dobrze nadającym się do używania w modułach +Apache'a. + %package devel Summary: Development files for apr_memcache -Summary(pl.UTF-8): Pliki nagłowkowe apr_memcache +Summary(pl.UTF-8): Pliki nagłówkowe apr_memcache Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -31,7 +38,7 @@ Header files for apr_memcache. %description devel -l pl.UTF-8 -Pliki nagłowkowe apr_memcache. +Pliki nagłówkowe apr_memcache. %package static Summary: Static apr_memcache library @@ -82,9 +89,9 @@ %files devel %defattr(644,root,root,755) -%{_includedir}/apr_memcache-0/ %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la +%{_includedir}/apr_memcache-0 %files static %defattr(644,root,root,755) @@ -96,9 +103,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-05 14:31:36 qboosh +- pl, typos +- unified License format +- apr* epoch + Revision 1.2 2007-09-14 10:39:22 adamg - release 1 Revision 1.1 2007/09/14 08:03:17 adamg - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apr_memcache.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
