perl-Unicode-Normalize/perl-Unicode-Normalize.spec

61 lines
1.7 KiB
RPMSpec
Raw Normal View History

2015-07-10 11:24:49 +00:00
Name: perl-Unicode-Normalize
2015-10-09 08:27:30 +00:00
Version: 1.21
2015-07-13 11:58:20 +00:00
Release: 1%{?dist}
2015-07-10 11:24:49 +00:00
Summary: Unicode Normalization Forms
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Unicode-Normalize/
2015-10-09 08:27:30 +00:00
Source0: http://www.cpan.org/authors/id/K/KH/KHW/Unicode-Normalize-%{version}.tar.gz
2015-07-10 11:24:49 +00:00
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl, perl is
# auto-detected.
Conflicts: perl < 4:5.22.0-347
%description
This package provides Perl functions that can convert strings into various
Unicode normalization forms as defined in Unicode Standard Annex #15.
%prep
%setup -q -n Unicode-Normalize-%{version}
%build
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 {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
2015-10-09 08:27:30 +00:00
* Fri Oct 09 2015 Petr Pisar <ppisar@redhat.com> - 1.21-1
- 1.21 bump
2015-07-13 11:58:20 +00:00
* Mon Jul 13 2015 Petr Pisar <ppisar@redhat.com> - 1.19-1
- 1.19 bump
2015-07-10 11:24:49 +00:00
* Thu Jul 02 2015 Petr Pisar <ppisar@redhat.com> 1.18-348
- Specfile autogenerated by cpanspec 1.78.