automatic update by autodist [release 2.11-1mamba;Wed Oct 30 2013]
This commit is contained in:
parent
c5beeee2cd
commit
6fd043db56
@ -1,2 +1,4 @@
|
|||||||
# perl-HTML-Format
|
# perl-HTML-Format
|
||||||
|
|
||||||
|
A collection of modules that formats HTML as plaintext, PostScript or RTF.
|
||||||
|
|
||||||
|
68
perl-HTML-Format.spec
Normal file
68
perl-HTML-Format.spec
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
|
Name: perl-HTML-Format
|
||||||
|
Version: 2.11
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: HTML formatter modules
|
||||||
|
Group: System/Libraries/Perl
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||||
|
URL: http://www.cpan.org
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-%{version}.tar.gz
|
||||||
|
License: GPL, Artistic
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(HTML::Element)
|
||||||
|
BuildRequires: perl(Font::AFM)
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
Requires: perl(Font::Metrics::Courier)
|
||||||
|
Requires: perl(Font::Metrics::CourierBold)
|
||||||
|
Requires: perl(Font::Metrics::CourierBoldOblique)
|
||||||
|
Requires: perl(Font::Metrics::CourierOblique)
|
||||||
|
Requires: perl(Font::Metrics::Helvetica)
|
||||||
|
Requires: perl(Font::Metrics::HelveticaBold)
|
||||||
|
Requires: perl(Font::Metrics::HelveticaBoldOblique)
|
||||||
|
Requires: perl(Font::Metrics::HelveticaOblique)
|
||||||
|
Requires: perl(Font::Metrics::TimesBold)
|
||||||
|
Requires: perl(Font::Metrics::TimesBoldItalic)
|
||||||
|
Requires: perl(Font::Metrics::TimesItalic)
|
||||||
|
Requires: perl(Font::Metrics::TimesRoman)
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
A collection of modules that formats HTML as plaintext, PostScript or RTF.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n HTML-Format-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__perl} Build.PL installdirs=vendor
|
||||||
|
./Build
|
||||||
|
./Build test
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
|
|
||||||
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||||
|
chmod -R u+w %{buildroot}/*
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{perl_vendorlib}/HTML/*
|
||||||
|
%{_mandir}/man3/*.3pm.gz
|
||||||
|
%doc Changes README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Oct 30 2013 Automatic Build System <autodist@mambasoft.it> 2.11-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 23 2013 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Feb 21 2011 gil <puntogil@libero.it> 2.04-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user