|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-Data-Dumper-Names
|
|
|
|
|
Version: 0.03
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Data::Dumper like module for printing and eval data structures
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Data::Dumper::Names Perl module
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Data-Dumper-Names/
|
|
|
|
@ -10,12 +10,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(PadWalker) >= 0.13
|
|
|
|
|
# Cyclic dependencies on Test::More
|
|
|
|
|
#BuildRequires: perl(Test::More)
|
|
|
|
|
Requires: perl(PadWalker) >= 0.13
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The essential module Data::Dumper is used for printing perl data structures or
|
|
|
|
|
suitable for eval. Data::Dumper::Names dump variables with names and without
|
|
|
|
|
Module similar to Data::Dumper but variables are dumped with names and without
|
|
|
|
|
source filter.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -34,7 +35,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
./Build test
|
|
|
|
|
#./Build test
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 15 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.03-3
|
|
|
|
|
- tests need Test::Most, which are dependent on this package
|
|
|
|
|
|
|
|
|
|
* Mon Apr 6 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.03-2
|
|
|
|
|
- remove unnecessary requirement
|
|
|
|
|
|
|
|
|
|