rpms/perl-URI-Fetch/FC-6 perl-URI-Fetch.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon May 28 00:58:00 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-URI-Fetch/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12887

Modified Files:
	sources 
Added Files:
	perl-URI-Fetch.spec 
Log Message:
pseudo-branch of perl-URI-Fetch to FC-6


--- NEW FILE perl-URI-Fetch.spec ---
Name:           perl-URI-Fetch
Version:        0.08
Release:        3%{?dist}
Summary:        Smart URI fetching/caching
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/URI-Fetch/
Source0:        http://www.cpan.org/authors/id/B/BT/BTROTT/URI-Fetch-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
#BuildRequires: perl(Storable) 
%{?_with_network_tests:BuildRequires: perl(Test::More)}
# cpan
BuildRequires:  perl(Cache) 
BuildRequires:  perl(Class::ErrorHandler) 
BuildRequires:  perl(Compress::Zlib) 
BuildRequires:  perl(LWP) 
BuildRequires:  perl(Module::Build) 
BuildRequires:  perl(URI) 

# not picked up automagically
Requires:       perl(Class::ErrorHandler)
Requires:       perl(Compress::Zlib)

%description
URI::Fetch is a smart client for fetching HTTP pages, notably syndication
feeds (RSS, Atom, and others), in an intelligent, bandwidth and time
saving way. 

%prep
%setup -q -n URI-Fetch-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
# note: the tests involve fetching from the internet; will fail in mock.
%{?_with_network_tests: ./Build test }

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun May 27 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.08-3
- bump

* Sun May 27 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.08-2
- add conditionalized br on Test::More

* Fri May 18 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.08-1
- Specfile autogenerated by cpanspec 1.71.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-URI-Fetch/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 May 2007 00:16:24 -0000	1.1
+++ sources	28 May 2007 00:57:25 -0000	1.2
@@ -0,0 +1 @@
+8fb5b27b33bd18006d6c11378ae5de8d  URI-Fetch-0.08.tar.gz




More information about the fedora-extras-commits mailing list