From dc985dd5fc9d1aa3d52ed80d7286ecb8a8d34b7f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jan 24 2014 21:12:41 +0000 Subject: add a -srpm to the arch macros so they dont conflict with the langaugae base arch macros --- diff --git a/macros.ghc b/macros.ghc deleted file mode 100644 index 745ef9e..0000000 --- a/macros.ghc +++ /dev/null @@ -1,2 +0,0 @@ -# macro defining the archs that ghc runs on in fedora -%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 diff --git a/macros.ghc-srpm b/macros.ghc-srpm new file mode 100644 index 0000000..745ef9e --- /dev/null +++ b/macros.ghc-srpm @@ -0,0 +1,2 @@ +# macro defining the archs that ghc runs on in fedora +%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 diff --git a/macros.mono b/macros.mono deleted file mode 100644 index 8d995b3..0000000 --- a/macros.mono +++ /dev/null @@ -1,2 +0,0 @@ -# arches that mono builds on -%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 diff --git a/macros.mono-srpm b/macros.mono-srpm new file mode 100644 index 0000000..8d995b3 --- /dev/null +++ b/macros.mono-srpm @@ -0,0 +1,2 @@ +# arches that mono builds on +%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 diff --git a/macros.ocaml b/macros.ocaml deleted file mode 100644 index 19d71fb..0000000 --- a/macros.ocaml +++ /dev/null @@ -1,2 +0,0 @@ -# arches that ocaml runs on -%ocaml_arches alpha %{arm} %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64 diff --git a/macros.ocaml-srpm b/macros.ocaml-srpm new file mode 100644 index 0000000..19d71fb --- /dev/null +++ b/macros.ocaml-srpm @@ -0,0 +1,2 @@ +# arches that ocaml runs on +%ocaml_arches alpha %{arm} %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64