From: Luca Padovani Date: Fri, 2 Feb 2001 10:45:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v0_1_2~149 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=8b52332953ae90cba6e28a3b4e2144a9dd91e338;hp=8f0f414558c846af3255a5008db412aa05aa25b5;p=helm.git *** empty log message *** --- diff --git a/helm/helm_data/helm_data.spec.in b/helm/helm_data/helm_data.spec.in index 3c708af3a..387a06f4b 100644 --- a/helm/helm_data/helm_data.spec.in +++ b/helm/helm_data/helm_data.spec.in @@ -5,7 +5,7 @@ Release: 1 Copyright: GPL URL: http://www.cs.unibo.it/helm Packager: Claudio Sacerdoti Coen -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 diff --git a/helm/http_getter/Makefile.in b/helm/http_getter/Makefile.in index 48160a2f8..49f67e0ed 100644 --- a/helm/http_getter/Makefile.in +++ b/helm/http_getter/Makefile.in @@ -9,5 +9,11 @@ distclean: 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 diff --git a/helm/http_getter/configure.in b/helm/http_getter/configure.in index 7577ae742..636173a90 100644 --- a/helm/http_getter/configure.in +++ b/helm/http_getter/configure.in @@ -6,7 +6,7 @@ MINOR_VERSION=0 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, diff --git a/helm/http_getter/helm_http_getter.spec.in b/helm/http_getter/helm_http_getter.spec.in index 703e4854b..742af445e 100644 --- a/helm/http_getter/helm_http_getter.spec.in +++ b/helm/http_getter/helm_http_getter.spec.in @@ -5,7 +5,7 @@ Release: 1 Copyright: GPL URL: http://www.cs.unibo.it/helm Packager: Claudio Sacerdoti Coen -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