]> git.pld-linux.org Git - packages/bitkeeper.git/commitdiff
- added alpha, ppc, sparc but (probably) need to find correct offsets
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 7 Sep 2002 15:49:40 +0000 (15:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bitkeeper.spec -> 1.2

bitkeeper.spec

index d8e4707f3965f6fdaa74ca8495ba7243e97a06ce..2fe475d8e2bec7bb85082a57d7441a954f25468c 100644 (file)
@@ -6,6 +6,9 @@ Release:        1
 License:       BitKeeper
 Group:         Development/Version Control
 Source0:       http://www.bitmover.com/download/bk-2.1.x/x86-glibc22-linux.bin
+Source1:       http://www.bitmover.com/download/bk-2.1.x/alphaev56-glibc21-linux.bin
+Source2                http://www.bitmover.com/download/bk-2.1.x/powerpc-glibc21-linux.bin
+Source3:       http://www.bitmover.com/download/bk-2.1.x/sparc64-glibc21-linux.bin
 URL:           http://www.bitkeeper.com/
 Requires:      tk >= 8.0
 BuildRequires: fileutils
@@ -21,7 +24,18 @@ System kontroli wersji lepszy ni
 %prep
 %setup -q -c -T
 umask 022
+%ifarch %{ix86}
 dd if=%{SOURCE0} skip=1 bs=7008 | gzip -d | tar xf -
+%endif
+%ifarch alpha
+dd if=%{SOURCE1} skip=1 bs=7008 | gzip -d | tar xf -
+%endif
+%ifarch ppc
+dd if=%{SOURCE2} skip=1 bs=7008 | gzip -d | tar xf -
+%endif
+%ifarch sparc64
+dd if=%{SOURCE3} skip=1 bs=7008 | gzip -d | tar xf -
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.102484 seconds and 4 git commands to generate.