From 16113d404930030c0a6b08939d44e776d6223cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 9 Jul 2015 16:37:48 +0200 Subject: [PATCH] Remove dangling empty directory after sub-packaging Test-Simple --- perl.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl.spec b/perl.spec index da32171..edfea73 100644 --- a/perl.spec +++ b/perl.spec @@ -2983,14 +2983,14 @@ popd %exclude %{privlib}/Test/Tester* %exclude %{privlib}/Test/Simple* %exclude %{privlib}/Test/Tutorial* -%exclude %{privlib}/Test/use/ok* +%exclude %{privlib}/Test/use %exclude %{_mandir}/man3/ok* %exclude %{_mandir}/man3/Test::More* %exclude %{_mandir}/man3/Test::Builder* %exclude %{_mandir}/man3/Test::Tester* %exclude %{_mandir}/man3/Test::Simple* %exclude %{_mandir}/man3/Test::Tutorial* -%exclude %{_mandir}/man3/Test::use::ok* +%exclude %{_mandir}/man3/Test::use::* # Text-Balanced %exclude %{privlib}/Text/Balanced.pm @@ -3887,14 +3887,14 @@ popd %{privlib}/Test/Tester* %{privlib}/Test/Simple* %{privlib}/Test/Tutorial* -%{privlib}/Test/use/ok* +%{privlib}/Test/use %{_mandir}/man3/ok* %{_mandir}/man3/Test::More* %{_mandir}/man3/Test::Builder* %{_mandir}/man3/Test::Tester* %{_mandir}/man3/Test::Simple* %{_mandir}/man3/Test::Tutorial* -%{_mandir}/man3/Test::use::ok* +%{_mandir}/man3/Test::use::* %endif %files Text-Balanced