8
0
Stephan Kulow
2011-11-17 14:07:11 +00:00
committed by Git OBS Bridge
parent 9adaa34099
commit 29e44169a2
2 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Approx (Version 3.26)
# spec file for package perl-String-Approx
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
Name: perl-String-Approx
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
%define cpan_name String-Approx
Summary: Perl extension for approximate matching (fuzzy matching)
Version: 3.26
Release: 1
@@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More)
Requires: perl(Test::More)
Requires: perl(Test::More)
%description
String::Approx lets you match and substitute strings approximately.
@@ -68,4 +68,3 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%doc Artistic ChangeLog README
%changelog