rpms/QuantLib/devel QuantLib.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Apr 15 15:25:56 UTC 2005


Author: spot

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

Modified Files:
	QuantLib.spec 
Log Message:

minor spec cleanups



Index: QuantLib.spec
===================================================================
RCS file: /cvs/extras/rpms/QuantLib/devel/QuantLib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- QuantLib.spec	14 Apr 2005 21:57:13 -0000	1.2
+++ QuantLib.spec	15 Apr 2005 15:25:54 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name: QuantLib
 Version: 0.3.8
-Release: 4
+Release: 5
 Summary: A software framework for quantitative finance
 License: BSD
 Group: System Environment/Libraries
@@ -13,13 +13,13 @@
 BuildRequires: boost-devel
 
 %description
-QuantLib is a free/open-source library for modeling, trading, and risk management in 
-real-life.
+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: QuantLib = %{version}
+Requires: %{name} = %{version}
 
 %description devel
 Static libraries and headers for QuantLib.
@@ -27,7 +27,7 @@
 %package test
 Summary: The test-suite to check the setup of QuantLib
 Group: Development/Tools
-Requires: QuantLib = %{version}
+Requires: %{name} = %{version}
 
 %description test
 The QuantLib-test-suite will validate the compiled code against pre-constructed test
@@ -36,7 +36,7 @@
 %package doc
 Summary: The documentations for QuantLib.
 Group: Documentation
-Requires: QuantLib = %{version}
+Requires: %{name} = %{version}
 BuildRequires: doxygen >= 1.3, graphviz
 
 %description doc
@@ -106,6 +106,9 @@
 %{docdir}/QuantLib-%{version}-docs-refman.ps
 
 %changelog
+* Fri Apr 15 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.8-5
+- minor spec cleanups
+
 * Thu Apr 14 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.8-4
 - bump number because of cvs issues
 




More information about the fedora-extras-commits mailing list