specs/imf-selector.spec
changeset 707 dfbe6c035259
parent 699 4823738194c6
child 714 7e428d437ae9
equal deleted inserted replaced
706:ca594d31f781 707:dfbe6c035259
    41 make
    41 make
    42 
    42 
    43 %install
    43 %install
    44 rm -rf ${RPM_BUILD_ROOT}
    44 rm -rf ${RPM_BUILD_ROOT}
    45 DESTDIR=${RPM_BUILD_ROOT} make install
    45 DESTDIR=${RPM_BUILD_ROOT} make install
       
    46 # removing CDDL from copies of source/text files delivered to the binary product
       
    47 (cd ${RPM_BUILD_ROOT}; ggrep -rlF 'CDDL HEADER START' . 2>/dev/null|xargs perl -i -ne 'print unless /CDDL HEADER START/ .. /CDDL HEADER END/')
    46 
    48 
    47 #%post
    49 #%post
    48 
    50 
    49 #%postun
    51 #%postun
    50 
    52