rpms/perl-HTML-StripScripts-Parser/F-11 perl-HTML-StripScripts-Parser.spec, NONE, 1.1 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Sun May 3 21:44:24 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4105/F-11

Modified Files:
	sources 
Added Files:
	perl-HTML-StripScripts-Parser.spec 
Log Message:
Import into F-9, F-10 and F-11


--- NEW FILE perl-HTML-StripScripts-Parser.spec ---
Name:           perl-HTML-StripScripts-Parser
Version:        1.02
Release:        1%{?dist}
Summary:        XSS filter using HTML::Parser
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTML-StripScripts-Parser/
Source0:        http://www.cpan.org/modules/by-module/HTML/HTML-StripScripts-Parser-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTML::Parser) >= 3.56
BuildRequires:  perl(HTML::StripScripts) >= 1.04
BuildRequires:  perl(Test::More)
Requires:       perl(HTML::Parser) >= 3.56
Requires:       perl(HTML::StripScripts) >= 1.04
Requires:       perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This class provides an easy interface to HTML::StripScripts, using
HTML::Parser to parse the HTML.

%prep
%setup -q -n HTML-StripScripts-Parser-%{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
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 24 2009 Xavier Bachelot <xavier at bachelot.org> 1.02-1
- Specfile autogenerated by cpanspec 1.77.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 20:56:54 -0000	1.1
+++ sources	3 May 2009 21:43:54 -0000	1.2
@@ -0,0 +1 @@
+0fb38dc2c632844883f3e716b056a88a  HTML-StripScripts-Parser-1.02.tar.gz




More information about the fedora-extras-commits mailing list