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

72 lines
2.0 KiB
RPMSpec
Raw Normal View History

2015-07-10 11:24:49 +00:00
Name: perl-Unicode-Normalize
2015-12-03 07:15:39 +00:00
Version: 1.24
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
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
2015-10-27 09:18:40 +00:00
BuildRequires: perl-devel
# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl-libs
BuildRequires: perl-libs
BuildRequires: perl(bytes)
2015-07-10 11:24:49 +00:00
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
2015-10-27 09:18:40 +00:00
BuildRequires: perl(ExtUtils::MakeMaker)
2015-07-10 11:24:49 +00:00
BuildRequires: perl(File::Spec)
2015-10-27 09:18:40 +00:00
BuildRequires: perl(SelectSaver)
2015-07-10 11:24:49 +00:00
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
2015-10-27 09:18:40 +00:00
# Run-time:
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter)
2015-07-10 11:24:49 +00:00
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
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
2015-10-27 09:18:40 +00:00
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
2015-07-10 11:24:49 +00:00
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
2015-10-27 09:18:40 +00:00
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
2015-07-10 11:24:49 +00:00
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
2015-10-27 09:18:40 +00:00
%license LICENSE
2015-07-10 11:24:49 +00:00
%doc Changes README
2015-10-27 09:18:40 +00:00
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Unicode
2015-07-10 11:24:49 +00:00
%{_mandir}/man3/*
%changelog
2015-12-03 07:15:39 +00:00
* Thu Dec 03 2015 Petr Pisar <ppisar@redhat.com> - 1.24-1
- 1.24 bump
2015-10-27 09:18:40 +00:00
* Tue Oct 27 2015 Petr Pisar <ppisar@redhat.com> - 1.23-1
- 1.23 bump
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.