Changeset 1249 for spec/trunk/SPECS


Ignore:
Timestamp:
Oct 4, 2017, 1:12:27 PM (8 years ago)
Author:
Silvan Scherrer
Message:

spec: bww-resources-rpm: Release version 1.1.0-3.

Location:
spec/trunk/SPECS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/bww-resources-rpm.spec

    r1243 r1249  
    55Name:          bww-resources-rpm
    66Version:       1.1.0
    7 Release:       2%{?dist}
     7Release:       3%{?dist}
    88License:       Proprietory
    99Group:         Applications/System
     
    9696
    9797%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
    98102* Tue Oct 03 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1.1.0-2
    99103- added bww_changelog macro
  • spec/trunk/SPECS/bww-resources-rpm/bww-fix-docdir.cmd

    r1243 r1249  
    55if debug then say prg': "'fullprg'"'
    66DocFldr  = value("UNIXROOT",,"OS2ENVIRONMENT")"\usr\share\doc"
    7 LongName = "Documentation"
     7LongName = "Package Documentation"
    88LenLN    = d2x(length(Longname))
    99if debug then say prg': "'Docfldr'"'
  • spec/trunk/SPECS/bww-resources-rpm/macros.bww

    r1243 r1249  
    4040%global __bww_title_ver %{!-V:%{__bww_title} %{version}}%{-V:%{__bww_title}}\
    4141%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));\
    4343%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;\
    4444%wps_object_create WP_BWWHELPSHADOW:WPShadow|bitwiseworks Help Center|<WP_BWWAPPS>|SHADOWID=<WP_BWWHELP>;\
     
    129129%{nil}
    130130
    131 # bww_doc creates:
     131# bww_docdir creates:
    132132#  a shadow of a doc directory (will get a BWW_%{name}_DOCDIR WPS ID)
    133133#
    134 # %bww_doc -f FILE [-n PACKAGE]
     134# %bww_docdir -f FILE [-n PACKAGE]
    135135#  -f FILE (Mandatory: create a shadow for the provided doc FILE (directory in this case))
    136136#  -n PACKAGE (when provided: associate the folder with PACKAGE, else with %{name})
    137137
    138 %bww_doc(f:n:)\
     138%bww_docdir(f:n:)\
    139139%bww_file DOCDIR\
    140140%{nil}
Note: See TracChangeset for help on using the changeset viewer.