rpms/QuantLib/devel QuantLib.spec,1.6,1.7

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jun 3 14:49:53 UTC 2005


Author: spot

Update of /cvs/extras/rpms/QuantLib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1230/devel

Modified Files:
	QuantLib.spec 
Log Message:

Fixup QuantLib for FC-4 release, cleanup spec, fix BuildRequires, bump to 0.3.9



Index: QuantLib.spec
===================================================================
RCS file: /cvs/extras/rpms/QuantLib/devel/QuantLib.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- QuantLib.spec	10 May 2005 19:57:20 -0000	1.6
+++ QuantLib.spec	3 Jun 2005 14:49:51 -0000	1.7
@@ -1,43 +1,43 @@
 %define docdir %{_datadir}/doc/QuantLib-%{version}
 
-Name: QuantLib
-Version: 0.3.8
-Release: 7%{?dist}
-Summary: A software framework for quantitative finance
-License: BSD
-Group: System Environment/Libraries
-URL: http://www.quantlib.org
-Source0: http://prdownloads.sourceforge.net/quantlib/QuantLib-%{version}.tar.gz
-Patch0: QuantLib-0.3.8-installdatahookfix.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: boost-devel, tetex, tetex-latex, tetex-dvips
+Name:		QuantLib
+Version:	0.3.9
+Release:	1%{?dist}
+Summary:	A software framework for quantitative finance
+License:	BSD
+Group:		System Environment/Libraries
+URL:		http://www.quantlib.org
+Source0:	http://prdownloads.sourceforge.net/quantlib/QuantLib-%{version}.tar.gz
+Patch0:		QuantLib-0.3.8-installdatahookfix.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	boost-devel, tetex, tetex-latex, tetex-dvips, emacs
 
 %description
 QuantLib is a free/open-source library for modeling, trading, and 
 risk management in real-life.
 
 %package devel
-Summary: QuantLib development files
-Group: Development/Libraries
-Requires: %{name} = %{version}
+Summary:	QuantLib development files
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Static libraries and headers for QuantLib.
 
 %package test
-Summary: The test-suite to check the setup of QuantLib
-Group: Development/Tools
-Requires: %{name} = %{version}
+Summary:	The test-suite to check the setup of QuantLib
+Group:		Development/Tools
+Requires:	%{name} = %{version}-%{release}
 
 %description test
 The QuantLib-test-suite will validate the compiled code against pre-constructed test
 cases, and helps in validating the library.
 
 %package doc
-Summary: The documentations for QuantLib.
-Group: Documentation
-Requires: %{name} = %{version}
-BuildRequires: doxygen >= 1.3, graphviz
+Summary:	The documentations for QuantLib.
+Group:		Documentation
+Requires:	%{name} = %{version}
+BuildRequires:	doxygen >= 1.3, graphviz
 
 %description doc
 This package contains documentation files generated from the source code of
@@ -106,6 +106,11 @@
 %{docdir}/QuantLib-%{version}-docs-refman.ps
 
 %changelog
+* Fri Jun  3 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.9-1
+- cleanup spec
+- add emacs,xemacs BuildRequires
+- bump to 0.3.9
+
 * Tue May 10 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.8-7
 - fix QuantLib-0.3.8-installdatahookfix.patch
 




More information about the fedora-extras-commits mailing list