automatic version update by autodist [release 1.52.1-1mamba;Tue May 11 2021]
This commit is contained in:
parent
9cd6a9fce5
commit
b8d05735b1
14
rustc.spec
14
rustc.spec
@ -1,6 +1,6 @@
|
|||||||
%define stage1 1
|
%define stage1 1
|
||||||
Name: rustc
|
Name: rustc
|
||||||
Version: 1.51.0
|
Version: 1.52.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Rust programming language, designed to be a safe, concurrent, practical language
|
Summary: The Rust programming language, designed to be a safe, concurrent, practical language
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -13,7 +13,7 @@ Patch0: rustc-1.25.0-disable-llvm-ocaml-binding.patch
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgit2-devel
|
BuildRequires: libgit2-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
@ -45,8 +45,9 @@ This package contains the documentation for %{name}.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-src -D -T
|
%setup -q -n %{name}-%{version}-src
|
||||||
:<< _EOF
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
#%patch0 -p0
|
#%patch0 -p0
|
||||||
|
|
||||||
cat <<EOF > config.toml
|
cat <<EOF > config.toml
|
||||||
@ -87,7 +88,7 @@ rpath = false
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
:<< _EOF
|
#:<< _EOF
|
||||||
./x.py build %{_smp_mflags}
|
./x.py build %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -195,6 +196,9 @@ cd -
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 1.52.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.51.0-1mamba
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.51.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user