|
@@ -1,4 +1,4 @@
|
|
-%define _noVersionedDependencies 1
|
|
+%define _noVersionedDependencies 1
|
|
%define threading 1
|
|
%define threading 1
|
|
%define largefiles 1
|
|
%define largefiles 1
|
|
|
|
|
|
@@ -12,7 +12,7 @@
|
|
%define new_perl %{new_perl_flags} $RPM_BUILD_ROOT/%{_bindir}/perl
|
|
%define new_perl %{new_perl_flags} $RPM_BUILD_ROOT/%{_bindir}/perl
|
|
|
|
|
|
%define perl_version 5.16.3
|
|
%define perl_version 5.16.3
|
|
-%define perlrel 1
|
|
+%define perlrel 2
|
|
%define perl_epoch 2
|
|
%define perl_epoch 2
|
|
|
|
|
|
Provides: perl(:WITH_PERLIO)
|
|
Provides: perl(:WITH_PERLIO)
|
|
@@ -42,19 +42,19 @@ Release: %{perlrel}%{?_dist_release}
|
|
Epoch: %{perl_epoch}
|
|
Epoch: %{perl_epoch}
|
|
License: Artistic or GPL
|
|
License: Artistic or GPL
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
-Url: http://www.perl.org/
|
|
+URL: http://www.perl.org/
|
|
-Source0: ftp://ftp.perl.org/pub/perl/CPAN/src/perl-%{perl_version}.tar.bz2
|
|
+Source0: ftp://ftp.perl.org/pub/perl/CPAN/src/perl-%{perl_version}.tar.bz2
|
|
-Source10: system-owned-directories
|
|
+Source10: system-owned-directories
|
|
-Source11: filter-depends.sh
|
|
+Source11: filter-depends.sh
|
|
-Source12: perl-5.8.0-libnet.cfg
|
|
+Source12: perl-5.8.0-libnet.cfg
|
|
-Patch4: perl-5.6.1-prereq.patch
|
|
+Patch4: perl-5.6.1-prereq.patch
|
|
-Patch6: perl-5.8.0-fhs.patch
|
|
+Patch6: perl-5.8.0-fhs.patch
|
|
-Patch7: perl-5.6.0-buildroot.patch
|
|
+Patch7: perl-5.6.0-buildroot.patch
|
|
-#Patch8: perl-5.8.0-errno.patch
|
|
+#Patch8: perl-5.8.0-errno.patch
|
|
-Patch9: perl-5.7.3-syslog.patch
|
|
+Patch9: perl-5.7.3-syslog.patch
|
|
|
|
|
|
## from CentOS 7 Open QA – c7.00.04: perl-5.16.3-283.el7
|
|
## from CentOS 7 Open QA – c7.00.04: perl-5.16.3-283.el7
|
|
-Patch13: perl-perlbug-tag.patch
|
|
+Patch13: perl-perlbug-tag.patch
|
|
|
|
|
|
%define __perl_requires %{SOURCE11}
|
|
%define __perl_requires %{SOURCE11}
|
|
|
|
|
|
@@ -132,7 +132,7 @@ Patch2030: perl-5.12.3_CVE-2012-5526.patch
|
|
Patch2050: perl-5.17.6-Fix-misparsing-of-maketext-strings.patch
|
|
Patch2050: perl-5.17.6-Fix-misparsing-of-maketext-strings.patch
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: gawk, grep, tcsh, gdbm-devel, db4-devel
|
|
+BuildRequires: gawk, grep, tcsh, gdbm-devel, libdb-devel
|
|
BuildRequires: rpm-devel, ncurses-devel, zlib-devel, netpbm-devel
|
|
BuildRequires: rpm-devel, ncurses-devel, zlib-devel, netpbm-devel
|
|
BuildRequires: libpng-devel, libtiff-devel, libelf, libjpeg-devel
|
|
BuildRequires: libpng-devel, libtiff-devel, libelf, libjpeg-devel
|
|
BuildRequires: netpbm-devel, e2fsprogs-devel
|
|
BuildRequires: netpbm-devel, e2fsprogs-devel
|
|
@@ -549,6 +549,9 @@ make test
|
|
%dir %{_prefix}/local/lib/site_perl/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
|
|
%dir %{_prefix}/local/lib/site_perl/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Feb 5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.16.3-2
|
|
|
|
+- rebuilt with libdb 5.3.28
|
|
|
|
+
|
|
* Fri Jun 27 2014 IWAI, Masaharu <iwai@alib.jp> 5.16.3-1
|
|
* Fri Jun 27 2014 IWAI, Masaharu <iwai@alib.jp> 5.16.3-1
|
|
- drop unnecessary patches
|
|
- drop unnecessary patches
|
|
- fix thread leak patch (Patch1011): upstream fixed
|
|
- fix thread leak patch (Patch1011): upstream fixed
|