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

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Sat Dec 23 07:04:43 UTC 2006


Author: wtogami

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Finance-YahooQuote.spec 
Log Message:
auto-import perl-Finance-YahooQuote-0.21-2 on branch devel from perl-Finance-YahooQuote-0.21-2.src.rpm


--- NEW FILE perl-Finance-YahooQuote.spec ---
Name:           perl-Finance-YahooQuote
Version:        0.21
Release:        2%{?dist}
Summary:        Perl interface to get stock quotes from Yahoo! Finance

Group:          Development/Libraries
License:        GPL
URL:            http://search.cpan.org/~edd/Finance-YahooQuote/
Source0:        http://search.cpan.org/CPAN/authors/id/E/ED/EDD/Finance-YahooQuote-0.21.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch 
BuildRequires:  perl
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl interface to get stock quotes from Yahoo! Finance


%prep
%setup -q -n Finance-YahooQuote-%{version}


%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 -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

# Check is disabled because a package build must not use the network.
#%check
#make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc GNU-LICENSE
%{_bindir}/yahooquote
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*


%changelog
* Sun Sep 24 2006 Warren Togami <wtogami at redhat.com> 0.21-2
- disable %%check because it required network

* Sun Sep 24 2006 Warren Togami <wtogami at redhat.com> 0.21-1
- initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Finance-YahooQuote/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Dec 2006 07:03:31 -0000	1.1
+++ .cvsignore	23 Dec 2006 07:04:13 -0000	1.2
@@ -0,0 +1 @@
+Finance-YahooQuote-0.21.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Finance-YahooQuote/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Dec 2006 07:03:31 -0000	1.1
+++ sources	23 Dec 2006 07:04:13 -0000	1.2
@@ -0,0 +1 @@
+844d26ef02f16216840aac5815a6a6a7  Finance-YahooQuote-0.21.tar.gz




More information about the fedora-extras-commits mailing list