rpms/perl-HTML-Format/devel perl-HTML-Format.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Aug 30 16:38:16 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-HTML-Format/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7657/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-Format.spec 
Log Message:
auto-import perl-HTML-Format-2.04-2 on branch devel from perl-HTML-Format-2.04-2.src.rpm


--- NEW FILE perl-HTML-Format.spec ---
Name:           perl-HTML-Format
Version:        2.04
Release: 	2%{?dist}
Summary:        HTML::Format Perl module

Group: 		Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/HTML-Format/
Source0:       	http://www.cpan.org/authors/id/S/SB/SBURKE/HTML-Format-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildArch:      noarch
BuildRequires:	perl(HTML::Element) >= 3.15
BuildRequires:	perl(Font::AFM) >= 1.17

# These must match
# %FontFamilies in lib/HTML/FormatPS.pm
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)


%description
A collection of modules that formats HTML as plaintext, PostScript or RTF.

%prep
%setup -q -n HTML-Format-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/HTML
%{_mandir}/man3/HTML*

%changelog
* Fri Aug 26 2005 Ralf Corsepius <ralf at links2linux.de>	- 2.04-2
- Add Requires: perl(Font::Metrics:*).
- Minor Spec cleanup.

* Thu Aug 18 2005 Ralf Corsepius <ralf at links2linux.de>	- 2.04-1
- FE submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Format/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Aug 2005 16:37:20 -0000	1.1
+++ .cvsignore	30 Aug 2005 16:38:14 -0000	1.2
@@ -0,0 +1 @@
+HTML-Format-2.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Format/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Aug 2005 16:37:21 -0000	1.1
+++ sources	30 Aug 2005 16:38:14 -0000	1.2
@@ -0,0 +1 @@
+2d287392b77c959f06397371116c2d7e  HTML-Format-2.04.tar.gz




More information about the fedora-extras-commits mailing list