rpms/perl-Text-Levenshtein/devel perl-Text-Levenshtein.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Aug 29 00:39:35 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Text-Levenshtein/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3208

Modified Files:
	perl-Text-Levenshtein.spec 
Removed Files:
	needs.rebuild 
Log Message:
Improve Summary, description, and Source0 URL.
Fix find option ordering.
Don't generate license files.



Index: perl-Text-Levenshtein.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Levenshtein/devel/perl-Text-Levenshtein.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Text-Levenshtein.spec	26 Jan 2006 21:13:52 -0000	1.1
+++ perl-Text-Levenshtein.spec	29 Aug 2006 00:39:35 -0000	1.2
@@ -1,18 +1,22 @@
 Name:           perl-Text-Levenshtein
 Version:        0.05
-Release:        2%{?dist}
-Summary:        Text::Levenshtein Perl module
+Release:        3%{?dist}
+Summary:        Implementation of the Levenshtein edit distance
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-Levenshtein/
-Source0:        http://www.cpan.org/modules/by-module/Text/Text-Levenshtein-0.05.tar.gz
+Source0:        http://www.cpan.org/authors/id/J/JG/JGOLDBERG/Text-Levenshtein-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-Text::Levenshtein is an implementation of the Levenshtein edit
-distance in Perl.
+This module implements the Levenshtein edit distance. The Levenshtein edit
+distance is a measure of the degree of proximity between two strings. This
+distance is the number of substitutions, deletions or insertions ("edits")
+needed to transform one string into the other one (and vice versa). When
+two strings have distance 0, they are the same. A good point to start is:
+<http://www.merriampark.com/ld.htm>
 
 %prep
 %setup -q -n Text-Levenshtein-%{version}
@@ -27,13 +31,10 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-perldoc -t perlgpl > COPYING
-perldoc -t perlartistic > Artistic
-
 %check
 make test
 
@@ -42,11 +43,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README COPYING Artistic
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 0.05-3
+- Improve Summary, description, and Source0 URL.
+- Fix find option ordering.
+- Don't generate license files.
+
 * Fri Sep 16 2005 Steven Pritchard <steve at kspei.com> 0.05-2
 - Remove core module Test::More dependency.
 


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list