On Fri, Dec 4, 2015 at 9:36 AM, Tom Hughes <tom@compton.nu> wrote:
<< >>
Well the BuildArch is, in most cases, noarch.

The trick is the ExclusiveArch line which is what stops it build on unsupported platforms. See:

https://fedoraproject.org/wiki/Packaging:Node.js#ExclusiveArch

That is configured and has worked before.

%if 0%{?fedora} >= 19
ExclusiveArch:      %{nodejs_arches} noarch
%else
ExclusiveArch:      %{ix86} x86_64 %{arm} noarch
%endif

This specific module is nodejs-grunt-contrib-connect But I've seen more fail.


 

Tom

--
Tom Hughes (tom@compton.nu)
http://compton.nu/
_______________________________________________
nodejs mailing list
nodejs@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/nodejs@lists.fedoraproject.org