source: projects/specs/trunk/p/perl-Mixin-Linewise/perl-Mixin-Linewise-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-Mixin-Linewise
2Version:        0.106
3Release:        1%{?_dist_release}
4Summary:        Write your linewise code for handles; this does the rest
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Mixin-Linewise/
8Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildArch:      noarch
12BuildRequires:  perl >= 1:5.6.0
13BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
14BuildRequires:  perl(IO::File)
15BuildRequires:  perl(PerlIO::utf8_strict)
16BuildRequires:  perl(Sub::Exporter) >= 0.9
17BuildRequires:  perl(Test::More) >= 0.96
18Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
19
20%{?perl_default_filter}
21
22%description
23It's boring to deal with opening files for IO, converting strings to handle-
24like objects, and all that. With Mixin::Linewise::Readers and
25Mixin::Linewise::Writers, you can just write a method to handle handles,
26and methods for handling strings and filenames are added for you.
27
28%prep
29%setup -q -n Mixin-Linewise-%{version}
30
31%build
32%{__perl} Makefile.PL INSTALLDIRS=vendor
33make %{?_smp_mflags}
34
35%install
36rm -rf %{buildroot}
37
38make pure_install DESTDIR=%{buildroot}
39
40find %{buildroot} -type f -name .packlist -exec rm -f {} \;
41find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
42
43%{_fixperms} %{buildroot}/*
44
45%check
46make test
47
48%clean
49rm -rf %{buildroot}
50
51%files
52%defattr(-,root,root,-)
53%doc Changes LICENSE README
54%{perl_vendorlib}/*
55%{_mandir}/man3/*
56
57%changelog
58* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.106-1
59- updated to 0.106
60- added BR: perl(PerlIO::utf8_strict)
61- built with perl 5.16.3
62
63* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.003-1
64- initial build for Vine Linux
65
66* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-6
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
68
69* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.003-5
70- Perl mass rebuild
71
72* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-4
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
74
75* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.003-3
76- 661697 rebuild for fixing problems with vendorach/lib
77
78* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.003-2
79- Mass rebuild with perl-5.12.0
80
81* Sat Mar 13 2010 Iain Arnell <iarnell@gmail.com> 0.003-1
82- update to latest upstream version
83- use perl_default_filter and DESTDIR
84
85* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.002-3
86- rebuild against perl 5.10.1
87
88* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.002-2
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91* Sun Apr 19 2009 Iain Arnell 0.002-1
92- Specfile autogenerated by cpanspec 1.77.
Note: See TracBrowser for help on using the repository browser.