[ecore/f18] rename conflicting manpage

Tom Callaway spot at fedoraproject.org
Wed Aug 8 14:31:49 UTC 2012


commit c6d6b45125116b5c63ceb7202432abbeafe665f6
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Aug 8 10:32:09 2012 -0400

    rename conflicting manpage

 ecore.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ecore.spec b/ecore.spec
index f76fea0..9704bfb 100644
--- a/ecore.spec
+++ b/ecore.spec
@@ -1,6 +1,6 @@
 Name:           ecore
 Version:        1.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Event/X abstraction layer
 Group:          System Environment/Libraries
 License:        MIT
@@ -62,6 +62,9 @@ chmod -x doc/html/*
 mkdir -p %{buildroot}%{_mandir}/man3
 install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
 
+# rename generic and conflicting manpages
+mv %{buildroot}%{_mandir}/man3/Examples.3 %{buildroot}%{_mandir}/man3/ecore-Examples.3
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -80,6 +83,9 @@ install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Aug  8 2012 Tom Callaway <spot at fedoraproject.org> - 1.2.1-2
+- rename generic and conflicting manpages
+
 * Thu Aug  2 2012 Tom Callaway <spot at fedoraproject.org> - 1.2.1-1
 - update to 1.2.1
 


More information about the scm-commits mailing list