Blame SPECS/perl-Text-Unidecode.spec

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