Sub-package perl-App-s2p
This commit is contained in:
parent
b8a91c0430
commit
2a59e8a710
2
.rpmlint
2
.rpmlint
@ -1,2 +1,2 @@
|
|||||||
from Config import *
|
from Config import *
|
||||||
addFilter("spelling-error .* groff");
|
addFilter("spelling-error .* (awk|groff|sed)");
|
||||||
|
28
perl.spec
28
perl.spec
@ -312,6 +312,19 @@ 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.
|
||||||
|
|
||||||
|
|
||||||
|
%package App-s2p
|
||||||
|
Summary: Convert sed script to Perl program
|
||||||
|
Group: Development/Tools
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 1.000
|
||||||
|
BuildArch: noarch
|
||||||
|
Conflicts: perl < 4:5.18.2-300
|
||||||
|
|
||||||
|
%description App-s2p
|
||||||
|
This package delivers s2p tool which converts sed scripts to Perl programs.
|
||||||
|
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Archive-Extract
|
%package Archive-Extract
|
||||||
Summary: Generic archive extracting mechanism
|
Summary: Generic archive extracting mechanism
|
||||||
@ -1880,7 +1893,7 @@ Requires: perl-libs = %{perl_epoch}:%{perl_version}-%{release}
|
|||||||
Requires: perl-devel = %{perl_epoch}:%{perl_version}-%{release}
|
Requires: perl-devel = %{perl_epoch}:%{perl_version}-%{release}
|
||||||
Requires: perl-macros
|
Requires: perl-macros
|
||||||
|
|
||||||
Requires: perl-App-a2p, perl-App-find2perl
|
Requires: perl-App-a2p, perl-App-find2perl, perl-App-s2p
|
||||||
Requires: perl-Archive-Extract, perl-Archive-Tar, perl-autodie
|
Requires: perl-Archive-Extract, perl-Archive-Tar, perl-autodie
|
||||||
Requires: perl-B-Lint, perl-Compress-Raw-Bzip2,
|
Requires: perl-B-Lint, perl-Compress-Raw-Bzip2,
|
||||||
Requires: perl-Carp, perl-Compress-Raw-Zlib, perl-CGI, perl-constant,
|
Requires: perl-Carp, perl-Compress-Raw-Zlib, perl-CGI, perl-constant,
|
||||||
@ -2266,6 +2279,12 @@ sed \
|
|||||||
%exclude %{_bindir}/find2perl
|
%exclude %{_bindir}/find2perl
|
||||||
%exclude %{_mandir}/man1/find2perl.1*
|
%exclude %{_mandir}/man1/find2perl.1*
|
||||||
|
|
||||||
|
# App-s2p
|
||||||
|
%exclude %{_bindir}/psed
|
||||||
|
%exclude %{_bindir}/s2p
|
||||||
|
%exclude %{_mandir}/man1/psed.1*
|
||||||
|
%exclude %{_mandir}/man1/s2p.1*
|
||||||
|
|
||||||
# Archive-Extract
|
# Archive-Extract
|
||||||
%exclude %{privlib}/Archive/Extract.pm
|
%exclude %{privlib}/Archive/Extract.pm
|
||||||
%exclude %{_mandir}/man3/Archive::Extract.3*
|
%exclude %{_mandir}/man3/Archive::Extract.3*
|
||||||
@ -2895,6 +2914,12 @@ sed \
|
|||||||
%{_bindir}/find2perl
|
%{_bindir}/find2perl
|
||||||
%{_mandir}/man1/find2perl.1*
|
%{_mandir}/man1/find2perl.1*
|
||||||
|
|
||||||
|
%files App-s2p
|
||||||
|
%{_bindir}/psed
|
||||||
|
%{_bindir}/s2p
|
||||||
|
%{_mandir}/man1/psed.1*
|
||||||
|
%{_mandir}/man1/s2p.1*
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Archive-Extract
|
%files Archive-Extract
|
||||||
%{privlib}/Archive/Extract.pm
|
%{privlib}/Archive/Extract.pm
|
||||||
@ -3666,6 +3691,7 @@ sed \
|
|||||||
* 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)
|
||||||
|
- Sub-package perl-App-s2p (bug #1111242)
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.18.2-299
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.18.2-299
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user