Move libnetcfg tool from perl-devel into perl-libnetcfg sub-package

This commit is contained in:
Petr Písař 2015-07-09 14:00:03 +02:00
parent 47534716d4
commit 74fe0d284d
1 changed files with 23 additions and 5 deletions

View File

@ -262,7 +262,7 @@ Requires: perl-File-Path, perl-File-Temp, perl-Filter,
Requires: perl-Filter-Simple, perl-Getopt-Long Requires: perl-Filter-Simple, perl-Getopt-Long
Requires: perl-HTTP-Tiny, perl-IO-Compress, perl-IO-Socket-IP Requires: perl-HTTP-Tiny, perl-IO-Compress, perl-IO-Socket-IP
Requires: perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP Requires: perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
Requires: perl-libnet, Requires: perl-libnet, perl-libnetcfg,
Requires: perl-Locale-Codes, perl-Locale-Maketext, Requires: perl-Locale-Codes, perl-Locale-Maketext,
Requires: perl-Locale-Maketext-Simple Requires: perl-Locale-Maketext-Simple
Requires: perl-Math-BigInt, Requires: perl-Math-BigInt,
@ -1209,6 +1209,19 @@ This is a collection of Perl modules which provides a simple and
consistent programming interface (API) to the client side of various consistent programming interface (API) to the client side of various
protocols used in the internet community. protocols used in the internet community.
%package libnetcfg
Summary: Configure libnet
Group: Development/Tools
License: GPL+ or Artistic
Epoch: %perl_epoch
Version: %perl_version
# Net::Config is optional
BuildArch: noarch
Conflicts: perl-devel < 4:5.22.0-347
%description libnetcfg
The libnetcfg utility can be used to configure the libnet.
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%package Locale-Codes %package Locale-Codes
Summary: Distribution of modules to handle locale codes Summary: Distribution of modules to handle locale codes
@ -2343,8 +2356,6 @@ popd
# devel # devel
%exclude %{_bindir}/h2xs %exclude %{_bindir}/h2xs
%exclude %{_mandir}/man1/h2xs* %exclude %{_mandir}/man1/h2xs*
%exclude %{_bindir}/libnetcfg
%exclude %{_mandir}/man1/libnetcfg*
%exclude %{_bindir}/perlivp %exclude %{_bindir}/perlivp
%exclude %{_mandir}/man1/perlivp* %exclude %{_mandir}/man1/perlivp*
%exclude %{archlib}/CORE/*.h %exclude %{archlib}/CORE/*.h
@ -2744,6 +2755,10 @@ popd
%exclude %{_mandir}/man3/Net::SMTP.* %exclude %{_mandir}/man3/Net::SMTP.*
%exclude %{_mandir}/man3/Net::Time.* %exclude %{_mandir}/man3/Net::Time.*
# libnetcfg
%exclude %{_bindir}/libnetcfg
%exclude %{_mandir}/man1/libnetcfg*
# Locale-Codes # Locale-Codes
%exclude %dir %{privlib}/Locale %exclude %dir %{privlib}/Locale
%exclude %{privlib}/Locale/Codes %exclude %{privlib}/Locale/Codes
@ -3071,8 +3086,6 @@ popd
%files devel %files devel
%{_bindir}/h2xs %{_bindir}/h2xs
%{_mandir}/man1/h2xs* %{_mandir}/man1/h2xs*
%{_bindir}/libnetcfg
%{_mandir}/man1/libnetcfg*
%{_bindir}/perlivp %{_bindir}/perlivp
%{_mandir}/man1/perlivp* %{_mandir}/man1/perlivp*
%{archlib}/CORE/*.h %{archlib}/CORE/*.h
@ -3572,6 +3585,10 @@ popd
%{_mandir}/man3/Net::SMTP.* %{_mandir}/man3/Net::SMTP.*
%{_mandir}/man3/Net::Time.* %{_mandir}/man3/Net::Time.*
%files libnetcfg
%{_bindir}/libnetcfg
%{_mandir}/man1/libnetcfg*
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%files Locale-Codes %files Locale-Codes
%dir %{privlib}/Locale %dir %{privlib}/Locale
@ -3996,6 +4013,7 @@ popd
- Sub-package Math-BigInt - Sub-package Math-BigInt
- Do not provide Net/libnet.cfg (bug #1238689) - Do not provide Net/libnet.cfg (bug #1238689)
- Revert downstream change in Net::Config default configuration - Revert downstream change in Net::Config default configuration
- Move libnetcfg tool from perl-devel into perl-libnetcfg sub-package
* Thu Jun 18 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-346 * Thu Jun 18 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-346
- Subpackage "open" module in order to keep deprecated "encoding" module - Subpackage "open" module in order to keep deprecated "encoding" module