license
OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=123
This commit is contained in:
parent
cc334709be
commit
ef3cea60ab
@ -80,9 +80,6 @@ do
|
||||
(echo "Executing(%%build)" ; gcc $RPM_OPT_FLAGS -c $i 2>&1)| checks-data/check_gcc_output 2>&1|grep "^[WE]"
|
||||
done
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
# do nothing when not in a build chroot
|
||||
if ! test -e /.buildenv; then
|
||||
@ -115,7 +112,7 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
/usr/lib/build
|
||||
/etc/profile.d/suse-buildsystem.sh
|
||||
/etc/suse-ignored-rpaths.conf
|
||||
|
Loading…
Reference in New Issue
Block a user