Copyright: GPL
URL: http://www.cs.unibo.it/helm
Packager: Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>
-Requires: helm_configuration = 0.0.1
+Requires: helm_configuration >= 0.0.2
Group: Applications/Publishing
Source: www.cs.unibo.it:/helm/@PACKAGE@-@VERSION@.tar.gz
%description
rm -f Makefile configure config.log config.cache config.status \
http_getter.pl *.spec
+dist: clean
+ rm -rf ../@PACKAGE@-@VERSION@
+ mkdir ../@PACKAGE@-@VERSION@
+ cp -r * ../@PACKAGE@-@VERSION@
+ (cd .. ; tar cvfz @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@ ; rm -rf @PACKAGE@-@VERSION@)
+
.PHONY: all install distclean
MICRO_VERSION=2
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
-DEFAULT_HELM_LIB_DIR=/usr/local/helm/lib
+DEFAULT_HELM_LIB_DIR=/usr/local/lib/helm
AC_ARG_ENABLE(
defaults,
Copyright: GPL
URL: http://www.cs.unibo.it/helm
Packager: Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>
-Requires: helm_configuration = 0.0.1, helm_data = 0.0.1, perl-libwww-perl, perl-URI, MIME-Base64, perl-HTML-Parser, perl-XML-Parser
+Requires: helm_configuration >= 0.0.2, helm_data >= 0.0.2, perl-libwww-perl, perl-URI, MIME-Base64, perl-HTML-Parser, perl-XML-Parser
Group: Applications/Publishing
Source: www.cs.unibo.it:/helm/@PACKAGE@-@VERSION@-1.tar.gz
%description