]> git.pld-linux.org Git - packages/fpc.git/commitdiff
- ppc version
authorundefine <undefine@pld-linux.org>
Fri, 20 May 2005 13:25:55 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fpc.spec -> 1.44

fpc.spec

index 06e5a65e2988afd87be89a425bda9866016e52e1..5c63131b54e5d24a601b965faf3b58fcffe47f0a 100644 (file)
--- a/fpc.spec
+++ b/fpc.spec
@@ -25,7 +25,7 @@ Source4:      http://dl.sourceforge.net/freepascal/%{name}-%{version}.sparc-linux.tar
 #Source2:      %{name}-sample.cfg
 URL:           http://www.freepascal.org/
 #BuildRequires:        bin86
-BuildRequires: zlib-devel
+#BuildRequires:        zlib-devel
 Requires:      gcc >= 2.95.2
 ExclusiveArch: %{ix86} m68k amd64 ppc sparc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -88,6 +88,10 @@ tar xf %{SOURCE1}
 tar xf %{SOURCE2}
 %define _bname x64
 %endif
+%ifarch ppc
+tar xf %{SOURCE3}
+%define _bname ppc
+%endif
 
 tar xf binary.*-linux.tar
 
This page took 0.043986 seconds and 4 git commands to generate.