|
@@ -1,7 +1,7 @@
|
|
Summary: Apparently run a function in a higher stack frame
|
|
Summary: Apparently run a function in a higher stack frame
|
|
Name: perl-Sub-Uplevel
|
|
Name: perl-Sub-Uplevel
|
|
Version: 0.2002
|
|
Version: 0.2002
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Sub-Uplevel/
|
|
URL: http://search.cpan.org/dist/Sub-Uplevel/
|
|
@@ -12,7 +12,10 @@ BuildArch: noarch
|
|
BuildRequires: perl(Module::Build)
|
|
BuildRequires: perl(Module::Build)
|
|
BuildRequires: perl(Test::Pod)
|
|
BuildRequires: perl(Test::Pod)
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
-Requires: perl >= %(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
+Requires: perl >= %(eval "`%{__perl} -V:version`"; echo $version)
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
Like Tcl's uplevel() function, but not quite so dangerous. The idea is
|
|
Like Tcl's uplevel() function, but not quite so dangerous. The idea is
|
|
@@ -47,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.2002-2
|
|
|
|
+- build with perl 5.12.3
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Sat Nov 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2002-1
|
|
* Sat Nov 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2002-1
|
|
- Initial build for Vine Linux
|
|
- Initial build for Vine Linux
|
|
|
|
|