rpms/perl-HTML-Lint/F-10 perl-HTML-Lint.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius corsepiu at fedoraproject.org
Sat Feb 21 03:09:55 UTC 2009


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-HTML-Lint/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16717/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-Lint.spec 
Log Message:
Import.


--- NEW FILE perl-HTML-Lint.spec ---
Name:           perl-HTML-Lint
Version:        2.06
Release:        1%{?dist}
Summary:        HTML::Lint Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTML-Lint/
Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Lint-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTML::Parser) >= 3.20
BuildRequires:  perl(HTML::Tagset) >= 3.03
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(Test::More)

# For improved testing
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl(Test::Pod) >= 1.14

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

# Convenience to users looking for weblint
Provides:       weblint = %{version}-%{release}

%description
HTML::Lint Perl module, a pure-Perl HTML parser and checker for syntactic
legitmacy.

%prep
%setup -q -n HTML-Lint-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Feb 19 2009 Ralf Corsépius <corsepiu at fedoraproject.org> 2.06-1
- Initial Fedora submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Lint/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Feb 2009 20:23:45 -0000	1.1
+++ .cvsignore	21 Feb 2009 03:09:25 -0000	1.2
@@ -0,0 +1 @@
+HTML-Lint-2.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Lint/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2009 20:23:45 -0000	1.1
+++ sources	21 Feb 2009 03:09:25 -0000	1.2
@@ -0,0 +1 @@
+60bd27c6ff0bb291a9fead0cd474b75f  HTML-Lint-2.06.tar.gz




More information about the Fedora-perl-devel-list mailing list