Don't enable collections for build.

This commit is contained in:
Vít Ondruch 2016-02-22 16:09:30 +01:00
parent 3f6e3a805d
commit c40aeb5071
1 changed files with 1 additions and 6 deletions

View File

@ -476,7 +476,6 @@ cp -a %{SOURCE6} .
%build %build
autoconf autoconf
%{?scl:scl enable %{scl} - << \EOF}
%configure \ %configure \
--with-rubylibprefix='%{ruby_libdir}' \ --with-rubylibprefix='%{ruby_libdir}' \
--with-archlibdir='%{_libdir}' \ --with-archlibdir='%{_libdir}' \
@ -497,18 +496,13 @@ autoconf
--enable-multiarch \ --enable-multiarch \
--with-prelude=./abrt_prelude.rb \ --with-prelude=./abrt_prelude.rb \
%{?scl:EOF}
# Q= makes the build output more verbose and allows to check Fedora # Q= makes the build output more verbose and allows to check Fedora
# compiler options. # compiler options.
%{?scl:scl enable %{scl} - << \EOF}
make %{?_smp_mflags} COPY="cp -p" Q= make %{?_smp_mflags} COPY="cp -p" Q=
%{?scl:EOF}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
%{?scl:scl enable %{scl} - << \EOF}
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
%{?scl:EOF}
# Rename ruby/config.h to ruby/config-<arch>.h to avoid file conflicts on # Rename ruby/config.h to ruby/config-<arch>.h to avoid file conflicts on
# multilib systems and install config.h wrapper # multilib systems and install config.h wrapper
@ -962,6 +956,7 @@ make check TESTS="-v $DISABLE_TESTS"
%changelog %changelog
* Mon Feb 22 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-59 * Mon Feb 22 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.0-59
- Don't prefix bundling provides. - Don't prefix bundling provides.
- Don't enable collections for build.
* Fri Feb 19 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-58 * Fri Feb 19 2016 Pavel Valena <pvalena@redhat.com> - 2.3.0-58
- Fix default_dir and default_bindir - Fix default_dir and default_bindir