Summary: HTML::Tagset - data tables useful in parsing HTML. Name: perl-HTML-Tagset Version: 3.20 Release: 6%{?_dist_release} Group: programming Vendor: Project Vine Distribution: Vine Linux License: Perl's URL: https://metacpan.org/pod/HTML::Tagset Source0: https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch BuildRequires: perl >= 1:5.6.0 Requires: perl >= 1:5.6.0 %description This module contains several data tables useful in various kinds of HTML parsing operations, such as tag and entity names. %prep %setup -q -n HTML-Tagset-%{version} %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" NO_PACKLIST=1 NO_PERLLOCAL=1 make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # make install [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress find $RPM_BUILD_ROOT/usr -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" | grep -v perllocal.pod | grep -v "\.packlist" > HTML-Tagset-%{version}-filelist if [ "$(cat HTML-Tagset-%{version}-filelist)X" = "X" ] ; then echo "ERROR: EMPTY FILE LIST" exit -1 fi %check make test %clean rm -rf $RPM_BUILD_ROOT %files -f HTML-Tagset-%{version}-filelist %defattr(-,root,root) %dir %{perl_vendorlib}/HTML %changelog * Thu Nov 18 2021 Tomohiro "Tomo-p" KATO 3.20-6 - rebuilt with perl-5.34.0. * Thu May 16 2019 Tomohiro "Tomo-p" KATO 3.20-5 - rebuilt with perl-5.26. * Fri Jun 27 2014 IWAI, Masaharu 3.20-4 - build with Perl 5.16 * Sat Mar 26 2011 IWAI, Masaharu 3.20-3vl6 - build with perl 5.12.3 - defined __find_{provides,requires} without vl6+ * Fri Apr 25 2008 IWAI, Masaharu 3.20-2 - build on perl-5.10.0-1vl5 - update License * Sat Mar 22 2008 Satoshi IWAMOTO 3.20-1 - new upstream release - add Vendor/Distributio tag - build under new versioning policy * Tue Jul 24 2007 Ryoichi INAGAKI 3.10-0vl1 - updated 3.10 - installed module files to vendor_perl directory - changed Group to Development/Libraries * Sat Dec 4 2004 IWAI, Masaharu 3.03-25vl4 - build on perl-5.8.6-0vl1 - update Url value * Mon Dec 15 2003 IWAI, Masaharu 3.03-25vl3 - build with perl-5.8.2 - running make test - add %%{perl_sitelib}/HTML directory in %%files * Tue Oct 08 2002 Satoshi IWAMOTO - 3.03-25vl2 - Fix Requires, Buildrequires * Mon Oct 07 2002 Satoshi IWAMOTO - 3.03-25vl1 - first build for Vine Linux * Tue Aug 6 2002 Chip Turner - automated release bump and build * Wed Jan 09 2002 Tim Powers - automated rebuild * Mon Apr 30 2001 Chip Turner - Spec file was autogenerated.