perl-HTML-Perlinfo/perl-HTML-Perlinfo.spec

Name: perl-HTML-Perlinfo
Summary: Display a lot of Perl information in HTML format
Version: 1.61
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/HTML-Perlinfo/
Description: Display a lot of Perl information in HTML format.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries
# Upstream: Michael Accardo <mikeaccardo$yahoo,com>

%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)

%define real_name HTML-Perlinfo

Summary: Display a lot of Perl information in HTML format
Name: perl-HTML-Perlinfo
Version: 1.61
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/HTML-Perlinfo/

Source: http://www.cpan.org/modules/by-module/HTML/HTML-Perlinfo-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(App::Info)
BuildRequires: perl(ExtUtils::MakeMaker)

%description
Display a lot of Perl information in HTML format.

%prep
%setup -n %{real_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install

### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes MANIFEST META.yml README
%doc %{_mandir}/man1/perlinfo.1*
%doc %{_mandir}/man3/HTML::Perlinfo.3pm*
%doc %{_mandir}/man3/HTML::Perlinfo::*.3pm*
%{_bindir}/perlinfo
%dir %{perl_vendorlib}/HTML/
%{perl_vendorlib}/HTML/Perlinfo/
%{perl_vendorlib}/HTML/Perlinfo.pm

%changelog
* Sun Jul  5 2009 Christoph Maser <cmr@financial.com> - 1.61-1
- Updated to version 1.61.

* Wed Oct 08 2008 Dag Wieers <dag@wieers.com> - 1.54-1
- Updated to release 1.54.

* Mon Jun 23 2008 Dag Wieers <dag@wieers.com> - 1.51-1
- Updated to release 1.51.

* Mon May 05 2008 Dag Wieers <dag@wieers.com> - 1.50-1
- Updated to release 1.50.

* Sun Nov 19 2006 Dries Verachtert <dries@ulyssis.org> - 1.47-1
- Initial package.