Skip to content

Commit

Permalink
fix arch packaging dir
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 8, 2013
1 parent 5e04fda commit bc38751
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nodejs-gcontext.spec
Expand Up @@ -2,7 +2,7 @@
Summary: Provide API to use GMainContext in Node.js
Name: nodejs-%{pkg}
Version: 0.0.2
Release: 1
Release: 2
License: MIT
Group: Development/Libraries
Source0: http://registry.npmjs.org/gcontext/-/%{pkg}-%{version}.tgz
Expand All @@ -15,6 +15,9 @@ BuildRequires: sed >= 4.0
Requires: nodejs >= 0.8
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)

# redefine for arch specific
%define nodejs_libdir %{_libdir}/node

%description
node-gcontext is an event loop integration between libuv and GLib, to
make that GLib event loop works with Node.js event engine.
Expand Down

0 comments on commit bc38751

Please sign in to comment.