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

Revision 12120, 6.6 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

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