ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/glimpse.spec
(Generate patch)

Comparing COMP/CMSDIST/glimpse.spec (file contents):
Revision 1.7 by elmer, Sun Sep 17 11:05:30 2006 UTC vs.
Revision 1.9 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external glimpse 4.18.5
2 + Requires: gcc-wrapper
3   Source: http://webglimpse.net/trial/glimpse-%{v}.tar.gz
4  
5   %prep
6   %setup -n glimpse-%v
7   %build
8 + ## IMPORT gcc-wrapper
9   ./configure --prefix=%{i}
10   make
11  
# Line 18 | Line 20 | action=
20   while [ $# -gt 0 ]
21   do
22    case $1 in
23 <    -full )
23 >    --full )
24          action=full; shift;;
25 <    -help )
26 <        echo "cmsglimpse [-H <CMSSW_TAG>] [-full] [glimpse-options] <search term>"
25 >    --help )
26 >        echo "cmsglimpse [-H <CMSSW_TAG>] [--full] [--help] [glimpse-options] <search term>"
27          echo ""
28          echo "  -H <CMSSW_TAG> - specify the CMSSW tag for the release you    "
29          echo "                   would like to search (e.g. 'CMSSW_1_0_0').   "
# Line 29 | Line 31 | do
31          echo "                   default to the release corresponding to      "
32          echo "                   your current scram runtime environment.      "
33          echo ""
34 <        echo "  -full          - Print the full path to the source files. The "
34 >        echo "  --full         - Print the full path to the source files. The "
35          echo "                   default is to print the relative path        "
36          echo "                   beginning with the CMSSW subsystem.          "
37          echo ""
38 +        echo "  --help         - This help information                        "
39 +        echo ""
40          echo "  [glimpse-options] - any of the glimpse options can also be    "
41 <        echo "                      specified, except for -H, which is used   "
42 <        echo "                      as described above. See 'glimpse --help'. "
41 >        echo "                      specified, except for -H and --help, which"
42 >        echo "                      are used as described above.              "
43 >        echo "                      See 'glimpse --help' for the full list.   "
44          exit
45          ;;
46      -H )[ $# -gt 1 ] || { echo "Option \`$1' requires an argument" 1>&2; exit 1;  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines