psabata pushed to perl (master). "Disable the Text-Tabs+Wrap subpackage"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 13:03:32 UTC 2015


>From 6fbf8c4828ad2cdd504b76eefde14c2ac7188979 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Thu, 2 Apr 2015 15:02:52 +0200
Subject: Disable the Text-Tabs+Wrap subpackage


diff --git a/perl.spec b/perl.spec
index ac32eef..620bfc8 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1858,6 +1858,7 @@ Conflicts:      perl < 4:5.16.2-256
 Parse text into an array of tokens or array of arrays.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Text-Tabs+Wrap
 Summary:        Expand tabs and do simple line wrapping
 Group:          Development/Libraries
@@ -1874,6 +1875,7 @@ commands do: adding or removing tabs from a document.
 
 Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break
 up long lines, it will not join short lines together.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Thread-Queue
@@ -3808,12 +3810,14 @@ sed \
 %{_mandir}/man3/Text::ParseWords.*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Text-Tabs+Wrap
 %dir %{privlib}/Text
 %{privlib}/Text/Tabs.pm
 %{privlib}/Text/Wrap.pm
 %{_mandir}/man3/Text::Tabs.*
 %{_mandir}/man3/Text::Wrap.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Thread-Queue
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=master&id=6fbf8c4828ad2cdd504b76eefde14c2ac7188979


More information about the scm-commits mailing list