Remove bundled Storable
This commit is contained in:
parent
70c762468f
commit
063075ec2d
@ -1496,6 +1496,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 Storable
|
%package Storable
|
||||||
Summary: Persistence for Perl data structures
|
Summary: Persistence for Perl data structures
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -1515,6 +1516,7 @@ Conflicts: perl < 4:5.16.3-274
|
|||||||
The Storable package brings persistence to your Perl data structures
|
The Storable package brings persistence to your Perl data structures
|
||||||
containing scalar, array, hash or reference objects, i.e. anything that
|
containing scalar, array, hash or reference objects, i.e. anything that
|
||||||
can be conveniently stored to disk and retrieved at a later time.
|
can be conveniently stored to disk and retrieved at a later time.
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Sys-Syslog
|
%package Sys-Syslog
|
||||||
@ -3460,10 +3462,12 @@ sed \
|
|||||||
%{_mandir}/man3/Socket.3*
|
%{_mandir}/man3/Socket.3*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Storable
|
%files Storable
|
||||||
%{archlib}/Storable.pm
|
%{archlib}/Storable.pm
|
||||||
%{archlib}/auto/Storable/
|
%{archlib}/auto/Storable/
|
||||||
%{_mandir}/man3/Storable.*
|
%{_mandir}/man3/Storable.*
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Term-UI
|
%files Term-UI
|
||||||
@ -3577,6 +3581,7 @@ sed \
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu May 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-275
|
* Thu May 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-275
|
||||||
- Correct typo in perl-Storable file list (bug #966865)
|
- Correct typo in perl-Storable file list (bug #966865)
|
||||||
|
- Remove bundled Storable (bug #966865)
|
||||||
|
|
||||||
* Wed May 29 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-274
|
* Wed May 29 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-274
|
||||||
- Sub-package Storable (bug #966865)
|
- Sub-package Storable (bug #966865)
|
||||||
|
Loading…
Reference in New Issue
Block a user