source: projects/specs/trunk/p/perl-Sub-Uplevel/perl-Sub-Uplevel-vl.spec @ 8668

Revision 8668, 3.0 KB checked in by iwaim, 10 years ago (diff)

perl-Sub-Uplevel 0.24-1

Line 
1Epoch:          1
2
3Summary:        Apparently run a function in a higher stack frame
4Name:           perl-Sub-Uplevel
5Version:        0.24
6Release:        1%{?_dist_release}
7License:        GPL+ or Artistic
8Group:          Development/Libraries
9URL:            http://search.cpan.org/dist/Sub-Uplevel/
10Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-%{version}.tar.gz
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13BuildArch:      noarch
14BuildRequires:  perl(Module::Build)
15BuildRequires:  perl(Test::Pod)
16BuildRequires:  perl(Test::Pod::Coverage)
17Requires:       perl >= %(eval "`%{__perl} -V:version`"; echo $version)
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23Like Tcl's uplevel() function, but not quite so dangerous. The idea is
24just to fool caller(). All the really naughty bits of Tcl's uplevel()
25are avoided.
26
27%prep
28%setup -q -n Sub-Uplevel-%{version}
29
30%build
31%{__perl} Makefile.PL installdirs=vendor
32make
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37make install DESTDIR=$RPM_BUILD_ROOT
38find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
39
40%{_fixperms} $RPM_BUILD_ROOT/*
41
42%check
43AUTHOR_TESTING=1 make test
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root,-)
50%doc Changes LICENSE README README.PATCHING examples
51%{perl_vendorlib}/*
52%{_mandir}/man3/*
53
54%changelog
55* Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.24-1
56- build with Perl 5.16
57- update to 0.24
58 - add Epoch:1
59
60* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.2002-2
61- build with perl 5.12.3
62- add Vendor and Distribution tags
63
64* Sat Nov  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2002-1
65- Initial build for Vine Linux
66
67* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.1901-2
68- Rebuild for perl 5.10 (again)
69
70* Wed Feb 20 2008 Steven Pritchard <steve@kspei.com> 0.1901-1
71- Update to 0.1901.
72- Use fixperms macro instead of our own chmod incantation.
73- Reformat to match cpanspec output.
74
75* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2
76- rebuild for new perl
77
78* Mon Dec 17 2007 Ralf Corsépius <rc040203@freenet.de> - 0.18-1
79- Update to 0.18.
80
81* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.14-1
82- Update to 0.14.
83
84* Fri Jun 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.13-1
85- Update to 0.13.
86
87* Sat May 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.12-1
88- Update to 0.12.
89- Makefile.PL -> Build.PL.
90
91* Fri Apr 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.10-1
92- Update to 0.10.
93- New upstream maintainer.
94- Patch dropped.
95
96* Wed Feb 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.09-4
97- Uplevel.pm patch (perl 5.8.8). See bugzilla entry #182488.
98
99* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.09-3
100- Dist tag.
101
102* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.09-2
103- rebuilt
104
105* Thu Jul  8 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.09-1
106- Update to 0.09 (with license info).
107
108* Sun Jul  4 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.08-0.fdr.1
109- First build.
Note: See TracBrowser for help on using the repository browser.