rpms/QuantLib/devel QuantLib-0.3.8-installdatahookfix.patch, 1.1, 1.2 QuantLib.spec, 1.5, 1.6

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue May 10 19:57:22 UTC 2005


Author: spot

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

Modified Files:
	QuantLib-0.3.8-installdatahookfix.patch QuantLib.spec 
Log Message:

fix patch so that QuantLib compiles.


QuantLib-0.3.8-installdatahookfix.patch:

Index: QuantLib-0.3.8-installdatahookfix.patch
===================================================================
RCS file: /cvs/extras/rpms/QuantLib/devel/QuantLib-0.3.8-installdatahookfix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- QuantLib-0.3.8-installdatahookfix.patch	14 Apr 2005 14:33:09 -0000	1.1
+++ QuantLib-0.3.8-installdatahookfix.patch	10 May 2005 19:57:20 -0000	1.2
@@ -3,7 +3,8 @@
 @@ -81,7 +81,7 @@
  	$(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \
                 -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \
-            $(includedir)/qldefines.hpp > .qldefines.hpp
+-           $(includedir)/qldefines.hpp > .qldefines.hpp
++           $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp
 -	$(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp
 +	$(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp
  	rm .qldefines.hpp
@@ -14,7 +15,8 @@
 @@ -757,7 +757,7 @@
  	$(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \
                 -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \
-            $(includedir)/qldefines.hpp > .qldefines.hpp
+-           $(includedir)/qldefines.hpp > .qldefines.hpp
++           $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp
 -	$(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp
 +	$(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp
  	rm .qldefines.hpp


Index: QuantLib.spec
===================================================================
RCS file: /cvs/extras/rpms/QuantLib/devel/QuantLib.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- QuantLib.spec	17 Apr 2005 04:47:03 -0000	1.5
+++ QuantLib.spec	10 May 2005 19:57:20 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name: QuantLib
 Version: 0.3.8
-Release: 6
+Release: 7%{?dist}
 Summary: A software framework for quantitative finance
 License: BSD
 Group: System Environment/Libraries
@@ -106,6 +106,9 @@
 %{docdir}/QuantLib-%{version}-docs-refman.ps
 
 %changelog
+* Tue May 10 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.8-7
+- fix QuantLib-0.3.8-installdatahookfix.patch
+
 * Sat Apr 16 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.8-6
 - add tetex BuildRequires
 




More information about the fedora-extras-commits mailing list