prel 5.8.6
This commit is contained in:
parent
449de235c1
commit
9af051df7d
@ -1 +1 @@
|
|||||||
perl-5.8.5.tar.gz
|
perl-5.8.6.tar.gz
|
||||||
|
16
perl.spec
16
perl.spec
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
||||||
|
|
||||||
%define perlver 5.8.5
|
%define perlver 5.8.6
|
||||||
%define perlrel 13
|
%define perlrel 1
|
||||||
%define perlepoch 3
|
%define perlepoch 3
|
||||||
|
|
||||||
Provides: perl(:WITH_PERLIO)
|
Provides: perl(:WITH_PERLIO)
|
||||||
@ -27,6 +27,7 @@ Provides: perl(:MODULE_COMPAT_5.8.2)
|
|||||||
Provides: perl(:MODULE_COMPAT_5.8.3)
|
Provides: perl(:MODULE_COMPAT_5.8.3)
|
||||||
Provides: perl(:MODULE_COMPAT_5.8.4)
|
Provides: perl(:MODULE_COMPAT_5.8.4)
|
||||||
Provides: perl(:MODULE_COMPAT_5.8.5)
|
Provides: perl(:MODULE_COMPAT_5.8.5)
|
||||||
|
Provides: perl(:MODULE_COMPAT_5.8.6)
|
||||||
|
|
||||||
%if %{largefiles}
|
%if %{largefiles}
|
||||||
Provides: perl(:WITH_LARGEFILES)
|
Provides: perl(:WITH_LARGEFILES)
|
||||||
@ -43,7 +44,7 @@ License: Artistic or GPL
|
|||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Url: http://www.perl.org/
|
Url: http://www.perl.org/
|
||||||
|
|
||||||
Source0: perl-5.8.5.tar.gz
|
Source0: perl-5.8.6.tar.gz
|
||||||
Source1: clean-manifest.pl
|
Source1: clean-manifest.pl
|
||||||
Source9: MANIFEST.suidperl
|
Source9: MANIFEST.suidperl
|
||||||
Source10: system-owned-directories
|
Source10: system-owned-directories
|
||||||
@ -57,7 +58,7 @@ Patch7: perl-5.6.0-buildroot.patch
|
|||||||
Patch9: perl-5.7.3-syslog.patch
|
Patch9: perl-5.7.3-syslog.patch
|
||||||
# Patch10: perl-5.8.0-notty.patch
|
# Patch10: perl-5.8.0-notty.patch
|
||||||
Patch11: perl-5.8.3-fullinc.patch
|
Patch11: perl-5.8.3-fullinc.patch
|
||||||
Patch12: perl-5.8.5-incpush.patch
|
Patch12: perl-5.8.6-incpush.patch
|
||||||
Patch13: perl-5.8.3-perlbug-tag.patch
|
Patch13: perl-5.8.3-perlbug-tag.patch
|
||||||
Patch14: perl-5.8.5-dashI.patch
|
Patch14: perl-5.8.5-dashI.patch
|
||||||
|
|
||||||
@ -202,7 +203,7 @@ more secure running of setuid perl scripts.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n perl-5.8.5
|
%setup -q -n perl-5.8.6
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
# %%patch8 -p1
|
# %%patch8 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
@ -244,7 +245,7 @@ echo "RPM Build arch: %{_arch}"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \
|
sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \
|
||||||
-Dversion=5.8.5 \
|
-Dversion=5.8.6 \
|
||||||
-Dmyhostname=localhost \
|
-Dmyhostname=localhost \
|
||||||
-Dperladmin=root@localhost \
|
-Dperladmin=root@localhost \
|
||||||
-Dcc='%{__cc}' \
|
-Dcc='%{__cc}' \
|
||||||
@ -409,6 +410,9 @@ find $RPM_BUILD_ROOT%{_libdir}/perl* \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 17 2005 Chip Turner <cturner@redhat.com> - 3:5.8.6-1
|
||||||
|
- update to 5.8.6
|
||||||
|
|
||||||
* Wed Dec 1 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-13
|
* Wed Dec 1 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-13
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user