Remove bundled Term-UI

This commit is contained in:
Petr Písař 2013-02-08 11:29:23 +01:00
parent 8a0de7639e
commit f0e2762efe
1 changed files with 5 additions and 1 deletions

View File

@ -1207,6 +1207,7 @@ really be high enough to warrant the use of a keyword, and the size so small
such that being individual extensions would be wasteful. such that being individual extensions would be wasteful.
%endif %endif
%if %{dual_life} || %{rebuild_from_scratch}
%package Term-UI %package Term-UI
Summary: Term::ReadLine UI made easy Summary: Term::ReadLine UI made easy
Group: Development/Libraries Group: Development/Libraries
@ -1221,7 +1222,7 @@ BuildArch: noarch
Term::UI is a transparent way of eliminating the overhead of having to format Term::UI is a transparent way of eliminating the overhead of having to format
a question and then validate the reply, informing the user if the answer was not a question and then validate the reply, informing the user if the answer was not
proper and re-issuing the question. proper and re-issuing the question.
%endif
%package Test-Harness %package Test-Harness
Summary: Run Perl standard test scripts with statistics Summary: Run Perl standard test scripts with statistics
@ -2821,10 +2822,12 @@ sed \
%{_mandir}/man3/Socket.3* %{_mandir}/man3/Socket.3*
%endif %endif
%if %{dual_life} || %{rebuild_from_scratch}
%files Term-UI %files Term-UI
%{privlib}/Term/UI/ %{privlib}/Term/UI/
%{privlib}/Term/UI.pm %{privlib}/Term/UI.pm
%{_mandir}/man3/Term::UI* %{_mandir}/man3/Term::UI*
%endif
%files Test-Harness %files Test-Harness
%{_bindir}/prove %{_bindir}/prove
@ -2902,6 +2905,7 @@ sed \
%changelog %changelog
* Fri Feb 08 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-255 * Fri Feb 08 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-255
- Remove bundled Log-Message - Remove bundled Log-Message
- Remove bundled Term-UI
* Thu Feb 07 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-254 * Thu Feb 07 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-254
- Correct perl-podlators dependencies - Correct perl-podlators dependencies