ff3d3a
Name:           perl-Text-Unidecode
ff3d3a
Version:        1.30
ff3d3a
Release:        5%{?dist}
ff3d3a
Summary:        US-ASCII transliterations of Unicode text
ff3d3a
License:        GPL+ or Artistic
ff3d3a
URL:            http://search.cpan.org/dist/Text-Unidecode/
ff3d3a
Source0:        http://www.cpan.org/modules/by-module/Text/Text-Unidecode-%{version}.tar.gz
ff3d3a
BuildArch:      noarch
ff3d3a
# Build
ff3d3a
BuildRequires:  make
ff3d3a
BuildRequires:  perl-interpreter
ff3d3a
BuildRequires:  perl-generators
ff3d3a
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
ff3d3a
# Runtime
ff3d3a
BuildRequires:  perl(Exporter)
ff3d3a
BuildRequires:  perl(integer)
ff3d3a
BuildRequires:  perl(strict)
ff3d3a
BuildRequires:  perl(utf8)
ff3d3a
BuildRequires:  perl(vars)
ff3d3a
BuildRequires:  perl(warnings)
ff3d3a
# Tests only
ff3d3a
BuildRequires:  perl(Test)
ff3d3a
BuildRequires:  perl(Text::Wrap)
ff3d3a
Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
ff3d3a
ff3d3a
%description
ff3d3a
ff3d3a
Text::Unidecode provides a function, `unidecode(...)' that takes
ff3d3a
Unicode data and tries to represent it in US-ASCII characters (i.e.,
ff3d3a
the universally displayable characters between 0x00 and 0x7F). The
ff3d3a
representation is almost always an attempt at *transliteration* -- i.e.,
ff3d3a
conveying, in Roman letters, the pronunciation expressed by the text in
ff3d3a
some other writing system.
ff3d3a
ff3d3a
%prep
ff3d3a
%setup -q -n Text-Unidecode-%{version}
ff3d3a
ff3d3a
%build
ff3d3a
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
ff3d3a
make %{?_smp_mflags}
ff3d3a
ff3d3a
%install
ff3d3a
make pure_install DESTDIR=%{buildroot}
ff3d3a
%{_fixperms} %{buildroot}/*
ff3d3a
ff3d3a
%check
ff3d3a
make test
ff3d3a
ff3d3a
%files
ff3d3a
%{!?_licensedir:%global license %%doc}
ff3d3a
%license LICENSE
ff3d3a
%doc README TODO.txt ChangeLog
ff3d3a
%{perl_vendorlib}/Text/
ff3d3a
%{_mandir}/man3/*.3*
ff3d3a
ff3d3a
%changelog
ff3d3a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-5
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ff3d3a
ff3d3a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-4
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ff3d3a
ff3d3a
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-3
ff3d3a
- Perl 5.26 rebuild
ff3d3a
ff3d3a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-2
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ff3d3a
ff3d3a
* Sun Nov 27 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.30-1
ff3d3a
- Update to 1.30
ff3d3a
ff3d3a
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-3
ff3d3a
- Perl 5.24 rebuild
ff3d3a
ff3d3a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ff3d3a
ff3d3a
* Thu Oct 22 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-1
ff3d3a
- 1.27 bump
ff3d3a
ff3d3a
* Fri Aug 28 2015 Petr Šabata <contyk@redhat.com> - 1.24-1
ff3d3a
- 1.24 bump
ff3d3a
ff3d3a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-3
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ff3d3a
ff3d3a
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-2
ff3d3a
- Perl 5.22 rebuild
ff3d3a
ff3d3a
* Wed Dec 10 2014 Petr Šabata <contyk@redhat.com> - 1.23-1
ff3d3a
- 1.23 bump
ff3d3a
ff3d3a
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.22-2
ff3d3a
- Perl 5.20 rebuild
ff3d3a
ff3d3a
* Wed Aug 20 2014 Petr Šabata <contyk@redhat.com> - 1.22-1
ff3d3a
- 1.22 bump
ff3d3a
ff3d3a
* Tue Jul 01 2014 Petr Šabata <contyk@redhat.com> - 1.01-1
ff3d3a
- A rebase after 13 years; 1.01 bump
ff3d3a
ff3d3a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-22
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ff3d3a
ff3d3a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-21
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ff3d3a
ff3d3a
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.04-20
ff3d3a
- Perl 5.18 rebuild
ff3d3a
ff3d3a
* Fri Jul 12 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-18
ff3d3a
- Update dependencies
ff3d3a
- Use DESTDIR rather than PERL_INSTALL_ROOT
ff3d3a
- Remove build root cleaning, BuildRoot definition and %%defattr
ff3d3a
ff3d3a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-18
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ff3d3a
ff3d3a
* Wed Aug 08 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-17
ff3d3a
- Specify all dependencies
ff3d3a
ff3d3a
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-16
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ff3d3a
ff3d3a
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 0.04-15
ff3d3a
- Perl 5.16 rebuild
ff3d3a
ff3d3a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-14
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ff3d3a
ff3d3a
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-13
ff3d3a
- Perl mass rebuild
ff3d3a
ff3d3a
* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-12
ff3d3a
- Perl 5.14 mass rebuild
ff3d3a
ff3d3a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-11
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ff3d3a
ff3d3a
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-10
ff3d3a
- 661697 rebuild for fixing problems with vendorach/lib
ff3d3a
ff3d3a
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-9
ff3d3a
- Mass rebuild with perl-5.12.0
ff3d3a
ff3d3a
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.04-8
ff3d3a
- rebuild against perl 5.10.1
ff3d3a
ff3d3a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-7
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ff3d3a
ff3d3a
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-6
ff3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ff3d3a
ff3d3a
* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.04-5
ff3d3a
- rebuild for new perl
ff3d3a
ff3d3a
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.04-4.1
ff3d3a
- correct license tag
ff3d3a
- add BR: perl(ExtUtils::MakeMaker)
ff3d3a
ff3d3a
* Tue Aug 29 2006 Patrice Dumas <pertusus at free.fr> - 0.04-4
ff3d3a
- rebuild for FC6
ff3d3a
ff3d3a
* Mon Jun 26 2006 Patrice Dumas <pertusus at free.fr> - 0.04-3
ff3d3a
- rebuild for perl-5.8.8
ff3d3a
ff3d3a
* Fri Feb 17 2006 Patrice Dumas <pertusus at free.fr> - 0.04-2
ff3d3a
- rebuild for fc5
ff3d3a
ff3d3a
* Sun Jan 29 2006 Patrice Dumas <pertusus at free.fr> - 0.04-1
ff3d3a
- fedora extras submission