Changeset 1249 for spec/trunk/SPECS
- Timestamp:
- Oct 4, 2017, 1:12:27 PM (8 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 3 edited
-
bww-resources-rpm.spec (modified) (2 diffs)
-
bww-resources-rpm/bww-fix-docdir.cmd (modified) (1 diff)
-
bww-resources-rpm/macros.bww (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/bww-resources-rpm.spec
r1243 r1249 5 5 Name: bww-resources-rpm 6 6 Version: 1.1.0 7 Release: 2%{?dist}7 Release: 3%{?dist} 8 8 License: Proprietory 9 9 Group: Applications/System … … 96 96 97 97 %changelog 98 * Wed Oct 04 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1.1.0-3 99 - changed bww_doc to bww_docdir 100 - changed "Documentation" to "Package Documentation" 101 98 102 * Tue Oct 03 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1.1.0-2 99 103 - added bww_changelog macro -
spec/trunk/SPECS/bww-resources-rpm/bww-fix-docdir.cmd
r1243 r1249 5 5 if debug then say prg': "'fullprg'"' 6 6 DocFldr = value("UNIXROOT",,"OS2ENVIRONMENT")"\usr\share\doc" 7 LongName = " Documentation"7 LongName = "Package Documentation" 8 8 LenLN = d2x(length(Longname)) 9 9 if debug then say prg': "'Docfldr'"' -
spec/trunk/SPECS/bww-resources-rpm/macros.bww
r1243 r1249 40 40 %global __bww_title_ver %{!-V:%{__bww_title} %{version}}%{-V:%{__bww_title}}\ 41 41 %wps_object_create WP_BWWHELP:WPFolder|bww Help|<WP_ASSISTANCE>|TITLE=bitwiseworks Help Center;SHOWALLINTREEVIEW=YES;ICONRESOURCE=60,PMWP.DLL;ICONNRESOURCE=83,PMWP.DLL;BACKGROUND=((/@unixroot/usr/share/os2/bww/bwwfbkg.bmp));ALWAYSSORT=YES;DEFAULTSORT=-1;DEFAULTVIEW=TREE;OPEN=TREE;NODELETE=YES;\ 42 %wps_object_create WP_BWWDOC:WPShadow| Documentation|<WP_BWWHELP>|SHADOWID=((/@unixroot/usr/share/doc));\42 %wps_object_create WP_BWWDOC:WPShadow|Package Documentation|<WP_BWWHELP>|SHADOWID=((/@unixroot/usr/share/doc));\ 43 43 %wps_object_create WP_BWWAPPS:WPFolder|bww Apps|<WP_PROGRAMSFOLDER>|TITLE=bitwiseworks Apps and Ports;ICONRESOURCE=1,BWWRES.DLL;ICONNFILE=((/@unixroot/usr/share/os2/bww/bwwfldro.ico));BACKGROUND=((/@unixroot/usr/share/os2/bww/bwwfbkg.bmp));ICONVIEW=FLOWED;\ 44 44 %wps_object_create WP_BWWHELPSHADOW:WPShadow|bitwiseworks Help Center|<WP_BWWAPPS>|SHADOWID=<WP_BWWHELP>;\ … … 129 129 %{nil} 130 130 131 # bww_doc creates:131 # bww_docdir creates: 132 132 # a shadow of a doc directory (will get a BWW_%{name}_DOCDIR WPS ID) 133 133 # 134 # %bww_doc -f FILE [-n PACKAGE]134 # %bww_docdir -f FILE [-n PACKAGE] 135 135 # -f FILE (Mandatory: create a shadow for the provided doc FILE (directory in this case)) 136 136 # -n PACKAGE (when provided: associate the folder with PACKAGE, else with %{name}) 137 137 138 %bww_doc (f:n:)\138 %bww_docdir(f:n:)\ 139 139 %bww_file DOCDIR\ 140 140 %{nil}
Note:
See TracChangeset
for help on using the changeset viewer.
