source: projects/specs/trunk/p/perl-PerlIO-utf8_strict/perl-PerlIO-utf8_strict-vl.spec @ 12120

Revision 12120, 3.1 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-PerlIO-utf8_strict
2Version:        0.007
3Release:        1%{?_dist_release}
4Summary:        Fast and correct UTF-8 I/O
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/PerlIO-utf8_strict/
8Source0:        http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildRequires:  perl
12BuildRequires:  perl(Module::Build)
13BuildRequires:  perl(strict)
14BuildRequires:  perl(warnings)
15# Run-time:
16BuildRequires:  perl(XSLoader)
17# Tests:
18BuildRequires:  perl(Carp)
19BuildRequires:  perl(Exporter)
20BuildRequires:  perl(File::Spec)
21BuildRequires:  perl(File::Spec::Functions)
22BuildRequires:  perl(IO::File)
23BuildRequires:  perl(IO::Handle)
24BuildRequires:  perl(IPC::Open3)
25# Pod::Coverage::TrustPod not used
26BuildRequires:  perl(Test::Exception)
27BuildRequires:  perl(Test::More)
28# Test::Pod 1.41 not used
29# Test::Pod::Coverage 1.08 not used
30BuildRequires:  perl(utf8)
31Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
32
33Vendor:         Project Vine
34Distribution:   Vine Linux
35
36%{?perl_default_filter}
37
38%description
39This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
40default :utf8 layer it checks the input for correctness.
41
42%prep
43%setup -q -n PerlIO-utf8_strict-%{version}
44
45%build
46%{__perl} Makefile.PL INSTALLDIRS=vendor
47make %{?_smp_mflags}
48
49%install
50make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
51
52find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
53find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
54%{_fixperms} $RPM_BUILD_ROOT/*
55
56%check
57make test
58
59%files
60%license LICENSE
61%doc Changes README
62%{perl_vendorarch}/auto/*
63%{perl_vendorarch}/PerlIO*
64%{_mandir}/man3/*
65
66%changelog
67* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.007-1
68- new upstream release.
69- rebuilt with perl-5.26.
70
71* Sun Dec 07 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.005-2
72- Inital package for Vine Linux
73
74* Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 0.005-1
75- 0.005 bump
76
77* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-6
78- Perl 5.20 rebuild
79
80* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-5
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
82
83* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-4
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
85
86* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-3
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
88
89* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.004-2
90- Perl 5.18 rebuild
91
92* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 0.004-1
93- 0.004 bump
94
95* Thu Feb 21 2013 Petr Pisar <ppisar@redhat.com> - 0.003-1
96- 0.003 bump
97
98* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.002-2
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
100
101* Thu Sep 20 2012 Petr Pisar <ppisar@redhat.com> 0.002-1
102- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.