2017-12-31 04:18:22 +00:00
|
|
|
#
|
|
|
|
# spec file for package html-xml-utils
|
|
|
|
#
|
2023-05-08 13:06:52 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2017-12-31 04:18:22 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-10-24 20:22:36 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-12-31 04:18:22 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: html-xml-utils
|
2023-05-08 13:06:52 +00:00
|
|
|
Version: 8.6
|
2017-12-31 04:18:22 +00:00
|
|
|
Release: 0
|
2018-07-14 19:58:19 +00:00
|
|
|
Summary: A number of utilities for manipulating HTML and XML files
|
2017-12-31 04:18:22 +00:00
|
|
|
License: W3C
|
|
|
|
Group: Development/Languages/Other
|
2021-01-11 10:30:43 +00:00
|
|
|
URL: https://www.w3.org/Tools/HTML-XML-utils/
|
2017-12-31 04:18:22 +00:00
|
|
|
Source: https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-%{version}.tar.gz
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
2018-02-18 17:14:51 +00:00
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libidn2-devel
|
2017-12-31 04:18:22 +00:00
|
|
|
|
|
|
|
%description
|
2018-07-14 19:58:19 +00:00
|
|
|
HTML-XML-utils provides a number of utilities for manipulating and
|
|
|
|
converting HTML and XML files in various ways.
|
2017-12-31 04:18:22 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
chmod -x ChangeLog README
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
rm %{buildroot}%{_datadir}/doc/%{name}/COPYING
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc ChangeLog README
|
|
|
|
%license COPYING
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
|
|
|
%changelog
|