1.24 bump
This commit is contained in:
parent
7d6c2267e9
commit
46633fbd2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Text-Unidecode-0.04.tar.gz
|
||||
/Text-Unidecode-1.01.tar.gz
|
||||
/Text-Unidecode-1.22.tar.gz
|
||||
/Text-Unidecode-1.23.tar.gz
|
||||
/Text-Unidecode-1.24.tar.gz
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
Name: perl-Text-Unidecode
|
||||
Version: 1.23
|
||||
Release: 3%{?dist}
|
||||
Version: 1.24
|
||||
Release: 1%{?dist}
|
||||
Summary: US-ASCII transliterations of Unicode text
|
||||
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
|
||||
# Build
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Runtime
|
||||
@ -45,12 +46,16 @@ make pure_install DESTDIR=%{buildroot}
|
||||
make test
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc README TODO.txt ChangeLog
|
||||
%{perl_vendorlib}/Text/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 28 2015 Petr Šabata <contyk@redhat.com> - 1.24-1
|
||||
- 1.24 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user