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

index fec43a9dcc7a1cf82cc80c0a34a836b73d0ed75a..dda2b975dc5e9c5421cfd46c44521775aff3a2ad 100644 (file)
@@ -20,8 +20,7 @@ For more information see http://www.cs.unibo.it/helm
 %setup
 
 %build
-cp config.cache.pkg config.cache
-./configure
+./configure --enable-defaults
 make
 
 %install
index 86ea2f501fd3ba0ec1d4a2c2697740bf4c30c54f..0a0339e6f1f433562866e965755157e9348ef3c2 100644 (file)
@@ -180,10 +180,16 @@ clean:
 install:
        cp mmlinterface mmlinterface.opt helm_wget $(BIN_DIR)
 
-distclean:
+distclean: clean
        rm -f Makefile configuration.ml helm_wget configure config.log \
          config.cache config.status
 
+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: install distclean clean
 
 include .depend
index e7dc8c801f1a2904b82746d11e3e300881b05237..a0e68d7246e8be068c181eb7f25410aca2192aa3 100644 (file)
@@ -6,7 +6,7 @@ MINOR_VERSION=0
 MICRO_VERSION=2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
 
-DEFAULT_HELM_CONFIGURATION_DIR=/etc/helm
+DEFAULT_HELM_CONFIGURATION_DIR=/usr/local/etc/helm
 
 AC_ARG_ENABLE(
        defaults,
index 1b9740d8141ecca104c6c9147a3b380b879fc259..0e567ae145f7fa136f0ce9d5f769a15aacb6dc68 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, helm_http_getter = 0.0.1, helm_xsltd = 0.0.1, ocaml >= 3.00, ocaml-findlib, ocaml-netstring, ocaml-pxp, lablgtk_20001129, lablgtk-20001129_gtkmathview
+Requires: helm_configuration >= 0.0.2, helm_data >= 0.0.2, helm_http_getter >= 0.0.2, helm_uwobo >= 0.0.2, ocaml >= 3.00, ocaml-findlib, ocaml-netstring, ocaml-pxp, lablgtk, lablgtkmathview >= 0.0.2
 Group: Applications/Publishing
 Source: www.cs.unibo.it:/helm/@PACKAGE@-@VERSION@.tar.gz
 %description
@@ -19,12 +19,11 @@ For more information see http://www.cs.unibo.it/helm
 %setup
 
 %build
-cp config.cache.pkg config.cache
-./configure
+./configure --enable-defaults
 make
+make opt
 
 %install
-make opt
 make install
 
 %files