rpms/wesnoth/devel wesnoth.spec,1.76,1.77

Jon Ciesla limb at fedoraproject.org
Tue Apr 21 19:51:35 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/wesnoth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7958

Modified Files:
	wesnoth.spec 
Log Message:
debuginfo fix.



Index: wesnoth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wesnoth/devel/wesnoth.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- wesnoth.spec	20 Apr 2009 18:32:52 -0000	1.76
+++ wesnoth.spec	21 Apr 2009 19:51:33 -0000	1.77
@@ -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 @@
 
 %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 @@
 #%endif
 
 %changelog
+* Tue Apr 21 2009 Debarshi Ray <rishi at fedoraproject.org> - 1.6.1-2
+- Respect $RPM_OPT_FLAGS, BZ 496897.
+
 * Mon Apr 20 2009 Jon Ciesla <limb at jcomserv.net> - 1.6.1-1
 - 1.6.1 maintenance release.
 




More information about the fedora-extras-commits mailing list