File perl-Pod-HtmlPsPdf.spec of Package perl-Pod-HtmlPsPdf
#
# spec file for package perl-Pod-HtmlPsPdf (Version 0.04)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: perl-Pod-HtmlPsPdf
Version: 0.04
Release: 352
Requires: html2ps
Requires: perl = %{perl_version}
Autoreqprov: on
Group: Development/Libraries/Perl
License: Artistic License
URL: http://cpan.org/modules/by-module/Pod
Summary: Perl module Pod::HtmlPsPdf
Source: Pod-HtmlPsPdf-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Documentation projects builder in HTML, PS and PDF formats.
Authors:
--------
Stas Bekman <stas@stason.org>
%prep
%setup -n Pod-HtmlPsPdf-%{version}
%build
perl Makefile.PL
make
make test
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
# move conflicting file
mv $RPM_BUILD_ROOT%{_bindir}/html2ps sample/bin/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README Changes TODO sample
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Pod
%{perl_vendorarch}/auto/Pod
%{_bindir}/*
/var/adm/perl-modules/%{name}
%changelog -n perl-Pod-HtmlPsPdf
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Sep 28 2005 - dmueller@suse.de
- add norootforbuild
* Fri Aug 22 2003 - mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 - mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Wed Jun 18 2003 - coolo@suse.de
- package directories
* Thu May 22 2003 - mjancar@suse.cz
- package sample html2ps
- remove unpackaged files
* Tue Jul 02 2002 - mls@suse.de
- remove race in .packlist generation
* Thu Jan 17 2002 - rvasice@suse.cz
- update to version 0.04
- spec file cleanup
* Mon Apr 09 2001 - cihlar@suse.cz
- initial version 0.03