3.05 bump
This commit is contained in:
parent
86e299717d
commit
29ec83a9a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Text-Soundex-3.04.tar.gz
|
||||
/Text-Soundex-3.05.tar.gz
|
||||
|
||||
@ -1,12 +1,18 @@
|
||||
Name: perl-Text-Soundex
|
||||
Version: 3.04
|
||||
Release: 296%{?dist}
|
||||
Version: 3.05
|
||||
Release: 1%{?dist}
|
||||
Summary: Implementation of the soundex algorithm
|
||||
License: Copyright only
|
||||
# The original license was (Copyright only). Since 3.05 somebody (RJBS?)
|
||||
# added Perl license but kept the original license text.
|
||||
License: (Copyright only) and (GPL+ or Artistic)
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Text-Soundex/
|
||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Text-Soundex-%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
@ -50,12 +56,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/Text*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 11 2015 Petr Pisar <ppisar@redhat.com> - 3.05-1
|
||||
- 3.05 bump (license changed to ((Copyright only) and (GPL+ or Artistic)))
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.04-296
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user