فهرست منبع

fix platform check; simplify %setup

Ralf S. Engelschall 22 سال پیش
والد
کامیت
092df0717d
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      acroread/acroread.spec

+ 3 - 3
acroread/acroread.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Graphics
 License:      Commercial
 Version:      %{V_real}
-Release:      20030909
+Release:      20031019
 
 #   list of sources
 Source0:      ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{V_comp}.tar.gz
@@ -56,7 +56,7 @@ AutoReqProv:  no
     Adobe Portable Document Format (PDF).
 
 %prep
-    %setup -q -T -c -n acroread-%{version}
+    %setup -q -T -c
 
 %build
 
@@ -84,7 +84,7 @@ AutoReqProv:  no
             tarball="%{SOURCE linux-%{V_comp}.tar.gz}"
             shell="/bin/sh"
             ;;
-        sparc*-sunos5* )
+        sun4*-sunos5* )
             tarball="%{SOURCE sol-%{V_comp}.tar.gz}"
             shell="/bin/sh"
             ;;