]> git.pld-linux.org Git - packages/perl-PodToHTML.git/blobdiff - perl-PodToHTML.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-PodToHTML.git] / perl-PodToHTML.spec
index 5286dc891d713fbff16400f11069dde96172606e..7608f9046dfda1661df8c4ccf90a81f26f788077 100644 (file)
@@ -1,27 +1,31 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
+%define                pdir    PodToHTML
 Summary:       PodToHTML Perl module - converts POD to HTML or PostScript
 Summary(pl.UTF-8):     Moduł Perla PodToHTML - konwersja plików POD do formatu HTML lub PostScript
 Name:          perl-PodToHTML
 Version:       0.08
-Release:       1
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Pod/PodToHTML-%{version}.tar.gz
 # Source0-md5: fec09c1e062ed4c670b6b982649e2f24
-BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl-devel >= 1:5.8.0
-BuildRequires: perl-HTML-Tree
+URL:           http://search.cpan.org/dist/PodToHTML/
 BuildRequires: perl-HTML-Parser
 BuildRequires: perl-HTML-Stream
+BuildRequires: perl-HTML-Tree
 BuildRequires: perl-URI
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+Requires:      perl-Pod-Parser
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautoreq      perl(Pod::Parser)
+
 %description
 PodToHTML Perl module converts POD to HTML or PostScript.
 
This page took 0.049182 seconds and 4 git commands to generate.