source: projects/specs/trunk/p/perl-Params-Classify/perl-Params-Classify-vl.spec @ 9315

Revision 9315, 3.9 KB checked in by inagaki, 9 years ago (diff)

2015-01-31 Ryoichi INAGAKI <ryo1@…>

  • perl-Date-Time-Format-ISO8601, perl-IO-SessionData?, perl-Module-Signature, perl-Net-UPnP, perl-Params-Classify, perl-SOAP-Lite, perl-Test-Distribution: <requests:2508>
Line 
1Name:           perl-Params-Classify
2Version:        0.013
3Release:        13%{?_dist_release}
4Summary:        Argument type classification
5Summary(ja):    引数の型を分類する perl モジュール
6License:        GPL+ or Artistic
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/Params-Classify/
9
10Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Params-Classify-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  perl(ExtUtils::ParseXS) >= 2.2006
13BuildRequires:  perl(Module::Build)
14BuildRequires:  perl(parent)
15BuildRequires:  perl(Scalar::Util) >= 1.01
16BuildRequires:  perl(Test::More)
17BuildRequires:  perl(Test::Pod)
18BuildRequires:  perl(Test::Pod::Coverage)
19Requires:       perl(Exporter)
20Requires:       perl(Scalar::Util) >= 1.01
21Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
22
23%{?perl_default_filter}
24
25Vendor: Project Vine
26Distribution: Vine Linux
27
28
29%description
30This module provides various type-testing functions. These are intended
31for functions that, unlike most Perl code, care what type of data they
32are operating on. For example, some functions wish to behave
33differently depending on the type of their arguments (like overloaded
34functions in C++).
35
36%prep
37%setup -q -n Params-Classify-%{version}
38
39%build
40%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
41./Build
42
43%install
44rm -rf $RPM_BUILD_ROOT
45./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
46find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
47find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
48
49%{_fixperms} $RPM_BUILD_ROOT/*
50
51%check
52./Build test
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(-,root,root,-)
59%doc Changes README
60%{perl_vendorarch}/auto/*
61%{perl_vendorarch}/Params*
62%{_mandir}/man3/*
63
64%changelog
65* Sat Jan 31 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.013-13
66- Initial build for Vine Linux
67
68* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.013-12
69- Perl 5.20 rebuild
70
71* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-11
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
73
74* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-10
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
76
77* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-9
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
79
80* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.013-8
81- Perl 5.18 rebuild
82
83* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-7
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
85
86* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-6
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
88
89* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.013-5
90- Perl 5.16 rebuild
91
92* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-4
93- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
94
95* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.013-3
96- Perl mass rebuild
97
98* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-2
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
100
101* Fri Nov 19 2010 Iain Arnell <iarnell@gmail.com> 0.013-1
102- update to latest upstream version
103
104* Tue Nov 09 2010 Iain Arnell <iarnell@gmail.com> 0.012-3
105- BR perl(ExtUtils::ParseXS) >= 2.2006 now that it's available
106
107* Sat Nov 06 2010 Iain Arnell <iarnell@gmail.com> 0.012-2
108- clarify ExtUtils::ParseXS build requirement version
109
110* Thu Nov 04 2010 Iain Arnell <iarnell@gmail.com> 0.012-1
111- update to latest upstream version
112- use correct optflags macro
113
114* Sun Sep 26 2010 Iain Arnell <iarnell@gmail.com> 0.011-1
115- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.