rpms/nmh/devel nmh.spec,1.2,1.3

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Sun Apr 17 18:51:33 UTC 2005


Author: bressers

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

Modified Files:
	nmh.spec 
Log Message:
Fix broken macro definitions.



Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nmh.spec	15 Apr 2005 01:53:01 -0000	1.2
+++ nmh.spec	17 Apr 2005 18:51:30 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.1
-Release:        5.fc4
+Release:        6.fc4
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -30,9 +30,6 @@
 
 %build
 
-#%{expand: %%define _sysconfdir %{_sysconfdir}/nmh}
-#%{expand: %%define _libdir %{_libdir}/nmh}
-
 ./configure --prefix=%{_prefix} \
             --sysconfdir=%{_sysconfdir}/nmh \
             --libdir=%{_libdir}/nmh \
@@ -64,6 +61,10 @@
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Sun Apr 17 2005 Josh Bressers <bressers at redhat.com> 0:1.1-6.fc4
+ - Remove what should have been commented out redinitions of the _sysconfdir
+   and _libdir macros.
+
 * Thu Apr 14 2005 Josh Bressers <bressers at redhat.com> 0:1.1-5
 - Make the spec file much more sane.
 




More information about the scm-commits mailing list