Browse Source

perl-Sub-Uplevel-0.2002-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3162 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
8ad7c5ef3d
1 changed files with 9 additions and 2 deletions
  1. 9 2
      p/perl-Sub-Uplevel/perl-Sub-Uplevel-vl.spec

+ 9 - 2
p/perl-Sub-Uplevel/perl-Sub-Uplevel-vl.spec

@@ -1,7 +1,7 @@
 Summary:        Apparently run a function in a higher stack frame
 Name:           perl-Sub-Uplevel
 Version:        0.2002
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sub-Uplevel/
@@ -12,7 +12,10 @@ BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Pod)
 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
 Like Tcl's uplevel() function, but not quite so dangerous. The idea is
@@ -47,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %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
 - Initial build for Vine Linux