jreznik pushed to arts (epel7). "rebuilt with --enable-new-ldflags"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:08:48 UTC 2015


>From 4aece72f18570938bf1cbf6f35d1d93a4b5bd55f Mon Sep 17 00:00:00 2001
From: Than Ngo <than at fedoraproject.org>
Date: Wed, 18 Jan 2006 16:32:53 +0000
Subject: rebuilt with --enable-new-ldflags


diff --git a/arts.spec b/arts.spec
index 139e24f..b7ce9f8 100644
--- a/arts.spec
+++ b/arts.spec
@@ -10,7 +10,7 @@
 %define disable_gcc_check_and_hidden_visibility 1
 
 Version: 1.5.0
-Release: 1
+Release: 2
 Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Name: arts
 Group: System Environment/Daemons
@@ -102,18 +102,16 @@ export CXXFLAGS="$FLAGS"
 export CFLAGS="$FLAGS"
 export PATH=`pwd`:$PATH
 
-%if %{disable_gcc_check_and_hidden_visibility}
-  # disable gcc check
-  perl -pi -e "s|KDE_CHECK_FOR_BAD_COMPILER$|dnl KDE_CHECK_FOR_BAD_COMPILER|" admin/acinclude.m4.in
-  # disable hidden visibility
-  perl -pi -e "s|KDE_ENABLE_HIDDEN_VISIBILITY$|dnl KDE_ENABLE_HIDDEN_VISIBILITY|" configure.in.in
-%endif
-
 %if %{make_cvs}
   make -f admin/Makefile.common cvs
 %endif
 
 %configure \
+   --enable-new-ldflags \
+   --disable-dependency-tracking \
+%if %{disable_gcc_check_and_hidden_visibility}
+   --disable-gcc-hidden-visibility \
+%endif
 %if %{alsa}
    --with-alsa \
 %endif
@@ -123,6 +121,7 @@ export PATH=`pwd`:$PATH
    --includedir=%{_includedir}/kde \
    --with-qt-libraries=$QTDIR/lib \
    --disable-debug \
+   --disable-warnings \
    --disable-rpath
 
 make %{?_smp_mflags}
@@ -173,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/artsc-config
 
 %changelog
+* Wed Jan 18 2006 Than Ngo <than at redhat.com> 1.5.0-2
+- rebuilt with --enable-new-ldflags
+
 * Mon Dec 19 2005 Than Ngo <than at redhat.com> 1.5.0-1
 - apply patch to fix #169631 
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=4aece72f18570938bf1cbf6f35d1d93a4b5bd55f


More information about the scm-commits mailing list