rpms/perl-Text-Levenshtein/devel perl-Text-Levenshtein.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jan 26 21:13:53 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-Levenshtein.spec 
Log Message:
auto-import perl-Text-Levenshtein-0.05-2 on branch devel from perl-Text-Levenshtein-0.05-2.src.rpm


--- NEW FILE perl-Text-Levenshtein.spec ---
Name:           perl-Text-Levenshtein
Version:        0.05
Release:        2%{?dist}
Summary:        Text::Levenshtein Perl module
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
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.

%prep
%setup -q -n Text-Levenshtein-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

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 \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README COPYING Artistic
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Sep 16 2005 Steven Pritchard <steve at kspei.com> 0.05-2
- Remove core module Test::More dependency.

* Sat Aug 27 2005 Steven Pritchard <steve at kspei.com> 0.05-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Levenshtein/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2006 21:11:55 -0000	1.1
+++ .cvsignore	26 Jan 2006 21:13:52 -0000	1.2
@@ -0,0 +1 @@
+Text-Levenshtein-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Levenshtein/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2006 21:11:55 -0000	1.1
+++ sources	26 Jan 2006 21:13:52 -0000	1.2
@@ -0,0 +1 @@
+481bf8c903db6ba7e5c9251140e1b98f  Text-Levenshtein-0.05.tar.gz




More information about the scm-commits mailing list