/[php-vas]/trunk/php-vas.pp
ViewVC logotype

Contents of /trunk/php-vas.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (show annotations)
Thu Apr 26 02:56:32 2007 UTC (2 years, 6 months ago) by dleonard
File size: 611 byte(s)
Enable optional documentation generation.

Adds --enable-doc/--disable-doc to configure (defaults to 'auto' detect).
Only if enabled then the polypkg script will generate a doc package.
1 %set
2 copyright="2007 Quest Software Inc. All rights reserved."
3 pp_rpm_serial="${revision%M}"
4 summary="PHP-VAS API bindings"
5 description="php-vas is a PHP implementation of the Vintela Authentication\
6 Services Developer SDK (PHP-VAS bindings). Using php-vas, you can write PHP\
7 programs to the VAS API set."
8
9 name=php-vas
10 pp_solaris_name=QSFTphpv
11
12 # AIX cannot handle non-digits in its version identifier
13 [aix] summary="$name $version"
14 [aix] version=`echo $version | tr _ . | tr -d a-zA-Z`
15
16 %files
17 $scriptdir/
18 $scriptdir/*.php
19 $datadir/vas.*
20
21 %if -n "$docdir"
22 %files doc
23 $docdir/
24 $docdir/**
25 %endif
26

Ted.Percival@quest.com
ViewVC Help
Powered by ViewVC 1.1.2