]> git.pld-linux.org Git - packages/bitkeeper.git/blobdiff - bitkeeper.spec
- added md5
[packages/bitkeeper.git] / bitkeeper.spec
index d0b7b6c63a5595f371bf31fffad03b98a9d5b160..6f9ab37aff2293f1d20d5dc32c73eb6813b3a409 100644 (file)
@@ -6,9 +6,13 @@ Release:       1
 License:       BitKeeper
 Group:         Development/Version Control
 Source0:       http://www.bitmover.com/download/bk-2.1.x/x86-glibc22-linux.bin
+# Source0-md5: c4fd09145882b1489509dee6a8cb041f
 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
+# Source1-md5: f1a9fc9e03140d6e28ab2f7ad0be30c0
+Source2:       http://www.bitmover.com/download/bk-2.1.x/powerpc-glibc21-linux.bin
+# Source2-md5: dc1b949d11679747dad01af199a02275
 Source3:       http://www.bitmover.com/download/bk-2.1.x/sparc64-glibc21-linux.bin
+# Source3-md5: b0989ee5924faa15d8bceec594b35bc5
 URL:           http://www.bitkeeper.com/
 Requires:      tk >= 8.0
 BuildRequires: fileutils
@@ -16,7 +20,7 @@ ExclusiveArch:        %{ix86} alpha ppc sparc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A distributed concurent versioning system better than CVS.
+A distributed concurrent versioning system better than CVS.
 
 %description -l pl
 System kontroli wersji lepszy ni¿ CVS.
@@ -28,13 +32,13 @@ umask 022
 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 -
+dd if=%{SOURCE1} skip=1 bs=7354 | gzip -d | tar xf -
 %endif
 %ifarch ppc
-dd if=%{SOURCE2} skip=1 bs=7008 | gzip -d | tar xf -
+dd if=%{SOURCE2} skip=1 bs=6864 | gzip -d | tar xf -
 %endif
 %ifarch sparc64
-dd if=%{SOURCE3} skip=1 bs=7008 | gzip -d | tar xf -
+dd if=%{SOURCE3} skip=1 bs=6704 | gzip -d | tar xf -
 %endif
 
 %install
This page took 0.068609 seconds and 4 git commands to generate.