You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
3.0 KiB
104 lines
3.0 KiB
4 years ago
|
Name: perl-Locale-Codes
|
||
|
Version: 3.26
|
||
|
Release: 2%{?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(ExtUtils::MakeMaker)
|
||
|
# Run-time
|
||
|
BuildRequires: perl(Carp)
|
||
|
BuildRequires: perl(constant)
|
||
|
BuildRequires: perl(Exporter)
|
||
|
# Tests
|
||
|
BuildRequires: perl(Storable)
|
||
|
BuildRequires: perl(Test::More)
|
||
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||
|
|
||
|
# Inject not detected module version
|
||
|
%{?filter_setup:
|
||
|
%filter_from_provides s/^\(perl(Locale\>[^)]*)\)[^=]*$/\1 = %{version}/
|
||
|
%filter_setup
|
||
|
}
|
||
|
|
||
|
%description
|
||
|
Locale-Codes is a distribution containing a set of modules. The modules
|
||
|
each deal with different types of codes which identify parts of the locale
|
||
|
including languages, countries, currency, etc.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n Locale-Codes-%{version}
|
||
|
chmod -x examples/*
|
||
|
|
||
|
%build
|
||
|
perl Makefile.PL INSTALLDIRS=vendor
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
%install
|
||
|
make pure_install DESTDIR=%{buildroot}
|
||
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||
|
%{_fixperms} %{buildroot}/*
|
||
|
|
||
|
%check
|
||
|
make test
|
||
|
|
||
|
%files
|
||
|
%doc ChangeLog LICENSE README README.first examples
|
||
|
%{perl_vendorlib}/*
|
||
|
%{_mandir}/man3/*
|
||
|
|
||
|
%changelog
|
||
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.26-2
|
||
|
- Mass rebuild 2013-12-27
|
||
|
|
||
|
* Fri Jun 07 2013 Petr Pisar <ppisar@redhat.com> - 3.26-1
|
||
|
- 3.26 bump
|
||
|
|
||
|
* Fri Mar 01 2013 Petr Pisar <ppisar@redhat.com> - 3.25-1
|
||
|
- 3.25 bump
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.24-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Wed Dec 05 2012 Petr Pisar <ppisar@redhat.com> - 3.24-1
|
||
|
- 3.24 bump
|
||
|
|
||
|
* Tue Nov 20 2012 Petr Šabata <contyk@redhat.com> - 3.23-2
|
||
|
- Add missing deps
|
||
|
- Drop command macros
|
||
|
- Modernize spec
|
||
|
|
||
|
* Tue Sep 04 2012 Petr Pisar <ppisar@redhat.com> - 3.23-1
|
||
|
- 3.23 bump
|
||
|
|
||
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.22-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 3.22-2
|
||
|
- Perl 5.16 rebuild
|
||
|
|
||
|
* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 3.22-1
|
||
|
- 3.22 bump
|
||
|
|
||
|
* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 3.21-2
|
||
|
- The POD tests do not run by default anymore
|
||
|
- Switch build script from Module::Build to EU::MM
|
||
|
|
||
|
* Fri Mar 02 2012 Petr Pisar <ppisar@redhat.com> - 3.21-1
|
||
|
- 3.21 bump
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.20-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 3.20-1
|
||
|
- 3.20 bump
|
||
|
|
||
|
* Thu Sep 01 2011 Petr Pisar <ppisar@redhat.com> - 3.18-1
|
||
|
- 3.18 bump
|
||
|
|
||
|
* Thu Jun 30 2011 Petr Pisar <ppisar@redhat.com> 3.17-1
|
||
|
- Specfile autogenerated by cpanspec 1.78.
|
||
|
- Remove BuildRoot and defattr
|