rpms/perl-Finance-Quote/devel perl-Finance-Quote.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue Apr 11 17:17:58 UTC 2006


Author: notting

Update of /cvs/extras/rpms/perl-Finance-Quote/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23610/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Finance-Quote.spec 
Log Message:
auto-import perl-Finance-Quote-1.11-3 on branch devel from perl-Finance-Quote-1.11-3.src.rpm


--- NEW FILE perl-Finance-Quote.spec ---
Name:           perl-Finance-Quote
Version:        1.11
Release: 	3
Summary:        A Perl module that retrieves stock and mutual fund quotes
Group:          Development/Libraries
License:        GPL
URL:		http://finance-quote.sourceforge.net/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/Finance-Quote-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:	perl(HTML::TableExtract)

%description
This module retrieves stock and mutual fund quotes from various exchanges
using various source.

%prep
%setup -q -n Finance-Quote-%{version} 
find . -name *.pm | xargs %{__sed} -i -e '/^#!.*\/usr\/bin\/perl/d'

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog* Documentation/*
%{perl_vendorlib}/Finance/
%{_mandir}/man3/*.3*


%changelog
* Mon Apr 10 2006 Bill Nottingham <notting at redhat.com> - 1.11-3
- add buildreq for perl-HTML-TableExtract
- clean up sed

* Mon Apr 10 2006 Bill Nottingham <notting at redhat.com> - 1.11-2
- clean up spec file

* Fri Apr  7 2006 Bill Nottingham <notting at redhat.com> - 1.11-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Finance-Quote/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Apr 2006 17:17:44 -0000	1.1
+++ .cvsignore	11 Apr 2006 17:17:58 -0000	1.2
@@ -0,0 +1 @@
+Finance-Quote-1.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Finance-Quote/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Apr 2006 17:17:44 -0000	1.1
+++ sources	11 Apr 2006 17:17:58 -0000	1.2
@@ -0,0 +1 @@
+1fd84f6524ca6e470272c94d8de441bd  Finance-Quote-1.11.tar.gz




More information about the scm-commits mailing list