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

Revision 9141, 2.9 KB checked in by inagaki, 9 years ago (diff)

2014-12-07 Ryoichi INAGAKI <ryo1@…>

  • perl-DBD-CSV, perl-DBI, perl-Gtk2, perl-Mixin-Linewise, perl-SQL-Statement: updated
  • perl-Gtk2-Unique, perl-Module-Refresh: rebuilt
  • perl-HTML-Tree, perl-Pango, perl-PerlIO-utf8_strict: NEW
Line 
1Name:           perl-PerlIO-utf8_strict
2Version:        0.005
3Release:        2%{?_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) >= 0.28
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) >= 0.88
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
33%{?perl_default_filter}
34
35%description
36This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
37default :utf8 layer it checks the input for correctness.
38
39%prep
40%setup -q -n PerlIO-utf8_strict-%{version}
41
42%build
43perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
44./Build
45
46%install
47./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
48find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
49%{_fixperms} $RPM_BUILD_ROOT/*
50
51%check
52./Build test
53
54%files
55%doc Changes LICENSE README
56%{perl_vendorarch}/auto/*
57%{perl_vendorarch}/PerlIO*
58%{_mandir}/man3/*
59
60%changelog
61* Sun Dec 07 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.005-2
62- Inital package for Vine Linux
63
64* Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 0.005-1
65- 0.005 bump
66
67* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-6
68- Perl 5.20 rebuild
69
70* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-5
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
72
73* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-4
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
75
76* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-3
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
78
79* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.004-2
80- Perl 5.18 rebuild
81
82* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 0.004-1
83- 0.004 bump
84
85* Thu Feb 21 2013 Petr Pisar <ppisar@redhat.com> - 0.003-1
86- 0.003 bump
87
88* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.002-2
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
90
91* Thu Sep 20 2012 Petr Pisar <ppisar@redhat.com> 0.002-1
92- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.