rpms/nmh/devel nmh.spec,1.19,1.20

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Sun Feb 4 13:41:05 UTC 2007


Author: bressers

Update of /cvs/extras/rpms/nmh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13747

Modified Files:
	nmh.spec 
Log Message:
* Use $RPM_OPT_FLAGS bz#227243



Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nmh.spec	16 Jan 2007 02:17:07 -0000	1.19
+++ nmh.spec	4 Feb 2007 13:40:32 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.2
-Release:        20070115cvs.1%{?dist}
+Release:        20070115cvs.2%{?dist}
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -30,7 +30,7 @@
 %patch0 -p0
 
 %build
-CFLAGS='-fno-builtin-strcasecmp'
+CFLAGS='$RPM_OPT_FLAGS -fno-builtin-strcasecmp'
 %configure \
             --sysconfdir=%{_sysconfdir}/nmh \
             --libdir=%{_libexecdir}/nmh \
@@ -62,6 +62,9 @@
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Sun Feb 04 2007 Josh Bressers <bressers at redhat.com> 0:1.2_20070115cvs.2
+- Use $RPM_OPT_FLAGS when building the source bz#227243
+
 * Mon Jan 15 2007 Josh Bressers <bressers at redhat.com> 0:1.2_CVS_20070115
 - Update to nmh 1.2 post CVS (thanks to Horst H. von Brand for assistance
   in this task)




More information about the scm-commits mailing list