From 2ef73abdd9b450c69a50a5e55a95e35812d86c9d Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Apr 21 2009 22:42:33 +0000 Subject: debuginfo --- diff --git a/wesnoth.spec b/wesnoth.spec index 66cdd47..0830b95 100644 --- a/wesnoth.spec +++ b/wesnoth.spec @@ -1,6 +1,6 @@ Name: wesnoth Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games @@ -91,6 +91,8 @@ autoreconf %build # Cannot use configure macro because noarch-redhat-linux is not recognized by the auto tools in the tarball +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir} \ --disable-dependency-tracking \ --with-localedir=%{_datadir}/locale \ @@ -249,6 +251,9 @@ fi #%endif %changelog +* Tue Apr 21 2009 Debarshi Ray - 1.6.1-2 +- Respect $RPM_OPT_FLAGS, BZ 496897. + * Mon Apr 20 2009 Jon Ciesla - 1.6.1-1 - 1.6.1 maintenance release.