|
@@ -13,7 +13,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.10.0
|
|
%define perl_version 5.10.0
|
|
-%define perlrel 8
|
|
|
|
|
|
+%define perlrel 9
|
|
%define perl_epoch 2
|
|
%define perl_epoch 2
|
|
|
|
|
|
Provides: perl(:WITH_PERLIO)
|
|
Provides: perl(:WITH_PERLIO)
|
|
@@ -222,6 +222,10 @@ Provides: perl(utf8_heavy.pl)
|
|
Provides: perl(validate.pl)
|
|
Provides: perl(validate.pl)
|
|
Provides: perl(Carp::Heavy)
|
|
Provides: perl(Carp::Heavy)
|
|
|
|
|
|
|
|
+## Requires
|
|
|
|
+# fix <BTS:VineLinux:1008>
|
|
|
|
+Requires: nss
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Perl is a high-level programming language with roots in C, sed, awk
|
|
Perl is a high-level programming language with roots in C, sed, awk
|
|
and shell scripting. Perl is good at handling processes and files,
|
|
and shell scripting. Perl is good at handling processes and files,
|
|
@@ -542,6 +546,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
|
|
|
|
+* Sun Jun 27 2010 IWAI, Masaharu <iwai@alib.jp> 5.10.0-9
|
|
|
|
+- add Requires: nss: fix <BTS:VineLinux:1008>
|
|
|
|
+
|
|
* Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 5.10.0-8
|
|
* Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 5.10.0-8
|
|
- rebuild with db4-4.8
|
|
- rebuild with db4-4.8
|
|
|
|
|