mirror of
https://abf.rosa.ru/djam/rust.git
synced 2025-02-24 10:22:53 +00:00
Update to 1.30.1
This commit is contained in:
parent
4d3dc9078e
commit
7de6e26e66
1 changed files with 11 additions and 11 deletions
22
rust.spec
22
rust.spec
|
@ -3,7 +3,7 @@
|
|||
|
||||
Summary: A safe, concurrent, practical programming language
|
||||
Name: rust
|
||||
Version: 1.9.0
|
||||
Version: 1.30.1
|
||||
Release: 1
|
||||
License: MIT
|
||||
Group: Development/Rust
|
||||
|
@ -77,7 +77,7 @@ This package contains the HTML documentation of the Rust programming language.
|
|||
#----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
%setup -q -n rustc-%{version}
|
||||
%setup -q -n rustc-%{version}-src
|
||||
#patch1 -p1 -b .fix-rel-lib
|
||||
|
||||
%build
|
||||
|
@ -86,14 +86,14 @@ export RUST_LOG=rustc=1;
|
|||
|
||||
# Unable to use standard configure as rust's configure is missing
|
||||
# many of the options as commented out below from the configure2_5x macro
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--sysconfdir=%{_sysconfdir} \
|
||||
--datadir=%{_datadir} \
|
||||
--libdir=%{_libdir} \
|
||||
--localstatedir=%{_localstatedir} \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir}
|
||||
#./configure \
|
||||
# --prefix=%{_prefix} \
|
||||
# --sysconfdir=%{_sysconfdir} \
|
||||
# --datadir=%{_datadir} \
|
||||
# --libdir=%{_libdir} \
|
||||
# --localstatedir=%{_localstatedir} \
|
||||
# --mandir=%{_mandir} \
|
||||
# --infodir=%{_infodir}
|
||||
# --build=%%{_target_platform} \
|
||||
# --exec-prefix=%%{_exec_prefix} \
|
||||
# --bindir=%%{_bindir} \
|
||||
|
@ -101,7 +101,7 @@ export RUST_LOG=rustc=1;
|
|||
# --includedir=%%{_includedir} \
|
||||
# --libexecdir=%%{_libexecdir} \
|
||||
# --sharedstatedir=%%{_sharedstatedir} \
|
||||
|
||||
./configure.py
|
||||
%make
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue