source: projects/specs/trunk/p/perl-B-Keywords/perl-B-Keywords-vl.spec @ 12120

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

perl-5.26 and friends

Line 
1Name:           perl-B-Keywords
2Version:        1.20
3Release:        1%{?_dist_release}
4Summary:        Lists of reserved barewords and symbol names
5Group:          Development/Libraries
6License:        GPL+ or Artistic
7URL:            http://search.cpan.org/dist/B-Keywords/
8Source0:        http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/B-Keywords-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
10BuildArch:      noarch
11BuildRequires:  perl(ExtUtils::MakeMaker)
12BuildRequires:  perl(Test::More)
13BuildRequires:  perl(YAML)
14Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18Packager:       shaolin
19
20
21%description
22%{summary}.
23
24
25%prep
26%setup -q -n B-Keywords-%{version}
27
28
29%build
30perl Makefile.PL INSTALLDIRS=vendor
31make %{?_smp_mflags}
32
33
34%install
35rm -rf %{buildroot}
36make pure_install DESTDIR=%{buildroot}
37find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
38find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
39%{_fixperms} %{buildroot}
40
41
42%check
43make test
44
45
46%clean
47rm -rf %{buildroot}
48
49
50%files
51%defattr(-,root,root,-)
52%license LICENSE
53%doc Changes
54%{perl_vendorlib}/B/
55%{_mandir}/man3/B::Keywords.3pm*
56
57
58%changelog
59* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.20-1
60- new upstream release.
61- rebuilt with perl-5.26.
62
63* Mon Nov 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.13-1
64- updated to 1.13
65- built with perl 5.16.3
66
67* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-2
68- rebuild
69
70* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-1
71- initial build for Vine Linux
72
73* Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> - 1.12-1
74- Update to 1.12
75  - Add new keyword fc (Unicode casefolding) for 5.16
76  - Added diag before each big t/11keywords.t loop
77- This release by RURBAN -> update source URL
78- Don't use macros for commands
79
80* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.11-1
81- Update to 1.11
82  - Add new keywords for 5.16: __SUB__ and evalbytes
83- Use DESTDIR rather than PERL_INSTALL_ROOT
84
85* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
86- Perl mass rebuild
87
88* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
90
91* Sun Sep  5 2010 Paul Howarth <paul@city-fan.org> - 1.10-1
92- Update to 1.10 (fix typo in SYNOPSIS)
93- This release by FLORA -> update source URL
94
95* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-5
96- Mass rebuild with perl-5.12.0
97
98* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.09-4
99- rebuild against perl 5.10.1
100
101* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-3
102- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
103
104* Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-2
105- BR Test -> Test::More
106
107* Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-1
108- update to 1.09
109
110* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
111- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
112
113* Sat May 31 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-2
114- update buildrequires
115
116* Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-1
117- update to 1.08
118
119* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-4
120- Rebuild normally, second pass
121
122* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-3
123- Rebuild for perl 5.10 (again), disable tests for first pass
124
125* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-2
126- rebuild normally, second pass
127
128* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-1.1
129- rebuild for new perl
130- disable Test-Pod-Coverage, tests for first pass
131
132* Thu Feb 15 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
133- Update to 1.06.
134
135* Sat Jan 20 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
136- First build.
Note: See TracBrowser for help on using the repository browser.