Remove bundled Archive-Tar

This commit is contained in:
Petr Písař 2012-12-18 17:07:53 +01:00
parent fc856e8e7f
commit 32d4ac5168
1 changed files with 8 additions and 1 deletions

View File

@ -29,7 +29,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise # release number must be even higher, because dual-lived modules will be broken otherwise
Release: 243%{?dist} Release: 244%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language Summary: Practical Extraction and Report Language
Group: Development/Languages Group: Development/Languages
@ -273,6 +273,7 @@ BuildArch: noarch
Archive::Extract is a generic archive extraction mechanism. Archive::Extract is a generic archive extraction mechanism.
%if %{dual_life} || %{rebuild_from_scratch}
%package Archive-Tar %package Archive-Tar
Summary: A module for Perl manipulation of .tar files Summary: A module for Perl manipulation of .tar files
Group: Development/Libraries Group: Development/Libraries
@ -289,6 +290,7 @@ provides class methods for quick and easy files handling while also allowing
for the creation of tar file objects for custom manipulation. If you have the for the creation of tar file objects for custom manipulation. If you have the
IO::Zlib module installed, Archive::Tar will also support compressed or IO::Zlib module installed, Archive::Tar will also support compressed or
gzipped tar files. gzipped tar files.
%endif
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%package Carp %package Carp
@ -2190,6 +2192,7 @@ sed \
%{privlib}/Archive/Extract.pm %{privlib}/Archive/Extract.pm
%{_mandir}/man3/Archive::Extract.3* %{_mandir}/man3/Archive::Extract.3*
%if %{dual_life} || %{rebuild_from_scratch}
%files Archive-Tar %files Archive-Tar
%{_bindir}/ptar %{_bindir}/ptar
%{_bindir}/ptardiff %{_bindir}/ptardiff
@ -2200,6 +2203,7 @@ sed \
%{_mandir}/man1/ptardiff.1* %{_mandir}/man1/ptardiff.1*
%{_mandir}/man1/ptargrep.1* %{_mandir}/man1/ptargrep.1*
%{_mandir}/man3/Archive::Tar* %{_mandir}/man3/Archive::Tar*
%endif
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%files Carp %files Carp
@ -2734,6 +2738,9 @@ sed \
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Tue Dec 18 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-244
- Remove bundled Archive-Tar
* Tue Dec 18 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-243 * Tue Dec 18 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-243
- Remove bundled Filter modules - Remove bundled Filter modules