]> git.pld-linux.org Git - packages/arcconf.git/commitdiff
- update 64bit to 6.0, too
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Aug 2008 05:23:11 +0000 (05:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arcconf.spec -> 1.6

arcconf.spec

index fd1c17cc6982bd38981eff6b8148e5e0c35273e4..a13dd9925bde7d522201cd419af3d6d01eab135a 100644 (file)
@@ -5,11 +5,8 @@ Release:       1
 License:       Adaptec Downloadable Software License
 Group:         Base
 Source0:       http://www.obvious.co.nz/aacraid/arcconf/%{name}-6.0-b17922.tgz 
-# Source0-md5: 222c459447edbe7e836324056408bb0b
-# From http://download.adaptec.com/raid/storage_manager/asm_linux_x64_v5_30_17509.rpm
-# v5.30
-Source1:       %{name}64
-# Source1-md5: c1add88f7c7f8a8a333ac9c823ad42d3
+Source1:       http://www.obvious.co.nz/aacraid/arcconf/%{name}-x64-6.0-b17922.tgz
+# Source1-md5: 70684147e6e04cdbdad1891c6b8e6799
 URL:           http://linux.adaptec.com/
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,12 +24,12 @@ Compatible Products:
 - Adaptec RAID 3805
 
 %prep
-%setup -q -c
+%setup -q -c -a1
 %ifarch %{ix86}
 install linux/cmdline/arcconf .
 %endif
 %ifarch %{x8664}
-install %{SOURCE1} arcconf
+install linux-x64/cmdline/arcconf .
 %endif
 
 %build
This page took 0.054228 seconds and 4 git commands to generate.