Remove bundled perl-App-a2p, perl-App-find2perl, perl-App-s2p, and perl-Package-Constants
This commit is contained in:
parent
2a59e8a710
commit
b796107bca
22
perl.spec
22
perl.spec
@ -30,7 +30,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: 300%{?dist}
|
Release: 301%{?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
|
||||||
@ -284,6 +284,7 @@ Install this if you want to test your Perl installation (binary and core
|
|||||||
modules).
|
modules).
|
||||||
|
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package App-a2p
|
%package App-a2p
|
||||||
Summary: Awk to Perl translator
|
Summary: Awk to Perl translator
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -295,8 +296,10 @@ Conflicts: perl < 4:5.18.2-300
|
|||||||
%description App-a2p
|
%description App-a2p
|
||||||
This package delivers a2p tool which takes an awk script specified on the
|
This package delivers a2p tool which takes an awk script specified on the
|
||||||
command line and produces a comparable Perl script.
|
command line and produces a comparable Perl script.
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package App-find2perl
|
%package App-find2perl
|
||||||
Summary: Translate find command lines to Perl code
|
Summary: Translate find command lines to Perl code
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -310,8 +313,10 @@ Conflicts: perl < 4:5.18.2-300
|
|||||||
%description App-find2perl
|
%description App-find2perl
|
||||||
This package delivers find2perl tool which is a little translator to convert
|
This package delivers find2perl tool which is a little translator to convert
|
||||||
find command lines to equivalent Perl code.
|
find command lines to equivalent Perl code.
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package App-s2p
|
%package App-s2p
|
||||||
Summary: Convert sed script to Perl program
|
Summary: Convert sed script to Perl program
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -323,6 +328,7 @@ Conflicts: perl < 4:5.18.2-300
|
|||||||
|
|
||||||
%description App-s2p
|
%description App-s2p
|
||||||
This package delivers s2p tool which converts sed scripts to Perl programs.
|
This package delivers s2p tool which converts sed scripts to Perl programs.
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
@ -1351,6 +1357,7 @@ Object::Accessor provides an interface to create per object accessors (as
|
|||||||
opposed to per Class accessors, as, for example, Class::Accessor provides).
|
opposed to per Class accessors, as, for example, Class::Accessor provides).
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Package-Constants
|
%package Package-Constants
|
||||||
Summary: List all constants declared in a package
|
Summary: List all constants declared in a package
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -1365,6 +1372,7 @@ BuildArch: noarch
|
|||||||
Package::Constants lists all the constants defined in a certain package. This
|
Package::Constants lists all the constants defined in a certain package. This
|
||||||
can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK
|
can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK
|
||||||
for a Constants.pm file.
|
for a Constants.pm file.
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package PathTools
|
%package PathTools
|
||||||
@ -2905,20 +2913,26 @@ sed \
|
|||||||
%files tests
|
%files tests
|
||||||
%{perl5_testdir}/
|
%{perl5_testdir}/
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files App-a2p
|
%files App-a2p
|
||||||
%{_bindir}/a2p
|
%{_bindir}/a2p
|
||||||
%{privlib}/pod/a2p.pod
|
%{privlib}/pod/a2p.pod
|
||||||
%{_mandir}/man1/a2p.1*
|
%{_mandir}/man1/a2p.1*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files App-find2perl
|
%files App-find2perl
|
||||||
%{_bindir}/find2perl
|
%{_bindir}/find2perl
|
||||||
%{_mandir}/man1/find2perl.1*
|
%{_mandir}/man1/find2perl.1*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files App-s2p
|
%files App-s2p
|
||||||
%{_bindir}/psed
|
%{_bindir}/psed
|
||||||
%{_bindir}/s2p
|
%{_bindir}/s2p
|
||||||
%{_mandir}/man1/psed.1*
|
%{_mandir}/man1/psed.1*
|
||||||
%{_mandir}/man1/s2p.1*
|
%{_mandir}/man1/s2p.1*
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Archive-Extract
|
%files Archive-Extract
|
||||||
@ -3429,9 +3443,11 @@ sed \
|
|||||||
%{_mandir}/man3/Object::Accessor*
|
%{_mandir}/man3/Object::Accessor*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Package-Constants
|
%files Package-Constants
|
||||||
%{privlib}/Package/
|
%{privlib}/Package/
|
||||||
%{_mandir}/man3/Package::Constants*
|
%{_mandir}/man3/Package::Constants*
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files PathTools
|
%files PathTools
|
||||||
@ -3688,6 +3704,10 @@ sed \
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 27 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-301
|
||||||
|
- Remove bundled perl-App-a2p, perl-App-find2perl, perl-App-s2p, and
|
||||||
|
perl-Package-Constants
|
||||||
|
|
||||||
* Thu Jun 19 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-300
|
* Thu Jun 19 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-300
|
||||||
- Sub-package perl-App-find2perl (bug #1111196)
|
- Sub-package perl-App-find2perl (bug #1111196)
|
||||||
- Sub-package perl-App-a2p (bug #1111232)
|
- Sub-package perl-App-a2p (bug #1111232)
|
||||||
|
Loading…
Reference in New Issue
Block a user