source: projects/specs/trunk/p/perl-ExtUtils-Config/perl-ExtUtils-Config-vl.spec @ 12120

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

perl-5.26 and friends

Line 
1Name:           perl-ExtUtils-Config
2Version:        0.008
3Release:        15%{?_dist_release}
4Summary:        A wrapper for perl's configuration
5License:        GPL+ or Artistic
6URL:            https://metacpan.org/release/ExtUtils-Config
7Source0:        http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-%{version}.tar.gz
8
9Vendor:        Project Vine
10Distribution:  Vine Linux
11
12BuildArch:      noarch
13# Build
14BuildRequires:  coreutils
15BuildRequires:  findutils
16BuildRequires:  make
17BuildRequires:  perl >= 2:5.26.2
18BuildRequires:  perl(ExtUtils::MakeMaker)
19# Module
20BuildRequires:  perl(Config)
21BuildRequires:  perl(Data::Dumper)
22# Test Suite
23BuildRequires:  perl(File::Find)
24BuildRequires:  perl(File::Temp)
25BuildRequires:  perl(Test::More)
26# Runtime
27Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
28
29%description
30ExtUtils::Config is an abstraction around the %%Config hash.
31
32%prep
33%setup -q -n ExtUtils-Config-%{version}
34
35%build
36perl Makefile.PL INSTALLDIRS=vendor
37make %{?_smp_mflags}
38
39%install
40make pure_install DESTDIR=%{buildroot}
41find %{buildroot} -type f -name .packlist -delete
42%{_fixperms} -c %{buildroot}
43
44%check
45make test
46
47%files
48%if 0%{?_licensedir:1}
49%license LICENSE
50%else
51%doc LICENSE
52%endif
53%doc Changes README
54%{perl_vendorlib}/ExtUtils/
55%{_mandir}/man3/ExtUtils::Config.3*
56
57%changelog
58* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.008-14
59- initial build for Vine Linux.
60
61* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-14
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
63
64* Mon Nov 19 2018 Paul Howarth <paul@city-fan.org> - 0.008-13
65- Specify all build dependencies
66- Simplify find command using -delete
67- Use %%license where possible
68- Drop EL-5 support
69  - Drop BuildRoot: and Group: tags
70  - Drop explicit buildroot cleaning in %%install section
71  - Drop explicit %%clean section
72  - Drop workaround for building with Test::More < 0.88
73
74* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-12
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
76
77* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-11
78- Perl 5.28 rebuild
79
80* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-10
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
82
83* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-9
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
85
86* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-8
87- Perl 5.26 rebuild
88
89* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-7
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
91
92* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-6
93- Perl 5.24 rebuild
94
95* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-5
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
97
98* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-4
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
100
101* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-3
102- Perl 5.22 rebuild
103
104* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-2
105- Perl 5.20 rebuild
106
107* Thu Jun 26 2014 Paul Howarth <paul@city-fan.org> - 0.008-1
108- Update to 0.008
109  - Remove set, clear, clone methods
110- Don't bother with the release tests, which can't be run on EPEL < 7 anyway
111- Update patch for building with old Test::More versions
112
113* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-8
114- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
115
116* Wed Sep  4 2013 Paul Howarth <paul@city-fan.org> - 0.007-7
117- Skip the release tests when bootstrapping
118
119* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-6
120- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
121
122* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.007-5
123- Perl 5.18 rebuild
124
125* Mon Jul 22 2013 Paul Howarth <paul@city-fan.org> - 0.007-4
126- Avoid Test::Kwalitee as it tries to verify the module's signature, which will fail
127  if we have to patch Makefile.PL, tests etc. for old distribution support
128
129* Fri Jul  5 2013 Paul Howarth <paul@city-fan.org> - 0.007-3
130- Don't BR: perl(Test::Kwalitee) when bootstrapping
131
132* Mon Apr  1 2013 Paul Howarth <paul@city-fan.org> - 0.007-2
133- Sanitize for Fedora submission
134
135* Sun Mar 31 2013 Paul Howarth <paul@city-fan.org> - 0.007-1
136- Initial RPM version
Note: See TracBrowser for help on using the repository browser.