]> git.pld-linux.org Git - packages/grass.git/commitdiff
- fix for ppc RA-1_0 grass-5_0_0-4
authormarcus <marcus@pld-linux.org>
Tue, 17 Sep 2002 09:08:40 +0000 (09:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel.4.

Changed files:
    grass.spec -> 1.20

grass.spec

index e3461b6e7810bbe0c0eb3d93807ac1b7f2f30278..6d7ca272e0dd97746816558a2ba5a6489e32c3f9 100644 (file)
@@ -5,7 +5,7 @@ Summary:        The Geographic Resources Analysis Support System
 Summary(pl):   System obs³uguj±cy analizê zasobów geograficznych
 Name:          grass
 Version:       5.0.0
-Release:       3
+Release:       4
 Epoch:         1
 License:       GPL
 Group:         X11/Applications
@@ -142,6 +142,11 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_includedir}/grass5,%{_libdir}/grass5,%{_bindir},%{_datadir}}
 
+#due to uncompatibilty $ARCH and %%{_target_platform} on ppc
+%ifarch ppc
+%define _target_platform powerpc-pld-linux-gnu
+%endif
+
 cd bin.%{_target_platform}
 mv grass5 grass5.in
 awk '// {if (/^GISBASE/) { print "GISBASE=%{_libdir}/grass5" } else { print $0 }}' < grass5.in > grass5
This page took 0.067968 seconds and 4 git commands to generate.