[libeina] rename generic manpage to avoid conflict

Tom Callaway spot at fedoraproject.org
Fri May 25 19:46:20 UTC 2012


commit 644622ed8d532d62905b504685431e4bd7cb4aaf
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri May 25 15:46:17 2012 -0400

    rename generic manpage to avoid conflict

 libeina.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libeina.spec b/libeina.spec
index f143f3e..cbc93f7 100644
--- a/libeina.spec
+++ b/libeina.spec
@@ -1,7 +1,7 @@
 Summary:	Data Type Library
 Name:		libeina
 Version:	1.2.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://www.enlightenment.org/
@@ -53,6 +53,7 @@ mkdir -p %{buildroot}%{_mandir}/man3
 install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
 # Fix generic manpage naming causing conflict
 mv %{buildroot}%{_mandir}/man3/deprecated.3 %{buildroot}%{_mandir}/man3/eina-deprecated.3
+mv %{buildroot}%{_mandir}/man3/authors.3 %{buildroot}%{_mandir}/man3/eina-authors.3
 # remove libtool archive along with stripping
 find %{buildroot}/ -type f  -iname '*.la' -exec rm {} \;
 find %{buildroot}/ -type f  -iname '*.a' -exec rm {} \;
@@ -79,6 +80,9 @@ find %{buildroot}/ -type f  -iname '*.a' -exec rm {} \;
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri May 25 2012 Tom Callaway <spot at fedoraproject.org> - 1.2.0-2
+- fix additional manpage conflict due to generic naming
+
 * Mon May  7 2012 Tom Callaway <spot at fedoraproject.org> - 1.2.0-1
 - update to 1.2.0
 


More information about the scm-commits mailing list