|
@@ -1,6 +1,6 @@
|
|
Summary: dump symbol names or the symbol table with Perl
|
|
Summary: dump symbol names or the symbol table with Perl
|
|
Name: perl-Devel-Symdump
|
|
Name: perl-Devel-Symdump
|
|
-Version: 2.07
|
|
|
|
|
|
+Version: 2.08
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -13,6 +13,9 @@ BuildArch: noarch
|
|
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
|
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
The perl module Devel::Symdump provides a convenient way to inspect
|
|
The perl module Devel::Symdump provides a convenient way to inspect
|
|
perl's symbol table and the class hierarchy within a running program.
|
|
perl's symbol table and the class hierarchy within a running program.
|
|
@@ -47,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 2.08-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Vendor and Distribution tag
|
|
|
|
+
|
|
* Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.07-1
|
|
* Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.07-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- build on perl-5.10
|
|
- build on perl-5.10
|