|
|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
# package version
|
|
|
%define V_gulp 3.9.0
|
|
|
-%define V_gulp_snap 20151128
|
|
|
+%define V_gulp_snap 20160101
|
|
|
|
|
|
# package information
|
|
|
Name: gulp
|
|
|
@@ -36,15 +36,15 @@ Class: EVAL
|
|
|
Group: Language
|
|
|
License: MIT
|
|
|
Version: %{V_gulp}
|
|
|
-Release: 20151128
|
|
|
+Release: 20160101
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://download.openpkg.org/components/versioned/gulp/gulp-%{V_gulp}-%{V_gulp_snap}.tar.gz
|
|
|
Source1: gulp.sh
|
|
|
|
|
|
# build information
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20100101
|
|
|
-PreReq: OpenPKG, openpkg >= 20100101, node
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20140101
|
|
|
+PreReq: OpenPKG, openpkg >= 20140101, node
|
|
|
|
|
|
%description
|
|
|
Gulp is a JavaScript task runner based on Node.js streams.
|
|
|
@@ -68,7 +68,6 @@ PreReq: OpenPKG, openpkg >= 20100101, node
|
|
|
%{l_shtool} install -c -m 755 %{l_value -s -a} \
|
|
|
%{SOURCE gulp.sh} \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin/gulp
|
|
|
- rm -rf node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/test
|
|
|
cp -rp \
|
|
|
node_modules/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/lib/gulp/
|