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

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