rpms/perl-Feed-Find/devel perl-Feed-Find.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Sep 24 11:10:25 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/perl-Feed-Find/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7618/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Feed-Find.spec 
Log Message:
auto-import perl-Feed-Find-0.06-2 on branch devel from perl-Feed-Find-0.06-2.src.rpm


--- NEW FILE perl-Feed-Find.spec ---
Name:           perl-Feed-Find
Version:        0.06
Release:        2%{?dist}
Summary:        Syndication feed auto-discovery

Group:          Development/Libraries
License:        Artistic or GPL
URL:            http://search.cpan.org/dist/Feed-Find
Source0:        http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Feed-Find-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(LWP) perl(Class::ErrorHandler) perl(HTML::Parser)
BuildRequires:  perl(URI) perl(LWP::UserAgent)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# not autodetected because it is in the form use base qw(...)
Requires:  perl(Class::ErrorHandler)

%description
Feed::Find implements feed auto-discovery for finding syndication feeds, 
given a URI. It (currently) passes all of the auto-discovery tests at 
http://diveintomark.org/tests/client/autodiscovery/.

Feed::Find will discover the following feed formats:

    * RSS 0.91
    * RSS 1.0
    * RSS 2.0
    * Atom


%prep
%setup -q -n Feed-Find-%{version}

# this test requires a connection to an external website
rm t/01-find.t

%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 Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Sun Sep 24 2006 Patrice Dumas <pertusus at free.fr> 0.06-2
- disable a test requiring network access

* Tue Jul 18 2006 Patrice Dumas <pertusus at free.fr> 0.06-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Feed-Find/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Sep 2006 11:09:46 -0000	1.1
+++ .cvsignore	24 Sep 2006 11:10:25 -0000	1.2
@@ -0,0 +1 @@
+Feed-Find-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Feed-Find/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Sep 2006 11:09:46 -0000	1.1
+++ sources	24 Sep 2006 11:10:25 -0000	1.2
@@ -0,0 +1 @@
+be4537f652d41243cbf98f5e937d16f3  Feed-Find-0.06.tar.gz




More information about the scm-commits mailing list