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

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