Accepting request 535320 from home:luke_nukem:branches:devel:languages:rust

OBS-URL: https://build.opensuse.org/request/show/535320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=133
This commit is contained in:
Luke Jones 2017-10-19 21:13:56 +00:00 committed by Git OBS Bridge
parent 45595d2fc4
commit 17e07a5fc5
2 changed files with 1 additions and 5 deletions

View File

@ -113,7 +113,7 @@ vendor = true
# would rather to perform a full bootstrap, compiling the compiler three times,
# then you can set this option to true. You shouldn't ever need to set this
# option to true.
#full-bootstrap = false
full-bootstrap = true
# Enable a build of the extended rust tool set which is not only the compiler
# but also tools such as Cargo. This will also produce "combined installers"

View File

@ -203,9 +203,6 @@ export CPPFLAGS="%{optflags}" # eliminate complain from RPMlint
DESTDIR=%{buildroot} ./x.py install
DESTDIR=%{buildroot} ./x.py install src
# Fix any rpaths if needed
chrpath -d %{buildroot}%{common_libdir}/lib*.so
# Remove executable permission from HTML documentation
# to prevent RPMLINT errors.
chmod -R -x+X %{buildroot}%{_docdir}/%{name}/html
@ -223,7 +220,6 @@ rm %{buildroot}%{rustlibdir}/manifest-rust*
rm %{buildroot}%{rustlibdir}/install.log
rm %{buildroot}%{rustlibdir}/uninstall.sh
rm %{buildroot}%{rustlibdir}/rust-installer-version
rm %{buildroot}%{common_libdir}/debug/.build-id
# Remove installer artifacts (manifests, uninstall scripts, etc.)
find %{buildroot}%{rustlibdir} -maxdepth 1 -type f -exec rm -v '{}' '+'