|
|
@ -1,10 +1,10 @@
|
|
|
|
Name: perl-Data-Dumper-Concise
|
|
|
|
Name: perl-Data-Dumper-Concise
|
|
|
|
Summary: A convenient way to reproduce a set of Dumper options
|
|
|
|
Summary: A convenient way to reproduce a set of Dumper options
|
|
|
|
Version: 2.022
|
|
|
|
Version: 2.023
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Data-Dumper-Concise-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Data-Dumper-Concise-%{version}.tar.gz
|
|
|
|
URL: http://search.cpan.org/dist/Data-Dumper-Concise
|
|
|
|
URL: http://search.cpan.org/dist/Data-Dumper-Concise
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -33,17 +33,13 @@ that we've found ourselves using across large numbers of applications.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Data-Dumper-Concise-%{version}
|
|
|
|
%setup -q -n Data-Dumper-Concise-%{version}
|
|
|
|
# Remove bundled modules
|
|
|
|
|
|
|
|
rm -r ./inc
|
|
|
|
|
|
|
|
sed -i -e '/^inc\//d' MANIFEST
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
@ -55,6 +51,9 @@ make test
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun May 14 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 2.023-1
|
|
|
|
|
|
|
|
- Update to 2.023
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.022-7
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.022-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|