source: projects/specs/trunk/p/perl-Params-Util/perl-Params-Util-vl.spec @ 8634

Revision 8634, 6.5 KB checked in by iwaim, 10 years ago (diff)

perl-Params-Util 1.04-2

Line 
1Name:           perl-Params-Util
2Version:        1.04
3Release:        2%{?_dist_release}
4Summary:        Simple standalone param-checking functions
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Params-Util/
8Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz
9
10Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
11
12BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.52
13BuildRequires:  perl(Test::More) >= 0.47
14BuildRequires:  perl(File::Spec) >= 0.82
15BuildRequires:  perl(Scalar::Util) >= 1.18
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       shaolin
20
21%description
22Params::Util provides a basic set of importable functions that
23makes checking parameters a hell of a lot easier.
24
25%prep
26%setup -q -n Params-Util-%{version}
27
28%build
29%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
30make %{?_smp_mflags}
31
32%install
33make pure_install DESTDIR=$RPM_BUILD_ROOT
34find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
35find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
36find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
37chmod -R u+w $RPM_BUILD_ROOT/*
38
39%check
40make test AUTOMATED_TESTING=1
41
42%files
43%defattr(-,root,root,-)
44%doc Changes LICENSE
45%{perl_vendorarch}/auto/*
46%{perl_vendorarch}/Params
47
48%{_mandir}/man3/*
49
50%changelog
51* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.04-2
52- build with Perl 5.16
53
54* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.04-1
55- initial build for Vine Linux
56
57* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
58- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
59
60* Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.04-2
61- Perl mass rebuild
62
63* Fri Apr 29 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-1
64- Upstream update.
65
66* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-2
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
68
69* Mon Dec 06 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.03-1
70- Upstream update.
71
72* Wed Jun 23 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.01-2
73- Rebuild for perl-5.12.x.
74
75* Fri May 07 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.01-1
76- Upstream update.
77- Revert Marcela's 2010-05-04 changes.
78- Remove BR's on perl(Test::MinimumVersion), perl(Test::Pod),
79  perl(Test::CPAN::Meta).
80  (Reflect upstream having disabled tests depending on them).
81
82* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.00-4
83- Mass rebuild with perl-5.12.0
84
85* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.00-3
86- rebuild against perl 5.10.1
87
88* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-2
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91* Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.00-1
92- Upstream update.
93
94* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-2
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
96
97* Thu Feb 19 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.38-1
98- Upstream update.
99
100* Thu Feb 12 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.37-1
101- Upstream update.
102- Pass OPTIMIZE to make.
103- Remove *.bs after install.
104- Misc. minor spec fixes.
105
106* Sat Nov 29 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.35-1
107- Upstream update.
108- Remove BuildArch: noarch (package now is arch'ed).
109- Remove testsuite hack to accept perl(Test::CPAN::Meta) != 0.07.
110
111* Tue Jul 08 2008 Ralf Corsépius <rc040203@freenet.de> - 0.33-2
112- Unconditionally BR: perl(Test::CPAN::Meta).
113
114* Mon Jun 02 2008 Ralf Corsépius <rc040203@freenet.de> - 0.33-1
115- Upstream update.
116- Conditionally BR: perl(Test::CPAN::Meta).
117- Hack testsuite to accept Test::CPAN::Meta != 0.07.
118
119* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-6
120- Rebuild normally, second pass
121
122* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-5
123- Rebuild for perl 5.10 (again), first pass
124
125* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-4
126- rebuild normally, second pass
127
128* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-3.1
129- disable Test::MinimumVersion, tests for first pass
130
131* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-3
132- rebuild for new perl
133
134* Sun Nov 25 2007 Ralf Corsépius <rc040203@freenet.de> - 0.31-2
135- Add BR: perl(Test::MinimumVersion).
136
137* Mon Nov 19 2007 Ralf Corsépius <rc040203@freenet.de> - 0.31-1
138- Upstream update.
139
140* Tue Oct 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.30-1
141- Upstream update.
142
143* Thu Sep 06 2007 Ralf Corsépius <rc040203@freenet.de> - 0.29-1
144- Upstream update.
145- Update licence tag.
146- Conditionally disable AUTOMATED_TESTING.
147
148* Sat Jul 28 2007 Ralf Corsépius <rc040203@freenet.de> - 0.26-1
149- Upstream update.
150
151* Wed May 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.25-1
152- Upstream update.
153
154* Mon May 14 2007 Ralf Corsépius <rc040203@freenet.de> - 0.24-1
155- Upstream update.
156
157* Mon Mar 12 2007 Ralf Corsépius <rc040203@freenet.de> - 0.23-2
158- BR: perl(ExtUtils::MakeMaker).
159
160* Fri Mar 02 2007 Ralf Corsépius <rc040203@freenet.de> - 0.23-1
161- Upstream update.
162
163* Fri Nov 03 2006 Ralf Corsépius <rc040203@freenet.de> - 0.22-1
164- Upstream update.
165
166* Thu Oct 19 2006 Ralf Corsépius <rc040203@freenet.de> - 0.21-1
167- Upstream update.
168
169* Wed Oct 04 2006 Ralf Corsépius <rc040203@freenet.de> - 0.20-1
170- Upstream update.
171
172* Mon Sep 18 2006 Ralf Corsépius <rc040203@freenet.de> - 0.19-1
173- Upstream update.
174- Activate AUTOMATED_TESTING (t/99_author.t).
175
176* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.17-2
177- Mass rebuild.
178
179* Sun Aug 13 2006 Ralf Corsépius <rc040203@freenet.de> - 0.17-1
180- Upstream update.
181
182* Wed Jul 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.15-1
183- Upstream update.
184
185* Sun May 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.14-1
186- Upstream update.
187
188* Mon May 08 2006 Ralf Corsépius <rc040203@freenet.de> - 0.13-1
189- Upstream update.
190
191* Thu Apr 20 2006 Ralf Corsépius <rc040203@freenet.de> - 0.11-1
192- Upstream update.
193
194* Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 0.10-2
195- Rebuild for perl-5.8.8.
196
197* Wed Jan 18 2006 Ralf Corsépius <rc040203@freenet.de> - 0.10-1
198- Upstream update.
199
200* Wed Jan 11 2006 Ralf Corsépius <rc040203@freenet.de> - 0.09-1
201- Upstream update.
202
203* Wed Dec 21 2005 Ralf Corsépius <rc040203@freenet.de> - 0.08-1
204- Upstream update.
205
206* Wed Oct 12 2005 Ralf Corsepius <rc040203@freenet.de> - 0.07-1
207- Upstream update.
Note: See TracBrowser for help on using the repository browser.