Blame SPECS/perl-Text-Unidecode.spec

90fd1d
Name:           perl-Text-Unidecode
90fd1d
Version:        0.04
90fd1d
Release:        20%{?dist}
90fd1d
Summary:        US-ASCII transliterations of Unicode text
90fd1d
90fd1d
Group:          Development/Libraries
90fd1d
License:        GPL+ or Artistic
90fd1d
URL:            http://search.cpan.org/dist/Text-Unidecode/
90fd1d
Source0:        http://www.cpan.org/modules/by-module/Text/Text-Unidecode-%{version}.tar.gz
90fd1d
90fd1d
BuildArch:      noarch
90fd1d
BuildRequires:  perl
90fd1d
BuildRequires:  perl(ExtUtils::MakeMaker)
90fd1d
BuildRequires:  perl(Exporter)
90fd1d
BuildRequires:  perl(integer)
90fd1d
BuildRequires:  perl(strict)
90fd1d
BuildRequires:  perl(Test)
90fd1d
BuildRequires:  perl(utf8)
90fd1d
BuildRequires:  perl(vars)
90fd1d
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
90fd1d
90fd1d
%description
90fd1d
90fd1d
Text::Unidecode provides a function, `unidecode(...)' that
90fd1d
takes Unicode data and tries to represent it in US-ASCII
90fd1d
characters (i.e., the universally displayable characters between
90fd1d
0x00 and 0x7F). The representation is almost always an attempt at
90fd1d
*transliteration* -- i.e., conveying, in Roman letters, the
90fd1d
pronunciation expressed by the text in some other writing
90fd1d
system. 
90fd1d
90fd1d
%prep
90fd1d
%setup -q -n Text-Unidecode-%{version}
90fd1d
90fd1d
%build
90fd1d
perl Makefile.PL INSTALLDIRS=vendor
90fd1d
make %{?_smp_mflags}
90fd1d
90fd1d
%install
90fd1d
make pure_install DESTDIR=$RPM_BUILD_ROOT
90fd1d
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
90fd1d
chmod -R u+w $RPM_BUILD_ROOT/*
90fd1d
90fd1d
%check
90fd1d
make test
90fd1d
90fd1d
%files
90fd1d
%doc README TODO.txt ChangeLog
90fd1d
%{perl_vendorlib}/Text/
90fd1d
%{_mandir}/man3/*.3*
90fd1d
90fd1d
90fd1d
%changelog
90fd1d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.04-20
90fd1d
- Mass rebuild 2013-12-27
90fd1d
90fd1d
* Fri Jul 12 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-18
90fd1d
- Update dependencies
90fd1d
- Use DESTDIR rather than PERL_INSTALL_ROOT
90fd1d
- Remove build root cleaning, BuildRoot definition and %%defattr
90fd1d
90fd1d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-18
90fd1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
90fd1d
90fd1d
* Wed Aug 08 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-17
90fd1d
- Specify all dependencies
90fd1d
90fd1d
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-16
90fd1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
90fd1d
90fd1d
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 0.04-15
90fd1d
- Perl 5.16 rebuild
90fd1d
90fd1d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-14
90fd1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
90fd1d
90fd1d
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-13
90fd1d
- Perl mass rebuild
90fd1d
90fd1d
* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-12
90fd1d
- Perl 5.14 mass rebuild
90fd1d
90fd1d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-11
90fd1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
90fd1d
90fd1d
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-10
90fd1d
- 661697 rebuild for fixing problems with vendorach/lib
90fd1d
90fd1d
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-9
90fd1d
- Mass rebuild with perl-5.12.0
90fd1d
90fd1d
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.04-8
90fd1d
- rebuild against perl 5.10.1
90fd1d
90fd1d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-7
90fd1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90fd1d
90fd1d
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-6
90fd1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
90fd1d
90fd1d
* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.04-5
90fd1d
- rebuild for new perl
90fd1d
90fd1d
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.04-4.1
90fd1d
- correct license tag
90fd1d
- add BR: perl(ExtUtils::MakeMaker)
90fd1d
90fd1d
* Tue Aug 29 2006 Patrice Dumas <pertusus at free.fr> - 0.04-4
90fd1d
- rebuild for FC6
90fd1d
90fd1d
* Mon Jun 26 2006 Patrice Dumas <pertusus at free.fr> - 0.04-3
90fd1d
- rebuild for perl-5.8.8
90fd1d
90fd1d
* Fri Feb 17 2006 Patrice Dumas <pertusus at free.fr> - 0.04-2
90fd1d
- rebuild for fc5
90fd1d
90fd1d
* Sun Jan 29 2006 Patrice Dumas <pertusus at free.fr> - 0.04-1
90fd1d
- fedora extras submission