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

Iain Arnell iarnell at fedoraproject.org
Wed Apr 29 04:42:46 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-HTML-GenToc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24234/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-GenToc.spec 
Log Message:
initial import


--- NEW FILE perl-HTML-GenToc.spec ---
Name:           perl-HTML-GenToc
Version:        3.10
Release:        1%{?dist}
Summary:        Generate a Table of Contents for HTML documents
License:        GPLv2+
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTML-GenToc/
Source0:        http://www.cpan.org/authors/id/R/RU/RUBYKAT/HTML-GenToc-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Getopt::ArgvFile) >= 1.09
BuildRequires:  perl(HTML::Entities)
BuildRequires:  perl(HTML::LinkList) >= 0.1501
BuildRequires:  perl(HTML::SimpleParse) >= 0.1
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Distribution)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
HTML::GenToc generates anchors and a table of contents for HTML documents.
Depending on the arguments, it will insert the information it generates, or
output to a string, a separate file or STDOUT.

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

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README TODO
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Sun Apr 26 2009 Iain Arnell 3.10-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-GenToc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Apr 2009 03:12:31 -0000	1.1
+++ .cvsignore	29 Apr 2009 04:42:15 -0000	1.2
@@ -0,0 +1 @@
+HTML-GenToc-3.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-GenToc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Apr 2009 03:12:31 -0000	1.1
+++ sources	29 Apr 2009 04:42:15 -0000	1.2
@@ -0,0 +1 @@
+3a212627b8ef2128c1e98e6b722cc915  HTML-GenToc-3.10.tar.gz




More information about the fedora-extras-commits mailing list