source: projects/specs/trunk/p/perl-Perl-MinimumVersion/perl-Perl-MinimumVersion-vl.spec @ 9107

Revision 9107, 4.6 KB checked in by inagaki, 9 years ago (diff)

2014-11-22 Ryoichi INAGAKI <ryo1@…>

  • perl-Config-Tiny, perl-Devel-Cycle, perl-Email-Address, perl-Perl-{Crytic, MinimumVersion?}, perl-Test-MinimumVersion?: updated
  • perl-Test-Memory-Cycle: rebuilt


Line 
1Name:           perl-Perl-MinimumVersion
2Version:        1.38
3Release:        1%{?_dist_release}
4Summary:        Find a minimum required version of perl for Perl code
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Perl-MinimumVersion/
8Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Perl-MinimumVersion-%{version}.tar.gz
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires: perl(List::Util) >= 1.20
13BuildRequires: perl(PPI) >= 1.215
14BuildRequires: perl(PPIx::Regexp) >= 0.033
15BuildRequires: perl(version) >= 0.76
16BuildRequires: perl(Perl::Critic::Utils) >= 1.104
17BuildRequires: perl(Params::Util) >= 0.25
18%if !%{defined perl_bootstrap}
19BuildRequires: perl(Test::Script) >= 1.03
20BuildRequires: perl(File::Find::Rule) >= 0.32
21BuildRequires: perl(File::Find::Rule::Perl) >= 1.04
22BuildRequires: perl(File::Spec) >= 0.80
23BuildRequires: perl(Test::More) >= 0.47
24%endif
25Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
26
27Vendor:         Project Vine
28Distribution:   Vine Linux
29Packager:       shaolin
30
31%description
32Find a minimum required version of perl for Perl code
33
34%prep
35%setup -q -n Perl-MinimumVersion-%{version}
36
37%build
38%{__perl} Makefile.PL INSTALLDIRS=vendor
39make %{?_smp_mflags}
40
41%install
42rm -rf ${RPM_BUILD_ROOT}
43make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
44find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} ';'
45find ${RPM_BUILD_ROOT} -type d -depth -exec rmdir {} 2>/dev/null ';'
46chmod -R u+w ${RPM_BUILD_ROOT}/*
47
48%check
49%if !%{defined perl_bootstrap}
50make test
51%endif
52
53%clean
54rm -rf ${RPM_BUILD_ROOT}
55
56%files
57%defattr(-,root,root,-)
58%doc Changes LICENSE
59%{_bindir}/*
60%{perl_vendorlib}/Perl
61%{_mandir}/man1/*
62%{_mandir}/man3/*
63
64%changelog
65* Fri Nov 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.38-1
66- updated to 1.38
67- built with perl 5.16.3
68
69* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.28-4
70- rebuild
71
72* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.28-2
73- undefine perl_bootstrap this time
74
75* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.28-1
76- initial build for Vine Linux
77
78* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-4
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
80
81* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.28-3
82- Perl mass rebuild
83
84* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.28-2
85- use perl_bootstrap macro
86
87* Fri Jun 17 2011 Ralf Corsépius <ralf.corsepius@fedoraproject.org> - 1.28-1
88- Upstream update.
89- Remove maintainer test (Upstream doesn't want us to find his bugs).
90- Update BR's.
91
92* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
93- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
94
95* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.26-2
96- 661697 rebuild for fixing problems with vendorach/lib
97
98* Thu Aug 05 2010 Ralf Corsépius <ralf.corsepius@fedoraproject.org> - 1.26-1
99- Upstream update.
100 
101* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.24-3
102- Mass rebuild with perl-5.12.0
103
104* Mon May  3 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.24-2
105- for the meantime apply changes from trunk. Other builds using
106 this package should succed with perl-5.12.
107
108* Mon Mar 01 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-1
109- Upstream update.
110- Adjust BR's.
111
112* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.20-3
113- rebuild against perl 5.10.1
114
115* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-2
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
117
118* Sun Apr 26 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.20-1
119- Upstream update.
120
121* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-2
122- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
123
124* Tue Sep 16 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.19-1
125- Upstream update.
126
127* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.18-1
128- Upstream update.
129
130* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.15-5
131- Rebuild for perl 5.10 (again)
132
133* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.15-4
134- correct List::Util version, perl 5.10.0 has 1.19
135
136* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.15-3
137- rebuild for new perl
138
139* Thu Jan 10 2008 Ralf Corsépius <rc040203@freenet.de> - 0.15.2
140- Use unversioned BR: perl(version) to circumvent perl vs. rpm versioning
141  conflicts
142
143* Tue Nov 20 2007 Ralf Corsépius <rc040203@freenet.de> - 0.15-1
144- Initial version.
Note: See TracBrowser for help on using the repository browser.