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

Revision 5743, 6.4 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-Params-Util
2Version:        1.04
3Release:        1%{?_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 Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.04-1
52- initial build for Vine Linux
53
54* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
55- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
56
57* Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.04-2
58- Perl mass rebuild
59
60* Fri Apr 29 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-1
61- Upstream update.
62
63* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-2
64- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
65
66* Mon Dec 06 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.03-1
67- Upstream update.
68
69* Wed Jun 23 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.01-2
70- Rebuild for perl-5.12.x.
71
72* Fri May 07 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.01-1
73- Upstream update.
74- Revert Marcela's 2010-05-04 changes.
75- Remove BR's on perl(Test::MinimumVersion), perl(Test::Pod),
76  perl(Test::CPAN::Meta).
77  (Reflect upstream having disabled tests depending on them).
78
79* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.00-4
80- Mass rebuild with perl-5.12.0
81
82* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.00-3
83- rebuild against perl 5.10.1
84
85* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-2
86- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
87
88* Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.00-1
89- Upstream update.
90
91* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-2
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
93
94* Thu Feb 19 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.38-1
95- Upstream update.
96
97* Thu Feb 12 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.37-1
98- Upstream update.
99- Pass OPTIMIZE to make.
100- Remove *.bs after install.
101- Misc. minor spec fixes.
102
103* Sat Nov 29 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.35-1
104- Upstream update.
105- Remove BuildArch: noarch (package now is arch'ed).
106- Remove testsuite hack to accept perl(Test::CPAN::Meta) != 0.07.
107
108* Tue Jul 08 2008 Ralf Corsépius <rc040203@freenet.de> - 0.33-2
109- Unconditionally BR: perl(Test::CPAN::Meta).
110
111* Mon Jun 02 2008 Ralf Corsépius <rc040203@freenet.de> - 0.33-1
112- Upstream update.
113- Conditionally BR: perl(Test::CPAN::Meta).
114- Hack testsuite to accept Test::CPAN::Meta != 0.07.
115
116* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-6
117- Rebuild normally, second pass
118
119* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-5
120- Rebuild for perl 5.10 (again), first pass
121
122* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-4
123- rebuild normally, second pass
124
125* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-3.1
126- disable Test::MinimumVersion, tests for first pass
127
128* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-3
129- rebuild for new perl
130
131* Sun Nov 25 2007 Ralf Corsépius <rc040203@freenet.de> - 0.31-2
132- Add BR: perl(Test::MinimumVersion).
133
134* Mon Nov 19 2007 Ralf Corsépius <rc040203@freenet.de> - 0.31-1
135- Upstream update.
136
137* Tue Oct 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.30-1
138- Upstream update.
139
140* Thu Sep 06 2007 Ralf Corsépius <rc040203@freenet.de> - 0.29-1
141- Upstream update.
142- Update licence tag.
143- Conditionally disable AUTOMATED_TESTING.
144
145* Sat Jul 28 2007 Ralf Corsépius <rc040203@freenet.de> - 0.26-1
146- Upstream update.
147
148* Wed May 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.25-1
149- Upstream update.
150
151* Mon May 14 2007 Ralf Corsépius <rc040203@freenet.de> - 0.24-1
152- Upstream update.
153
154* Mon Mar 12 2007 Ralf Corsépius <rc040203@freenet.de> - 0.23-2
155- BR: perl(ExtUtils::MakeMaker).
156
157* Fri Mar 02 2007 Ralf Corsépius <rc040203@freenet.de> - 0.23-1
158- Upstream update.
159
160* Fri Nov 03 2006 Ralf Corsépius <rc040203@freenet.de> - 0.22-1
161- Upstream update.
162
163* Thu Oct 19 2006 Ralf Corsépius <rc040203@freenet.de> - 0.21-1
164- Upstream update.
165
166* Wed Oct 04 2006 Ralf Corsépius <rc040203@freenet.de> - 0.20-1
167- Upstream update.
168
169* Mon Sep 18 2006 Ralf Corsépius <rc040203@freenet.de> - 0.19-1
170- Upstream update.
171- Activate AUTOMATED_TESTING (t/99_author.t).
172
173* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.17-2
174- Mass rebuild.
175
176* Sun Aug 13 2006 Ralf Corsépius <rc040203@freenet.de> - 0.17-1
177- Upstream update.
178
179* Wed Jul 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.15-1
180- Upstream update.
181
182* Sun May 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.14-1
183- Upstream update.
184
185* Mon May 08 2006 Ralf Corsépius <rc040203@freenet.de> - 0.13-1
186- Upstream update.
187
188* Thu Apr 20 2006 Ralf Corsépius <rc040203@freenet.de> - 0.11-1
189- Upstream update.
190
191* Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 0.10-2
192- Rebuild for perl-5.8.8.
193
194* Wed Jan 18 2006 Ralf Corsépius <rc040203@freenet.de> - 0.10-1
195- Upstream update.
196
197* Wed Jan 11 2006 Ralf Corsépius <rc040203@freenet.de> - 0.09-1
198- Upstream update.
199
200* Wed Dec 21 2005 Ralf Corsépius <rc040203@freenet.de> - 0.08-1
201- Upstream update.
202
203* Wed Oct 12 2005 Ralf Corsepius <rc040203@freenet.de> - 0.07-1
204- Upstream update.
Note: See TracBrowser for help on using the repository browser.