8
0
Stephan Kulow
2010-12-01 15:55:21 +00:00
committed by Git OBS Bridge
parent 962ce324d5
commit 50e7798279

View File

@@ -16,22 +16,22 @@
#
Name: perl-HTML-Scrubber
%define cpan_name HTML-Scrubber
Summary: HTML::Scrubber Perl module
Version: 0.08
Release: 1
License: Distributable, see LICENSE
Group: Development/Libraries/Perl
%define cpan_name HTML-Scrubber
Summary: HTML::Scrubber Perl module
Url: http://search.cpan.org/dist/HTML-Scrubber/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/P/PO/PODMASTER/HTML-Scrubber-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::Parser) >= 3
%{perl_requires}
BuildRequires: perl-macros
Requires: perl(HTML::Parser) >= 3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
If you wanna "scrub" or "sanitize" html input in a reliable an flexible
@@ -41,10 +41,6 @@ I wasn't satisfied with HTML::Sanitizer because it is based on
HTML::TreeBuilder, so I thought I'd write something similar that works
directly with HTML::Parser.
Authors:
--------
D. H. (PodMaster)
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -61,7 +57,7 @@ Authors:
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)