forked from lballabio/quantlib-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuantLib-Python.spec.in
More file actions
46 lines (34 loc) · 1023 Bytes
/
Copy pathQuantLib-Python.spec.in
File metadata and controls
46 lines (34 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Summary: The Python wrapper for the QuantLib library.
Name: QuantLib-Python
Version: @PACKAGE_VERSION@
Epoch: 0
Release: 0
License: BSD License
Group: System Environment/Libraries
Packager: Liguo Song (Leo) <liguo.song@vanderbilt.edu>
Vendor: QuantLib.org
Source0: http://prdownloads.sourceforge.net/quantlib/QuantLib-Python-%{version}.tar.gz
URL: http://quantlib.org/
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: QuantLib-devel == %{version}, python >= 2.1
%description
QuantLib-Python is the Python wrapper for the QuantLib library.
%prep
%setup -q
%build
python setup.py build
python setup.py test
%install
rm -rf %{buildroot}
python setup.py install --prefix=%{buildroot}%{_prefix}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_includedir}/QuantLib-Python
%{_libdir}/python2.2/site-packages/QuantLib
%changelog
* Wed Nov 19 2003 Liguo Song <liguo.song@vanderbilt.edu>
- Update to 0.3.4
* Thu Oct 30 2003 Liguo Song <liguo.song@vanderbilt.edu>
- Initial QuantLib-Python package