ossp-pkg/path/devtool.conf
##
## devtool.conf -- Development Tool Configuration
##
%autogen
@autogen shtool 2.0.6 "2.0.*" all
@autogen libtool 1.5.22 "1.5*"
@autogen autoconf 2.60 "2.6*"
%autoclean
@autoclean shtool
@autoclean libtool
@autoclean autoconf
%configure
./configure \
--prefix=/tmp/path \
--disable-shared \
--enable-debug \
"$@"
%version
./shtool version -l txt -n "OSSP path" -e VERSION
%dist
make distclean >/dev/null 2>&1
./shtool fixperm -v .
V=`./shtool version -l txt -d short VERSION`
./shtool tarball -o path-${V}.tar.gz -d path-${V} -u ossp -g ossp \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' .