[eet] fix manpage conflict

Tom Callaway spot at fedoraproject.org
Thu Jul 14 19:26:26 UTC 2011


commit 2fede5d8c19fb9814292e54c367a0aadf55aa056
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Jul 14 15:26:15 2011 -0400

    fix manpage conflict

 eet.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/eet.spec b/eet.spec
index 702c6f1..f9d6496 100644
--- a/eet.spec
+++ b/eet.spec
@@ -1,6 +1,6 @@
 Name:           eet
 Version:        1.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for speedy data storage, retrieval, and compression
 Group:          System Environment/Libraries
 License:        MIT
@@ -60,6 +60,9 @@ chmod -x doc/html/*
 mkdir -p %{buildroot}%{_mandir}/man3
 install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
 
+# Rename overly generic manpage
+mv %{buildroot}%{_mandir}/man3/deprecated.3 %{buildroot}%{_mandir}/man3/eet-deprecated.3
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -77,6 +80,9 @@ install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Jul 14 2011 Tom Callaway <spot at fedoraproject.org> - 1.4.1-2
+- resolve manpage conflict due to generic naming (bz678782)
+
 * Thu Jul 14 2011 Tom Callaway <spot at fedoraproject.org> - 1.4.1-1
 - update to 1.4.1
 


More information about the scm-commits mailing list