Browse Source

reduce packaging size

master
parent
commit
1119973a7e
  1. 5
      gulp/gulp.spec

5
gulp/gulp.spec

@ -36,14 +36,14 @@ Class: EVAL
Group: Language
License: MIT
Version: %{V_gulp}
Release: 20170101
Release: 20170114
# 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 >= 20160101
BuildPreReq: OpenPKG, openpkg >= 20160101, modclean
PreReq: OpenPKG, openpkg >= 20160101, node
%description
@ -60,6 +60,7 @@ PreReq: OpenPKG, openpkg >= 20160101, node
%setup -q -c
%build
modclean -p . -n default:safe,default:caution -r -P
%install
%{l_shtool} mkdir -f -p -m 755 \

Loading…
Cancel
Save