A rebase after 13 years; 1.01 bump

This commit is contained in:
Petr Šabata 2014-07-03 12:41:37 +02:00
parent 6306fdc742
commit 6f0ca9d873
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Text-Unidecode-0.04.tar.gz
/Text-Unidecode-1.01.tar.gz

View File

@ -1,13 +1,11 @@
Name: perl-Text-Unidecode
Version: 0.04
Release: 22%{?dist}
Version: 1.01
Release: 1%{?dist}
Summary: US-ASCII transliterations of Unicode text
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Text-Unidecode/
Source0: http://www.cpan.org/modules/by-module/Text/Text-Unidecode-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
@ -17,6 +15,7 @@ BuildRequires: perl(strict)
BuildRequires: perl(Test)
BuildRequires: perl(utf8)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
@ -37,20 +36,23 @@ perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
chmod -R u+w $RPM_BUILD_ROOT/*
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
chmod -R u+w %{buildroot}/*
%check
make test
%files
%doc README TODO.txt ChangeLog
%doc README TODO.txt ChangeLog LICENSE
%{perl_vendorlib}/Text/
%{_mandir}/man3/*.3*
%changelog
* Tue Jul 01 2014 Petr Šabata <contyk@redhat.com> - 1.01-1
- A rebase after 13 years; 1.01 bump
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
06f6bddb396ab386aa66a2bc8a04df76 Text-Unidecode-0.04.tar.gz
dd5b457bb8d5dec54f5fdb3317f6043d Text-Unidecode-1.01.tar.gz