[QuantLib] rename conflicting manpages

Tom Callaway spot at fedoraproject.org
Fri Mar 1 19:39:19 UTC 2013


commit 9d09bf79a7673cdc423f1057425514ccb1bad1db
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Mar 1 14:42:22 2013 -0500

    rename conflicting manpages

 QuantLib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/QuantLib.spec b/QuantLib.spec
index 6ef4c8b..6dc1fa0 100644
--- a/QuantLib.spec
+++ b/QuantLib.spec
@@ -2,7 +2,7 @@
 
 Name:		QuantLib
 Version:	1.2.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A software framework for quantitative finance
 License:	BSD
 Group:		System Environment/Libraries
@@ -67,7 +67,7 @@ popd
 rm -rf %{buildroot}/%{_libdir}/*.la
 rm -rf %{buildroot}/%{_libdir}/*.a
 # So many of the names in the Quantlib manpages are generic, so we rename them to avoid conflicts.
-for i in history format gamma manips engines rate floor group license todo error deprecated attachment description domain.hpp method next value; do
+for i in history format gamma manips engines rate floor group license todo error deprecated attachment description domain.hpp method next value end y0 Constraint; do
 	if [ -f %{buildroot}%{_mandir}/man3/$i.3 ]; then
 		mv %{buildroot}%{_mandir}/man3/$i.3 %{buildroot}%{_mandir}/man3/ql-$i.3
 	else
@@ -141,6 +141,9 @@ touch -r News.txt %{buildroot}%{_datadir}/emacs/site-lisp/quantlib.elc
 #%{docdir}/QuantLib-%{version}-docs-refman.ps
 
 %changelog
+* Fri Mar  1 2013 Tom Callaway <spot at fedoraproject.org> - 1.2.1-4
+- rename conflicting man pages (bz 915125)
+
 * Sat Feb 23 2013 Kevin Fenzi <kevin at scrye.com> - 1.2.1-3
 - Rebuild for broken deps in rawhide
 - Drop texlive-utils as it no longer exists or is needed. 


More information about the scm-commits mailing list