add ghc_arches_with_ghci

This commit is contained in:
Jens Petersen 2012-01-20 10:46:16 +09:00
parent f0e84bed23
commit 2c5ba590be
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,10 @@
diff -uNr redhat-rpm-config-9.1.0-orig/macros.ghc-srpm redhat-rpm-config-9.1.0/macros.ghc-srpm
--- redhat-rpm-config-9.1.0-orig/macros.ghc-srpm 1969-12-31 18:00:00.000000000 -0600
+++ redhat-rpm-config-9.1.0/macros.ghc-srpm 2011-05-27 10:19:29.504287354 -0500
@@ -0,0 +1,2 @@
@@ -0,0 +1,3 @@
+# macro defining the archs that ghc runs on in fedora
+%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel
+%ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9
diff -uNr redhat-rpm-config-9.1.0-orig/macros.mono-srpm redhat-rpm-config-9.1.0/macros.mono-srpm
--- redhat-rpm-config-9.1.0-orig/macros.mono-srpm 1969-12-31 18:00:00.000000000 -0600
+++ redhat-rpm-config-9.1.0/macros.mono-srpm 2011-05-27 10:59:00.348201750 -0500

View File

@ -1,7 +1,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 9.1.0
Release: 15%{?dist}
Release: 16%{?dist}
# No version specified.
License: GPL+
Group: Development/System
@ -54,6 +54,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sysconfdir}/rpm/*
%changelog
* Fri Jan 20 2012 Jens Petersen <petersen@redhat.com> - 9.1.0-16
- add ghc_arches_with_ghci
* Tue Oct 18 2011 Jens Petersen <petersen@redhat.com> - 9.1.0-15
- add armv5tel to ghc_arches
- fix URL (Ville Skyttä)