- -Dinstallusrbinperl=n (#141182 Aaron Sherman)
- remove 5.8.0 and 5.8.1 ABI compat (#154295)
This commit is contained in:
parent
38c22cb58c
commit
cf25358ca6
12
perl.spec
12
perl.spec
@ -5,7 +5,7 @@
|
||||
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
||||
|
||||
%define perlver 5.8.6
|
||||
%define perlrel 7
|
||||
%define perlrel 8
|
||||
%define perlepoch 3
|
||||
|
||||
Provides: perl(:WITH_PERLIO)
|
||||
@ -20,9 +20,7 @@ Provides: perl(:WITHOUT_ITHREADS)
|
||||
Provides: perl(:WITHOUT_THREADS)
|
||||
%endif
|
||||
|
||||
%define perlmodcompat 5.8.5 5.8.4 5.8.3 5.8.2 5.8.1 5.8.0
|
||||
Provides: perl(:MODULE_COMPAT_5.8.0)
|
||||
Provides: perl(:MODULE_COMPAT_5.8.1)
|
||||
%define perlmodcompat 5.8.5 5.8.4 5.8.3 5.8.2
|
||||
Provides: perl(:MODULE_COMPAT_5.8.2)
|
||||
Provides: perl(:MODULE_COMPAT_5.8.3)
|
||||
Provides: perl(:MODULE_COMPAT_5.8.4)
|
||||
@ -293,7 +291,7 @@ sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \
|
||||
-Di_syslog \
|
||||
-Dman3ext=3pm \
|
||||
-Duseperlio \
|
||||
-Dinstallusrbinperl \
|
||||
-Dinstallusrbinperl=n \
|
||||
-Ubincompat5005 \
|
||||
-Uversiononly \
|
||||
-Dpager='/usr/bin/less -isr' \
|
||||
@ -418,6 +416,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2005 Warren Togami <wtogami@redhat.com. - 3:5.8.6-8
|
||||
- -Dinstallusrbinperl=n (#141182 Aaron Sherman)
|
||||
- remove 5.8.0 and 5.8.1 ABI compat (#154295)
|
||||
|
||||
* Sun Apr 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3:5.8.6-7
|
||||
- Updating CGI.pm from version 3.05 to 3.08 (mod_perl 2.0.0 RC5). (#155839)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user