[QuantLib] rebuild for new boost

Peter Robinson pbrobinson at fedoraproject.org
Sun Nov 27 13:48:25 UTC 2011


commit ec48590dbe3baae2a983d52091ae05d6e3f0e35a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Nov 27 13:48:14 2011 +0000

    rebuild for new boost

 QuantLib.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/QuantLib.spec b/QuantLib.spec
index 695efb0..844362a 100644
--- a/QuantLib.spec
+++ b/QuantLib.spec
@@ -2,13 +2,12 @@
 
 Name:		QuantLib
 Version:	1.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A software framework for quantitative finance
 License:	BSD
 Group:		System Environment/Libraries
 URL:		http://www.quantlib.org
 Source0:	http://download.sourceforge.net/quantlib/QuantLib-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	boost-devel, tetex, tetex-latex, tetex-dvips, emacs, texlive-utils
 
 %description
@@ -56,7 +55,6 @@ make %{?_smp_mflags} docs-man
 # make pdf-local ps-local
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT/%{docdir}
 #cp -p Docs/latex/refman.pdf $RPM_BUILD_ROOT/%{docdir}/QuantLib-%{version}-docs-refman.pdf
@@ -109,9 +107,6 @@ recode $RPM_BUILD_ROOT%{_mandir}/man3/ql-license.3 iso-8859-1
 touch -r News.txt $RPM_BUILD_ROOT%{_bindir}/quantlib-config
 touch -r News.txt $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/quantlib.elc
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -157,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
 #%{docdir}/QuantLib-%{version}-docs-refman.ps
 
 %changelog
+* Sun Nov 27 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 1.1-3
+- rebuild for new boost
+
 * Fri Aug  5 2011 Tom Callaway <spot at fedoraproject.org> - 1.1-2
 - rebuild for new boost
 


More information about the scm-commits mailing list