[maildrop] - Remove version from the doc directory name (#993910)

Brian C. Lane bcl at fedoraproject.org
Thu Sep 26 19:11:01 UTC 2013


commit a704649129d4e6dd4e7aaf25637924e0ed76ba8b
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Sep 26 11:42:49 2013 -0700

    - Remove version from the doc directory name (#993910)

 maildrop.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/maildrop.spec b/maildrop.spec
index c34a402..93b304a 100644
--- a/maildrop.spec
+++ b/maildrop.spec
@@ -3,7 +3,7 @@
 Summary: Mail delivery agent with filtering abilities
 Name: maildrop
 Version: 2.6.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 # Exception is explicit permission to link to OpenSSL
 License: GPLv2 with exceptions
 Group: System Environment/Daemons
@@ -71,16 +71,16 @@ make
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot} htmldir=%{_defaultdocdir}/%{name}-%{version}
-cp -pr COPYING COPYING.GPL AUTHORS %{buildroot}%{_defaultdocdir}/%{name}-%{version}
-cp -pr README README.postfix ChangeLog UPGRADE %{buildroot}%{_defaultdocdir}/%{name}-%{version}
+make install DESTDIR=%{buildroot} htmldir=%{_defaultdocdir}/%{name}
+cp -pr COPYING COPYING.GPL AUTHORS %{buildroot}%{_defaultdocdir}/%{name}
+cp -pr README README.postfix ChangeLog UPGRADE %{buildroot}%{_defaultdocdir}/%{name}
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc %{_defaultdocdir}/%{name}-%{version}
+%doc %{_defaultdocdir}/%{name}
 %attr(6755,root,mail) %{_bindir}/maildrop
 %attr(6755,root,mail) %{_bindir}/lockmail
 %{_bindir}/deliverquota
@@ -97,6 +97,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/*.8*
 
 %changelog
+* Thu Sep 26 2013 Brian C. Lane <bcl at redhat.com> 2.6.0-4
+- Remove version from the doc directory name (#993910)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list