]> matita.cs.unibo.it Git - helm.git/commitdiff
*** empty log message ***
authorLuca Padovani <luca.padovani@unito.it>
Fri, 2 Feb 2001 10:45:12 +0000 (10:45 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Fri, 2 Feb 2001 10:45:12 +0000 (10:45 +0000)
helm/helm_data/helm_data.spec.in
helm/http_getter/Makefile.in
helm/http_getter/configure.in
helm/http_getter/helm_http_getter.spec.in

index 3c708af3a72d1a97eb2ca1cc85d3b77744604a44..387a06f4b99789796d79ea898e0c9e1ca41a60e2 100644 (file)
@@ -5,7 +5,7 @@ Release: 1
 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
index 48160a2f8d24e89ceb5d1779fc3cbea8d15fde8a..49f67e0ede834921113c2fefc541230b90534976 100644 (file)
@@ -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
 
index 7577ae7425e6bade8391864a41215dd5376a4660..636173a9087ff15af303365cef3eb61e91c96b34 100644 (file)
@@ -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,
index 703e4854ba5bb8e681e18ba015b5600869240900..742af445e5660d7ba70f7a9bea495f533672f433 100644 (file)
@@ -5,7 +5,7 @@ Release: 1
 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