Sync from SUSE:SLFO:Main perl-HTML-Tagset revision 1b81105d47f69169c6aa11aa1156f71a

This commit is contained in:
Adrian Schröter 2024-05-03 18:20:17 +02:00
commit 9ebc0a38fc
4 changed files with 202 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
HTML-Tagset-3.20.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

109
perl-HTML-Tagset.changes Normal file
View File

@ -0,0 +1,109 @@
-------------------------------------------------------------------
Mon Apr 15 10:54:21 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
-------------------------------------------------------------------
Fri Nov 18 11:10:36 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Fri Feb 25 13:21:51 UTC 2011 - chris@computersalat.de
- recreated by cpanspec 1.78.03
- noarch pkg
-------------------------------------------------------------------
Tue Nov 30 19:20:19 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:11 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Mon Nov 29 16:03:27 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Tue Oct 19 08:38:40 UTC 2010 - coolo@novell.com
- add perl as explicit buildrequire
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Mon Mar 3 17:31:35 CET 2008 - anicka@suse.cz
- update to 3.20
* Added <div> to the list of p_closure_barriers.
-------------------------------------------------------------------
Wed Jan 25 21:39:44 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Jan 3 13:57:27 CET 2006 - anicka@suse.cz
- update to 3.10
-------------------------------------------------------------------
Thu Feb 17 19:39:42 CET 2005 - mjancar@suse.cz
- update to 3.04
-------------------------------------------------------------------
Sat Jan 10 22:21:49 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Fri Aug 22 14:55:01 CEST 2003 - mjancar@suse.cz
- require the perl version we build with
-------------------------------------------------------------------
Tue Jul 15 15:38:12 CEST 2003 - mjancar@suse.cz
- adapt to perl-5.8.1
- use %perl_process_packlist
-------------------------------------------------------------------
Wed Jun 18 12:40:49 CEST 2003 - mjancar@suse.cz
- fix filelist
-------------------------------------------------------------------
Fri Jun 06 10:35:26 CEST 2003 - mjancar@suse.cz
- repacked the source by gzip
- don't package MANIFEST
-------------------------------------------------------------------
Tue May 20 12:41:13 CEST 2003 - mjancar@suse.cz
- remove unpackaged files
-------------------------------------------------------------------
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
- remove race in .packlist generation
-------------------------------------------------------------------
Tue Jan 15 10:06:40 CET 2002 - rvasice@suse.cz
- spec file cleanup
-------------------------------------------------------------------
Mon Mar 26 13:23:26 CEST 2001 - cihlar@suse.cz
- package created

67
perl-HTML-Tagset.spec Normal file
View File

@ -0,0 +1,67 @@
#
# spec file for package perl-HTML-Tagset
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-HTML-Tagset
Version: 3.20
Release: 0
%define cpan_name HTML-Tagset
Summary: Data tables useful in parsing HTML
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Tagset/
Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
%description
This module contains several data tables useful in various kinds of HTML
parsing operations.
Note that all tag names used are lowercase.
In the following documentation, a "hashset" is a hash being used as a set
-- the hash conveys that its keys are there, and the actual values
associated with the keys are not significant. (But what values are there,
are always true.)
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README
%changelog