source: projects/specs/trunk/p/perl-Hook-LexWrap/perl-Hook-LexWrap-vl.spec @ 12120

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

perl-5.26 and friends

Line 
1Name:           perl-Hook-LexWrap
2Version:        0.26
3Release:        1%{?_dist_release}
4Summary:        Lexically scoped subroutine wrappers
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/Hook-LexWrap/
9Source0:        http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Hook-LexWrap-%{version}.tar.gz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildArch:      noarch
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Test::More)
15BuildRequires:  perl(Test::Pod)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       shaolin
21
22%description
23Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
24around an existing subroutine. Unlike other modules that provide this
25capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
26implements wrappers in such a way that the standard `caller' function
27works correctly within the wrapped subroutine.
28
29
30%prep
31%setup -q -n Hook-LexWrap-%{version}
32
33%build
34%{__perl} Makefile.PL INSTALLDIRS=vendor
35make %{?_smp_mflags}
36
37
38%install
39rm -rf %{buildroot}
40make pure_install PERL_INSTALL_ROOT=%{buildroot}
41find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
42find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
43chmod -R u+w %{buildroot}/*
44
45
46%check
47make test
48
49
50%clean
51rm -rf %{buildroot}
52
53
54%files
55%defattr(-,root,root,-)
56%doc Changes README
57%{perl_vendorlib}/Hook/
58%{_mandir}/man3/*.3pm*
59
60
61%changelog
62* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.26-1
63- new upstream release.
64- rebuilt with perl-5.26.
65
66* Sat Nov 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.24-1
67- updated to 0.24
68- built with perl 5.16.3
69
70* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.22-2
71- rebuild
72
73* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.22-1
74- initial build for Vine Linux
75
76* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-9
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
78
79* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.22-8
80- Perl mass rebuild
81
82* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-7
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84
85* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.22-6
86- 661697 rebuild for fixing problems with vendorach/lib
87
88* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.22-5
89- Mass rebuild with perl-5.12.0
90
91* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.22-4
92- rebuild against perl 5.10.1
93
94* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96
97* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
99
100* Sat Feb 21 2009 Ralf Corsepius <corsepiu@fedoraproject.org> - 0.22-1
101- Upstream update.
102- Reflect upstream having fixed CPAN RT#38892:
103  Remove Hook-LexWrap-0.21-cpan-rt-38892.diff.
104- Reflect upstream having fixed permissions.
105
106* Mon Nov 10 2008 Paul Howarth <paul@city-fan.org> - 0.21-1
107- Update to 0.21
108- New upstream maintainer => new source URL
109- Add buildreqs perl(Test::More) and perl(Test::Pod)
110- Update patch for CPAN RT#38892 to apply without fuzz
111- Fix argument order for find with -depth
112
113* Mon Oct 06 2008 Ralf Corsepius <corsepiu@fedoraproject.org> - 0.20-6
114- Add Hook-LexWrap-0.20-cpan-rt-38892.diff to fix
115  http://rt.cpan.org/Public/Bug/Display.html?id=38892
116  (Bugs shows while building rt3).
117
118* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.20-5
119- Rebuild for perl 5.10 (again)
120
121* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.20-4.2
122- rebuild for new perl
123
124* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.20-4.1
125- correct license tag
126- add BR: perl(ExtUtils::MakeMaker)
127
128* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-4
129- Rebuild for FC6.
130
131* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-3
132- Rebuild for FC5 (perl 5.8.8).
133
134* Fri Sep  9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-2
135- Comment about license files location.
136
137* Fri Aug 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1
138- First build.
Note: See TracBrowser for help on using the repository browser.