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

Revision 9104, 3.8 KB checked in by inagaki, 9 years ago (diff)

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

  • perl-B-Keywords, perl-PadWalker?, perl-Test-{Base, Differences, Taint}, perl-Text-Autoformat, perl-YAML-Tiny: updated
  • perl-Pod-Spell: rebuilt
  • perl-Capture-Tiny: NEW


Line 
1Name:           perl-B-Keywords
2Version:        1.13
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%doc Changes LICENSE
53%{perl_vendorlib}/B/
54%{_mandir}/man3/B::Keywords.3pm*
55
56
57%changelog
58* Mon Nov 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.13-1
59- updated to 1.13
60- built with perl 5.16.3
61
62* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-2
63- rebuild
64
65* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-1
66- initial build for Vine Linux
67
68* Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> - 1.12-1
69- Update to 1.12
70  - Add new keyword fc (Unicode casefolding) for 5.16
71  - Added diag before each big t/11keywords.t loop
72- This release by RURBAN -> update source URL
73- Don't use macros for commands
74
75* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.11-1
76- Update to 1.11
77  - Add new keywords for 5.16: __SUB__ and evalbytes
78- Use DESTDIR rather than PERL_INSTALL_ROOT
79
80* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
81- Perl mass rebuild
82
83* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
85
86* Sun Sep  5 2010 Paul Howarth <paul@city-fan.org> - 1.10-1
87- Update to 1.10 (fix typo in SYNOPSIS)
88- This release by FLORA -> update source URL
89
90* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-5
91- Mass rebuild with perl-5.12.0
92
93* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.09-4
94- rebuild against perl 5.10.1
95
96* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-3
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
98
99* Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-2
100- BR Test -> Test::More
101
102* Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-1
103- update to 1.09
104
105* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
107
108* Sat May 31 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-2
109- update buildrequires
110
111* Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-1
112- update to 1.08
113
114* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-4
115- Rebuild normally, second pass
116
117* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-3
118- Rebuild for perl 5.10 (again), disable tests for first pass
119
120* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-2
121- rebuild normally, second pass
122
123* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-1.1
124- rebuild for new perl
125- disable Test-Pod-Coverage, tests for first pass
126
127* Thu Feb 15 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
128- Update to 1.06.
129
130* Sat Jan 20 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
131- First build.
Note: See TracBrowser for help on using the repository browser.