From 54b9f264c5596dbe61738add3b05ef0e809c0622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= <con...@redhat.com> Date: Wed, 2 Mar 2016 17:01:55 +0100 Subject: Package cleanup
--- perl-Text-Tree.spec | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/perl-Text-Tree.spec b/perl-Text-Tree.spec index 9eb3ba0..b91d347 100644 --- a/perl-Text-Tree.spec +++ b/perl-Text-Tree.spec @@ -1,16 +1,22 @@ Name: perl-Text-Tree Version: 1.0 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Format a simple tree of strings into a textual tree graph License: GPL+ or Artistic -Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Tree/ Source0: http://www.cpan.org/authors/id/I/IS/ISAACSON/Text-Tree-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +# Build +BuildRequires: make +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +# Runtime +BuildRequires: perl(strict) +BuildRequires: perl(vars) +BuildRequires: perl(warnings) +# Tests only BuildRequires: perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %description Allows the caller to develop a tree structure, using nested arrays of @@ -22,32 +28,25 @@ horizontally below them. %setup -q -n Text-Tree-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install -rm -rf %{buildroot} - -make pure_install PERL_INSTALL_ROOT=%{buildroot} - -find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; - +make pure_install DESTDIR=%{buildroot} %{_fixperms} %{buildroot}/* %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed Mar 02 2016 Petr Ĺ abata <con...@redhat.com> - 1.0-22 +- Package cleanup + * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 1.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-Text-Tree.git/commit/?h=master&id=54b9f264c5596dbe61738add3b05ef0e809c0622 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org