]> git.pld-linux.org Git - packages/perl-HTML-LinkExtractor.git/blobdiff - perl-HTML-LinkExtractor.spec
- initial
[packages/perl-HTML-LinkExtractor.git] / perl-HTML-LinkExtractor.spec
index 788ad8318312d3b8b39efb4934552db020fe6494..eb510c20bb0fa85e54e8ac843b064ad698e2f63a 100644 (file)
@@ -1,39 +1,28 @@
 #
 # Conditional build:
-%bcond_without tests           # do not perform "make test"
+%bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    HTML
 %define                pnam    LinkExtractor
-Summary:       HTML::LinkExtractor - extract links from an HTML document
-Summary(pl.UTF-8):     HTML::LinkExtractor - wyodrębnianie odnośników z dokumentów HTML
+Summary:       HTML::LinkExtractor - Extract links from an HTML document
 Name:          perl-HTML-LinkExtractor
 Version:       0.13
-Release:       2
-Epoch:         1
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/HTML/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: a30143b35ef76576fb984696746776de
-BuildRequires: perl-devel >= 1:5.6
+URL:           http://search.cpan.org/dist/HTML-LinkExtractor/
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with tests}
-BuildRequires: perl-HTML-TokeParser-Simple >= 2
-%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-HTML::LinkExtractor Perl module is used for extracting links from
-HTML. It is very similar to HTML::LinkExtor, except that besides
-getting the URL, you also get the link-text.
-
-%description -l pl.UTF-8
-Moduł Perla HTML::LinkExtractor służy do wyodrębniania odnośników z
-kodu HTML. Jest on bardzo podobny do modułu HTML::LinkExtor z tym
-wyjątkiem, że otrzymuje się URL razem z tekstem stanowiącym treść
-odnośników.
+HTML::LinkExtractor is used for extracting links from HTML. It is very similar to HTML::LinkExtor, except that besides getting the URL, you also get the link-text.
+methods.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -41,7 +30,10 @@ odnośników.
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-%{__make}
+
+%{__make} \
+       CC="%{__cc}" \
+       OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
 
@@ -56,6 +48,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes
-%{perl_vendorlib}/%{pdir}/*.pm
-%{_mandir}/man3/*
+%doc Changes README
+%{perl_vendorlib}/HTML/LinkExtractor.pm
+%{_mandir}/man[13]/*
This page took 0.354888 seconds and 4 git commands to generate.