]> git.pld-linux.org Git - packages/grass.git/commitdiff
- don't redefine target_platform auto/th/grass-6.4.4-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 19 Jul 2015 07:13:53 +0000 (07:13 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 19 Jul 2015 07:13:53 +0000 (07:13 +0000)
- fix configure.in
- rel 3

grass-ac.patch
grass.spec

index a1c9699ef89bbe7f179899eb285d2bc2ba820559..a4298718e82b2cf8135f5e5725dea08621979018 100644 (file)
  $(OBJDIR)/confparms.h: $(MODULE_TOPDIR)/config.status
 -      sed -n '7s/^#\(.*\)$$/"\1"/p' $< > $@
 +      sed -n '7s/^#\(.*\)$$/"\1"/p;s/^ac_cs_config="\(.*"\)$$/".\/configure \1/p' $< > $@
+--- grass-6.4.4/configure.in~  2015-07-19 06:50:37.000000000 +0000
++++ grass-6.4.4/configure.in   2015-07-19 06:51:21.133489471 +0000
+@@ -101,10 +101,6 @@
+ AC_SUBST(ARCH)
+-# Use absolute path for aux directory so that install-sh works
+-
+-AC_CONFIG_AUX_DIR($SRCDIR)
+-
+ # Set GISBASE and GRASS_BIN
+ GISBASE="${WINDSTDIR}/dist.${ARCH}"
index 65a3863abce2ea738877e2f6f344d421c371e182..f49a7d3460bb2fbff131d1b27432d5f7423e279f 100644 (file)
@@ -14,7 +14,7 @@ Summary:      The Geographic Resources Analysis Support System
 Summary(pl.UTF-8):     System obsługujący analizę zasobów geograficznych
 Name:          grass
 Version:       6.4.4
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Applications
@@ -78,7 +78,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                gver    %{version}
 %define                _noautoreqdep   libGL.so.1 libGLU.so.1
 %define                _sysconfdir     /etc/X11
-%define                _target_platform %(echo %{_target_cpu}-%{_target_vendor}-%{_host_os} | sed -e 's/athlon/i686/;s/ppc/powerpc/;s/amd64/x86_64/')
 
 %description
 GRASS (the Geographic Resources Analysis Support System) is a software
This page took 0.101141 seconds and 4 git commands to generate.