[GRASS-SVN] r41517 - in grass/trunk: include/Make rpm/opensuse

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 21 14:59:15 EDT 2010


Author: neteler
Date: 2010-03-21 14:59:15 -0400 (Sun, 21 Mar 2010)
New Revision: 41517

Modified:
   grass/trunk/include/Make/Install.make
   grass/trunk/rpm/opensuse/grass.spec
Log:
remove GEM

Modified: grass/trunk/include/Make/Install.make
===================================================================
--- grass/trunk/include/Make/Install.make	2010-03-21 18:55:44 UTC (rev 41516)
+++ grass/trunk/include/Make/Install.make	2010-03-21 18:59:15 UTC (rev 41517)
@@ -92,9 +92,6 @@
 	-sed 's#'$(GISBASE)'#'$(INST_DIR)'#g' $(GISBASE)/etc/fontcap > $(INST_DIR)/etc/fontcap
 	-$(INSTALL) config.status $(INST_DIR)/config.status
 	-chmod -R a+rX $(INST_DIR) 2>/dev/null
-	@#GEM installation
-	-tar cBf - gem/skeleton | tar xBCf $(INST_DIR)/etc - 2>/dev/null
-	-$(INSTALL) gem/gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR) $(UNIX_BIN) 2>/dev/null
 	@# enable OSX Help Viewer
 	@if [ "`grep -i '^ARCH.*darwin' < include/Make/Platform.make`" ] ; then /bin/ln -sfh "$(INST_DIR)/docs/html" /Library/Documentation/Help/GRASS-$(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR) ; fi
 

Modified: grass/trunk/rpm/opensuse/grass.spec
===================================================================
--- grass/trunk/rpm/opensuse/grass.spec	2010-03-21 18:55:44 UTC (rev 41516)
+++ grass/trunk/rpm/opensuse/grass.spec	2010-03-21 18:59:15 UTC (rev 41517)
@@ -152,10 +152,6 @@
 pushd %{buildroot}%{grassdir}/man
   gzip */*
 popd
-pushd %{buildroot}%{grassdir}/etc/gem/skeleton/
-chmod +x uninstall
-chmod +x post
-popd
 
 # this is possibly dangerous
 # make sure that no changeable files are linked



More information about the grass-commit mailing list