Accepting request 157146 from devel:languages:perl

- Add aarch64 to the list of lib64 platforms (forwarded request 157144 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/157146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-BibTeX?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2013-03-04 16:31:12 +00:00 committed by Git OBS Bridge
commit 58e7ad003a
3 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@
}
} else {
- if ($Config{archname} =~ /^x86_64/) {
+ if ($Config{archname} =~ /^x86_64|ppc64|s390x/) {
+ if ($Config{archname} =~ /^x86_64|ppc64|s390x|aarch64/) {
$libdir =~ s/\bbin\b/lib64/;
if (!-d $libdir) {
my $test = $libdir;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 3 10:07:12 UTC 2013 - schwab@suse.de
- Add aarch64 to the list of lib64 platforms
-------------------------------------------------------------------
Mon Dec 10 01:22:40 CET 2012 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-BibTeX
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed