[tcllib] Fix man files conflict

Dmitrij S. Kryzhevich krege at fedoraproject.org
Fri Feb 21 03:03:41 UTC 2014


commit eea997cb871e7c5e3f7c2daff9e8fa8d7efc3c23
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Fri Feb 21 10:04:23 2014 +0700

    Fix man files conflict

 tcllib.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/tcllib.spec b/tcllib.spec
index d4b5b93..e4d043d 100644
--- a/tcllib.spec
+++ b/tcllib.spec
@@ -47,6 +47,10 @@ for module in comm exif ftp mime stooop struct textutil; do
 done
 popd
 
+# man conflict with main tcl package (which have higher priority)
+mv %{buildroot}%_mandir/mann/string.n %{buildroot}%_mandir/mann/string.tcllib.n
+mv %{buildroot}%_mandir/mann/variable.n %{buildroot}%_mandir/mann/variable1.tcllib.n
+
 # Clean up rpmlint warnings
 find %{buildroot}/%{_datadir} -name \*.tcl -exec chmod 0644 {} \;
 
@@ -63,6 +67,9 @@ find %{buildroot}/%{_datadir} -name \*.tcl -exec chmod 0644 {} \;
 %{_bindir}/tcldocstrip
 
 %changelog
+* Fri Feb 21 2014 Dmitrij S. Kryzhevich <krege at land.ru> - 1.15-2
+- Fix man/mann file conflict with tcl package.
+
 * Thu Feb 20 2014 Dmitrij S. Kryzhevich <krege at land.ru> - 1.15-1
 - Update for new 1.15.
 


More information about the scm-commits mailing list