src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/template.spec
branchJDK-8200758-branch
changeset 58791 fca9cb5f4953
parent 58417 67ffaf3a2b75
equal deleted inserted replaced
58764:015949faea55 58791:fca9cb5f4953
    13 Autoprov: 0
    13 Autoprov: 0
    14 Autoreq: 0
    14 Autoreq: 0
    15 %if "xPACKAGE_DEFAULT_DEPENDENCIES" != x || "xPACKAGE_CUSTOM_DEPENDENCIES" != x
    15 %if "xPACKAGE_DEFAULT_DEPENDENCIES" != x || "xPACKAGE_CUSTOM_DEPENDENCIES" != x
    16 Requires: PACKAGE_DEFAULT_DEPENDENCIES PACKAGE_CUSTOM_DEPENDENCIES
    16 Requires: PACKAGE_DEFAULT_DEPENDENCIES PACKAGE_CUSTOM_DEPENDENCIES
    17 %endif
    17 %endif
    18 
       
    19 #avoid ARCH subfolder
       
    20 %define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
       
    21 
    18 
    22 #comment line below to enable effective jar compression
    19 #comment line below to enable effective jar compression
    23 #it could easily get your package size from 40 to 15Mb but
    20 #it could easily get your package size from 40 to 15Mb but
    24 #build time will substantially increase and it may require unpack200/system java to install
    21 #build time will substantially increase and it may require unpack200/system java to install
    25 %define __jar_repack %{nil}
    22 %define __jar_repack %{nil}