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:
parent
45595d2fc4
commit
17e07a5fc5
@ -113,7 +113,7 @@ vendor = true
|
|||||||
# would rather to perform a full bootstrap, compiling the compiler three times,
|
# 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
|
# then you can set this option to true. You shouldn't ever need to set this
|
||||||
# option to true.
|
# option to true.
|
||||||
#full-bootstrap = false
|
full-bootstrap = true
|
||||||
|
|
||||||
# Enable a build of the extended rust tool set which is not only the compiler
|
# 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"
|
# but also tools such as Cargo. This will also produce "combined installers"
|
||||||
|
@ -203,9 +203,6 @@ export CPPFLAGS="%{optflags}" # eliminate complain from RPMlint
|
|||||||
DESTDIR=%{buildroot} ./x.py install
|
DESTDIR=%{buildroot} ./x.py install
|
||||||
DESTDIR=%{buildroot} ./x.py install src
|
DESTDIR=%{buildroot} ./x.py install src
|
||||||
|
|
||||||
# Fix any rpaths if needed
|
|
||||||
chrpath -d %{buildroot}%{common_libdir}/lib*.so
|
|
||||||
|
|
||||||
# Remove executable permission from HTML documentation
|
# Remove executable permission from HTML documentation
|
||||||
# to prevent RPMLINT errors.
|
# to prevent RPMLINT errors.
|
||||||
chmod -R -x+X %{buildroot}%{_docdir}/%{name}/html
|
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}/install.log
|
||||||
rm %{buildroot}%{rustlibdir}/uninstall.sh
|
rm %{buildroot}%{rustlibdir}/uninstall.sh
|
||||||
rm %{buildroot}%{rustlibdir}/rust-installer-version
|
rm %{buildroot}%{rustlibdir}/rust-installer-version
|
||||||
rm %{buildroot}%{common_libdir}/debug/.build-id
|
|
||||||
|
|
||||||
# Remove installer artifacts (manifests, uninstall scripts, etc.)
|
# Remove installer artifacts (manifests, uninstall scripts, etc.)
|
||||||
find %{buildroot}%{rustlibdir} -maxdepth 1 -type f -exec rm -v '{}' '+'
|
find %{buildroot}%{rustlibdir} -maxdepth 1 -type f -exec rm -v '{}' '+'
|
||||||
|
Loading…
Reference in New Issue
Block a user