]> git.pld-linux.org Git - packages/perl-Feed-Find.git/commitdiff
- new auto/th/perl-Feed-Find-0_06-1
authorradek <radek@pld-linux.org>
Mon, 30 Apr 2007 11:29:15 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Feed-Find.spec -> 1.1

perl-Feed-Find.spec [new file with mode: 0644]

diff --git a/perl-Feed-Find.spec b/perl-Feed-Find.spec
new file mode 100644 (file)
index 0000000..461eef3
--- /dev/null
@@ -0,0 +1,61 @@
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Feed
+%define        pnam    Find
+Summary:       Feed::Find - Syndication feed auto-discovery
+#Summary(pl.UTF-8):    
+Name:          perl-Feed-Find
+Version:       0.06
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-authors/id/B/BT/BTROTT/Feed-Find-0.06.tar.gz
+# Source0-md5: be4537f652d41243cbf98f5e937d16f3
+URL:           http://search.cpan.org/dist/Feed-Find/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Class-ErrorHandler
+BuildRequires: perl-HTML-Parser
+BuildRequires: perl-libwww
+BuildRequires: perl-URI
+%endif
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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/.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+       destdir=$RPM_BUILD_ROOT \
+       installdirs=vendor
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/Feed
+%{_mandir}/man3/*
This page took 0.28219 seconds and 4 git commands to generate.