[nspr] Resolves: rhbz#912483 - Add spec file support for AArch64

Elio Maldonado emaldonado at fedoraproject.org
Mon Feb 18 19:08:45 UTC 2013


commit a724d8c5a0cd329bb60782373e87f4482dd9e901
Author: Elio Maldonado <emaldona at unused-16-143.sjc.redhat.com>
Date:   Mon Feb 18 11:07:55 2013 -0800

    Resolves: rhbz#912483 - Add spec file support for AArch64

 nspr.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nspr.spec b/nspr.spec
index 58e1204..3b3a791 100644
--- a/nspr.spec
+++ b/nspr.spec
@@ -1,7 +1,7 @@
 Summary:        Netscape Portable Runtime
 Name:           nspr
 Version:        4.9.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        MPLv2.0
 URL:            http://www.mozilla.org/projects/nspr/
 Group:          System Environment/Libraries
@@ -55,7 +55,7 @@ export LDFLAGS
                  --prefix=%{_prefix} \
                  --libdir=%{_libdir} \
                  --includedir=%{_includedir}/nspr4 \
-%ifarch x86_64 ppc64 ia64 s390x sparc64
+%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64
                  --enable-64bit \
 %endif
 %ifarch armv7l armv7hl armv7nhl
@@ -120,6 +120,9 @@ NSPR_VERSION=`./config/nspr-config --version`
 %{_bindir}/nspr-config
 
 %changelog
+* Mon Feb 18 2013 Elio Maldonado <emaldona at redhat.com> - 4.9.5-2
+- Resolves: rhbz#912483 - Add spec file support for AArch64
+
 * Fri Feb 01 2013 Elio Maldonado <emaldona at redhat.com> - 4.9.5-1
 - Update to NSPR_4_9_5_RTM
 


More information about the scm-commits mailing list