rpms/nmh/FC-4 nmh.spec,1.5,1.6

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Thu Aug 25 21:41:32 UTC 2005


Author: bressers

Update of /cvs/extras/rpms/nmh/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8979/FC-4

Modified Files:
	nmh.spec 
Log Message:
Fix for bug #165310.



Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/FC-4/nmh.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nmh.spec	10 May 2005 21:53:11 -0000	1.5
+++ nmh.spec	25 Aug 2005 21:41:29 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.1
-Release:        8.fc4
+Release:        9.fc4
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -31,11 +31,9 @@
 
 
 %build
-
-./configure --prefix=%{_prefix} \
+%configure \
             --sysconfdir=%{_sysconfdir}/nmh \
             --libdir=%{_libdir}/nmh \
-            --mandir=%{_mandir} \
             --with-locking=fcntl \
             --enable-pop
 make
@@ -64,6 +62,9 @@
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Thu Aug 25 2005 Josh Bressers <bressers at redhat.com> 0:1.1-9.fc4
+- Fix the specfile to honor the $RPM_OPT_FLAGS
+
 * Tue May 10 2005 Josh Bressers <bressers at redhat.com> 0:1.1-8.fc4
 - Use fcntl for filelocking instead of the default dotlocks.
 




More information about the fedora-extras-commits mailing list