rpms/nmh/devel nmh.spec,1.16,1.17

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Mon Sep 11 11:56:37 UTC 2006


Author: bressers

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

Modified Files:
	nmh.spec 
Log Message:
- Use %dist tag
- Place helper programs in /usr/libexec



Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- nmh.spec	11 Sep 2006 11:32:30 -0000	1.16
+++ nmh.spec	11 Sep 2006 11:56:37 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.1
-Release:        19.%{dist}
+Release:        19%{?dist}
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -44,7 +44,7 @@
 CFLAGS='-fno-builtin-strcasecmp'
 %configure \
             --sysconfdir=%{_sysconfdir}/nmh \
-            --libdir=%{_libdir}/nmh \
+            --libdir=%{_libexecdir}/nmh \
             --with-locking=fcntl \
             --enable-pop
 make
@@ -66,14 +66,16 @@
 %{_bindir}/*
 %dir %{_sysconfdir}/nmh
 %config(noreplace) %{_sysconfdir}/nmh/*
-%dir %{_libdir}/nmh
-%{_libdir}/nmh/*
+%dir %{_libexecdir}/nmh
+%{_libexecdir}/nmh/*
 %{_mandir}/man[851]/*
 %doc docs/COMPLETION-* docs/DIFFERENCES docs/FAQ docs/MAIL.FILTERING VERSION
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
 * Mon Sep 11 2006 JOsh Bressers <bressers at redhat.com> 0:1.1-19.fc6
+- Use %dist tag
+- Place helper programs in /usr/libexec
 - Rebuild for FC6
 
 * Sun Feb 19 2006 Josh Bressers <bressers at redhat.com> 0:1.1-18.fc5




More information about the fedora-extras-commits mailing list