File perl-Finance-Quote.spec of Package perl-Finance-Quote
#
# spec file for package perl-Finance-Quote (Version 1.15)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Finance-Quote
Url: http://finance-quote.sourceforge.net/
License: GPL v2 or later
Group: Development/Libraries/Perl
AutoReqProv: on
Requires: perl-Crypt-SSLeay perl-libwww-perl perl-HTML-TableExtract
Requires: perl = %{perl_version}
Summary: Provides access to time-delayed stockquotes
Version: 1.15
Release: 1
Source: Finance-Quote-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Finance::Quote provides access to time-delayed stockquotes from a
number of sources. After you've installed the pacakage, try 'perldoc
Finance::Quote' for full information. Alternatively, you can 'perldoc
lib/Finance/Quote.pm' before the install.
Authors:
--------
Paul Fenwick <pjf@cpan.org>
%prep
%setup -q -n Finance-Quote-%{version}
mv Documentation/README Documentation/README2
%build
perl Makefile.PL
make
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc ChangeLog ChangeLog.1 MANIFEST README Documentation/*
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Finance
%{perl_vendorarch}/auto/Finance
/var/adm/perl-modules/%{name}
%changelog
* Mon Oct 27 2008 sbrabec@suse.cz
- Updated to version 1.15:
* IndiaMutual: Fix symbol not set it module.
* isoTime - make sure $hours and $mins are treated as numbers,
use sprintf
* Wed Oct 15 2008 sbrabec@suse.cz
- Updated to version 1.14:
* Added support for Finanzpartner, Cominvest, TSX.
* Fixed or updated site layout parsing of TIAA CREF,
Stockhouse Canada, DWS, VWD, AEX, Yahoo Brasil, SEB,
Association of Mutual Funds in India.
* Fixes.
* Reorganization of test cases.
* Thu Aug 23 2007 sbrabec@suse.cz
- New SuSE package, version 1.13 (#242504).