3.27 bump
This commit is contained in:
parent
da937e487d
commit
19a25d26da
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/Locale-Codes-3.24.tar.gz
|
||||
/Locale-Codes-3.25.tar.gz
|
||||
/Locale-Codes-3.26.tar.gz
|
||||
/Locale-Codes-3.27.tar.gz
|
||||
|
||||
@ -1,17 +1,21 @@
|
||||
Name: perl-Locale-Codes
|
||||
Version: 3.26
|
||||
Release: 3%{?dist}
|
||||
Version: 3.27
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution of modules to handle locale codes
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Locale-Codes/
|
||||
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Locale-Codes-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(utf8)
|
||||
# Tests
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::More)
|
||||
@ -45,11 +49,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc ChangeLog LICENSE README README.first examples
|
||||
%doc examples ChangeLog LICENSE README README.first
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 10 2013 Petr Pisar <ppisar@redhat.com> - 3.27-1
|
||||
- 3.27 bump
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.26-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user