mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-28 11:06:08 +00:00
set exclusive arch list to match v8
This commit is contained in:
parent
f7022ed210
commit
dade4889bb
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.9.3
|
Version: 0.9.3
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: JavaScript runtime
|
Summary: JavaScript runtime
|
||||||
License: MIT and ASL 2.0 and ISC and BSD
|
License: MIT and ASL 2.0 and ISC and BSD
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -14,6 +14,9 @@ BuildRequires: zlib-devel
|
||||||
# Node.js requires some features from openssl 1.0.1 for SPDY support
|
# Node.js requires some features from openssl 1.0.1 for SPDY support
|
||||||
BuildRequires: openssl-devel >= 1:1.0.1
|
BuildRequires: openssl-devel >= 1:1.0.1
|
||||||
|
|
||||||
|
# Exclusive archs must match v8
|
||||||
|
ExclusiveArch: %{ix86} x86_64 %{arm}
|
||||||
|
|
||||||
# Node.js currently has a conflict with the 'node' package in Fedora
|
# Node.js currently has a conflict with the 'node' package in Fedora
|
||||||
# The ham-radio group has agreed to rename their binary for us, but
|
# The ham-radio group has agreed to rename their binary for us, but
|
||||||
# in the meantime, we're setting an explicit Conflicts: here
|
# in the meantime, we're setting an explicit Conflicts: here
|
||||||
|
@ -102,6 +105,9 @@ chmod 0755 %{buildroot}/%{_bindir}/node
|
||||||
%{_mandir}/man1/node.*
|
%{_mandir}/man1/node.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 19 2012 Dan Horák <dan[at]danny.cz> - 0.9.3-8
|
||||||
|
- set exclusive arch list to match v8
|
||||||
|
|
||||||
* Tue Dec 18 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-7
|
* Tue Dec 18 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-7
|
||||||
- Add remaining changes from code review
|
- Add remaining changes from code review
|
||||||
- Remove unnecessary BuildRequires on findutils
|
- Remove unnecessary BuildRequires on findutils
|
||||||
|
|
Loading…
Reference in a new issue