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

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


Author: bressers

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

Modified Files:
	nmh.spec 
Log Message:
Fix a typo


Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- nmh.spec	4 Feb 2007 13:40:32 -0000	1.20
+++ nmh.spec	4 Feb 2007 13:49:16 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.2
-Release:        20070115cvs.2%{?dist}
+Release:        20070115cvs.3%{?dist}
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -30,7 +30,7 @@
 %patch0 -p0
 
 %build
-CFLAGS='$RPM_OPT_FLAGS -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.3
+- Use double quotes not single quotes for CFLAGS
+
 * 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
 




More information about the scm-commits mailing list