From 660e8dc557f0361f696522f647b032dedaf09522 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mon, 19 Dec 2011 16:24:46 +0100 Subject: [PATCH] Remove a couple of leftovers --- bacula.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bacula.spec b/bacula.spec index cc423c6..8ff5743 100644 --- a/bacula.spec +++ b/bacula.spec @@ -378,12 +378,6 @@ build --enable-bat --htmldir=%{_datadir}/doc/bacula-console-bat-%{version} build --disable-bat %endif -if test $? != 0; then - tail -500 config.log - : configure failed - exit 1 -fi - # Remove RPATH sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -428,8 +422,6 @@ rm -f %{buildroot}%{_libdir}/libbaccats-%{version}.so # Install sample query file %{__install} -m0640 examples/sample-query.sql %{buildroot}%{_sysconfdir}/bacula/query.sql -mkdir -p %{buildroot}%{_bindir} - %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 # Bat install -m 644 -D src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bat.png