Browse Source

use modclean to reduce packaging size

master
parent
commit
ea1f4f72c2
  1. 5
      grunt/grunt.spec

5
grunt/grunt.spec

@ -36,14 +36,14 @@ Class: PLUS
Group: Language
License: MIT
Version: %{V_grunt}
Release: 20170101
Release: 20170114
# list of sources
Source0: http://download.openpkg.org/components/versioned/grunt/grunt-%{V_grunt}-%{V_grunt_snap}.tar.gz
Source1: grunt.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