SPECS: perl-String-Approx.spec, perl-String-CRC.spec, perl-String-...

qboosh qboosh at pld-linux.org
Mon Mar 24 22:16:07 CET 2008


Author: qboosh                       Date: Mon Mar 24 21:16:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- generic URL, informative summaries

---- Files affected:
SPECS:
   perl-String-Approx.spec (1.50 -> 1.51) , perl-String-CRC.spec (1.35 -> 1.36) , perl-String-CRC32.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/perl-String-Approx.spec
diff -u SPECS/perl-String-Approx.spec:1.50 SPECS/perl-String-Approx.spec:1.51
--- SPECS/perl-String-Approx.spec:1.50	Sat Feb  9 18:13:17 2008
+++ SPECS/perl-String-Approx.spec	Mon Mar 24 22:16:01 2008
@@ -6,40 +6,31 @@
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	String
 %define		pnam	Approx
-Summary:	String::Approx Perl module
-Summary(cs.UTF-8):	Modul String::Approx pro Perl
-Summary(da.UTF-8):	Perlmodul String::Approx
-Summary(de.UTF-8):	String::Approx Perl Modul
-Summary(es.UTF-8):	Módulo de Perl String::Approx
-Summary(fr.UTF-8):	Module Perl String::Approx
-Summary(it.UTF-8):	Modulo di Perl String::Approx
-Summary(ja.UTF-8):	String::Approx Perl モジュール
-Summary(ko.UTF-8):	String::Approx 펄 모줄
-Summary(nb.UTF-8):	Perlmodul String::Approx
-Summary(pl.UTF-8):	Moduł Perla String::Approx
-Summary(pt.UTF-8):	Módulo de Perl String::Approx
-Summary(pt_BR.UTF-8):	Módulo Perl String::Approx
-Summary(ru.UTF-8):	Модуль для Perl String::Approx
-Summary(sv.UTF-8):	String::Approx Perlmodul
-Summary(uk.UTF-8):	Модуль для Perl String::Approx
-Summary(zh_CN.UTF-8):	String::Approx Perl 模块
+Summary:	String::Approx - Perl module for approximate matching (fuzzy matching)
+Summary(pl.UTF-8):	String::Approx - moduł Perlado dopasowywania przybliżonego (rozmytego)
 Name:		perl-String-Approx
 Version:	3.26
 Release:	2
 License:	LGPL or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:	http://www.cpan.org/modules/by-module/String/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	fc14d72986431025125d4970dd6b7f88
-BuildRequires:	rpm-perlprov >= 4.1-13
+URL:		http://search.cpan.org/dist/String-Approx/
 BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 String::Approx lets you match and substitute strings approximately.
+With this you can emulate errors: typing errorrs, speling errors,
+closely related vocabularies (colour color), genetic mutations (GAG
+ACT), abbreviations (McScot, MacScot).
 
 %description -l pl.UTF-8
 String::Approx pozwala na przybliżone dopasowywanie i zastępowanie
-łańcuchów.
+łańcuchów. Przy jego użyciu można emulować błędy: literrówki, błendy
+ortograficzne, bliskie sobie słowniki (colour/color), mutacje
+genetyczne (GAG ACT), skróty (McScot, MacScot).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -77,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2008-03-24 21:16:01  qboosh
+- generic URL, informative summaries
+
 Revision 1.50  2008-02-09 17:13:17  wolvverine
 - rel.2
 

================================================================
Index: SPECS/perl-String-CRC.spec
diff -u SPECS/perl-String-CRC.spec:1.35 SPECS/perl-String-CRC.spec:1.36
--- SPECS/perl-String-CRC.spec:1.35	Sun Feb 10 13:19:27 2008
+++ SPECS/perl-String-CRC.spec	Mon Mar 24 22:16:02 2008
@@ -6,24 +6,25 @@
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	String
 %define		pnam	CRC
-Summary:	String::CRC perl module
-Summary(pl.UTF-8):	Moduł perla String::CRC
+Summary:	String::CRC - Perl interface to Cyclic Redundancy Check generation
+Summary(pl.UTF-8):	String::CRC - perlowy interfejs do generowania CRC
 Name:		perl-String-CRC
 Version:	1.0
 Release:	10
 License:	Public Domain
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:	http://www.cpan.org/modules/by-module/String/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	ba07f022b5abf869a7b73f98f8abcf9f
-BuildRequires:	rpm-perlprov >= 4.1-13
+URL:		http://search.cpan.org/dist/String-CRC/
 BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-String::CRC - calculates CRC of various lenghts.
+String::CRC module calculates CRC of various lenghts.
 
 %description -l pl.UTF-8
-String::CRC - oblicza CRC różnej długości.
+Moduł String::CRC oblicza CRC różnej długości.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -61,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2008-03-24 21:16:02  qboosh
+- generic URL, informative summaries
+
 Revision 1.35  2008-02-10 12:19:27  arekm
 - rel 10
 

================================================================
Index: SPECS/perl-String-CRC32.spec
diff -u SPECS/perl-String-CRC32.spec:1.40 SPECS/perl-String-CRC32.spec:1.41
--- SPECS/perl-String-CRC32.spec:1.40	Sun Mar  2 19:11:12 2008
+++ SPECS/perl-String-CRC32.spec	Mon Mar 24 22:16:02 2008
@@ -6,24 +6,25 @@
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	String
 %define		pnam	CRC32
-Summary:	String::CRC32 perl module
-Summary(pl.UTF-8):	Moduł perla String::CRC32
+Summary:	String::CRC32 - Perl interface to CRC32 generation
+Summary(pl.UTF-8):	String::CRC32 - perlowy interfejs do generowania CRC32
 Name:		perl-String-CRC32
 Version:	1.4
 Release:	3
 License:	Public Domain
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:	http://www.cpan.org/modules/by-module/String/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	9b241bc4a482a3aa59fbb1429bc30546
-BuildRequires:	rpm-perlprov >= 4.1-13
+URL:		http://search.cpan.org/dist/String-CRC32/
 BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-String::CRC32 - calculates CRC of 32 bit lenghts.
+String::CRC32 module calculates CRC of 32 bit lenghts.
 
 %description -l pl.UTF-8
-String::CRC32 - oblicza CRC długości 32 bitów.
+Moduł String::CRC32 oblicza CRC długości 32 bitów.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -61,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2008-03-24 21:16:02  qboosh
+- generic URL, informative summaries
+
 Revision 1.40  2008-03-02 18:11:12  radek
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-String-Approx.spec?r1=1.50&r2=1.51&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-String-CRC.spec?r1=1.35&r2=1.36&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-String-CRC32.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list