]> git.pld-linux.org Git - packages/rust.git/blobdiff - rust.spec
- add future hint for x32 build requirements
[packages/rust.git] / rust.spec
index 0c1cff789f3e1432e772b25b17f45d4d1a06fb16..bc6c06ad19d7a61f8f71f6b707e0b111703fc8aa 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -32,7 +32,7 @@ Summary:      The Rust Programming Language
 Summary(pl.UTF-8):     Język programowania Rust
 Name:          rust
 Version:       1.47.0
-Release:       1
+Release:       0.1
 # Licenses: (rust itself) and (bundled libraries)
 License:       (Apache v2.0 or MIT) and (BSD and ISC and MIT)
 Group:         Development/Languages
@@ -82,12 +82,12 @@ BuildRequires:      zlib-devel
 # building x86_64-hosted crosscompiler on x32 host
 BuildRequires: gcc-multilib-64
 BuildRequires: libstdc++-multilib-64-devel
-# how to specify?
-#BuildRequires:        curl-devel.x86_64
-#BuildRequires:        libgit2-devel.x86_64
-#BuildRequires:        llvm-devel.x86_64 >= 7.0
-#BuildRequires:        openssl-devel.x86_64
-#BuildRequires:        zlib-devel.x86_64
+# how to specify? - rpm.org adds arch provides on packages (__isa), uncomment once we switch
+#BuildRequires:        curl-devel(x86-64)
+#BuildRequires:        libgit2-devel(x86-64)
+#BuildRequires:        llvm-devel(x86-64)>= 7.0
+#BuildRequires:        openssl-devel(x86-64)
+#BuildRequires:        zlib-devel(x86-64)
 %endif
 %endif
 # The C compiler is needed at runtime just for linking.  Someday rustc might
@@ -277,7 +277,7 @@ Dopełnianie parametrów polecenia cargo w powłoce Zsh.
 %prep
 %setup -q -n %{rustc_package}
 # irrelevant when not building rustc for x32
-#patch0 -p1
+%patch0 -p1
 
 %if %{with bootstrap}
 %ifarch %{x8664} x32
This page took 0.120028 seconds and 4 git commands to generate.