rpms/perl-HTML-StripScripts-Parser/EL-5 import.log, NONE, 1.1 perl-HTML-StripScripts-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Sun May 3 22:21:55 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11834/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-HTML-StripScripts-Parser.spec 
Log Message:
Initial EL-5 import.



--- NEW FILE import.log ---
perl-HTML-StripScripts-Parser-1_00-1_fc10:EL-5:perl-HTML-StripScripts-Parser-1.00-1.fc10.src.rpm:1241389237


--- NEW FILE perl-HTML-StripScripts-Parser.spec ---
Name:           perl-HTML-StripScripts-Parser
Version:        1.00
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.25
BuildRequires:  perl(HTML::StripScripts) >= 0.991
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(HTML::Parser) >= 3.25
Requires:       perl(HTML::StripScripts) >= 0.991
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
* Sat Apr 25 2009 Xavier Bachelot <xavier at bachelot.org> 1.00-1
- Specfile autogenerated by cpanspec 1.77.
- Fix BR:s.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 20:56:54 -0000	1.1
+++ .cvsignore	3 May 2009 22:21:25 -0000	1.2
@@ -0,0 +1 @@
+HTML-StripScripts-Parser-1.00.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/EL-5/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 22:21:25 -0000	1.2
@@ -0,0 +1 @@
+dace01fae5b82adbf720116068058e06  HTML-StripScripts-Parser-1.00.tar.gz




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