A rebase after 13 years; 1.01 bump
This commit is contained in:
parent
6306fdc742
commit
6f0ca9d873
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Text-Unidecode-0.04.tar.gz
|
||||
/Text-Unidecode-1.01.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user