|
|
@ -1,21 +1,22 @@
|
|
|
|
Name: perl-Data-Dumper-Concise
|
|
|
|
Name: perl-Data-Dumper-Concise
|
|
|
|
Version: 1.100
|
|
|
|
Summary: A convenient way to reproduce a set of Dumper options
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Version: 1.200
|
|
|
|
# lib/Data/Dumper/Concise.pm -> GPL+ or Artistic
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: A convenient way to reproduce a set of Dumper options
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Data-Dumper-Concise-%{version}.tar.gz
|
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Data-Dumper-Concise-%{version}.tar.gz
|
|
|
|
URL: http://search.cpan.org/dist/Data-Dumper-Concise
|
|
|
|
Url: http://search.cpan.org/dist/Data-Dumper-Concise
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
%{?perl_default_subpackage_tests}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
This module always exports a single function, Dumper, which can be
|
|
|
|
This module always exports a single function, Dumper, which can be
|
|
|
@ -53,6 +54,10 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Mar 08 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.200-1
|
|
|
|
|
|
|
|
- update by Fedora::App::MaintainerTools 0.004
|
|
|
|
|
|
|
|
- updating to latest GA CPAN version (1.200)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.100-2
|
|
|
|
* Sat Feb 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.100-2
|
|
|
|
- fix certain typos
|
|
|
|
- fix certain typos
|
|
|
|
|
|
|
|
|
|
|
@ -62,4 +67,3 @@ rm -rf %{buildroot}
|
|
|
|
* Fri Feb 05 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.100-0
|
|
|
|
* Fri Feb 05 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.100-0
|
|
|
|
- initial RPM packaging
|
|
|
|
- initial RPM packaging
|
|
|
|
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
|
|
|
|
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
|
|
|
|
|
|
|
|
|
|
|
|