Skip to content

Commit

Permalink
rebuild with soname deps
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 8, 2013
1 parent 23a328b commit 5449fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nodejs-microtime.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Summary: Get the current time in microseconds
Name: nodejs-%{pkg}
Version: 0.3.3
Release: 1
Release: 2
License: MIT
Group: Development/Libraries
URL: https://github.com/wadey/node-microtime
Expand Down Expand Up @@ -40,7 +40,7 @@ node-gyp build --jobs=%{?__jobs} --verbose
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
cp -pr index.js package.json $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
install -p build/Release/microtime.node $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
install -p build/Release/%{pkg}.node $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}

%clean
rm -rf $RPM_BUILD_ROOT
Expand All @@ -51,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT
%dir %{nodejs_libdir}/%{pkg}
%{nodejs_libdir}/%{pkg}/package.json
%{nodejs_libdir}/%{pkg}/index.js
%attr(755,root,root) %{nodejs_libdir}/%{pkg}/microtime.node
%attr(755,root,root) %{nodejs_libdir}/%{pkg}/%{pkg}.node

0 comments on commit 5449fa2

Please sign in to comment.