automatic version update by autodist [release 5.8.0-1mamba;Wed Dec 08 2021]

This commit is contained in:
Automatic Build System 2024-01-05 18:33:07 +01:00
parent d761acbd74
commit b9013f58f1

View File

@ -1,5 +1,5 @@
Name: tidy-html5
Version: 5.6.0
Version: 5.8.0
Release: 1mamba
Summary: The granddaddy of HTML tools, with support for modern standards
Group: System/Libraries
@ -7,7 +7,6 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.html-tidy.org
## GITSOURCE https://github.com/htacg/tidy-html5.git 5.6.0
Source: https://github.com/htacg/tidy-html5.git/%{version}/tidy-html5-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
@ -15,7 +14,6 @@ BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The granddaddy of HTML tools, with support for modern standards.
@ -36,7 +34,6 @@ Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
@ -72,11 +69,14 @@ This package contains libraries and header files for developing applications tha
%{_includedir}/tidyenum.h
%{_includedir}/tidyplatform.h
%{_libdir}/libtidy.so
%{_libdir}/libtidys.a
%{_libdir}/libtidy.a
%{_libdir}/pkgconfig/tidy.pc
%doc README.md
%changelog
* Wed Dec 08 2021 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
- automatic version update by autodist
* Tue Apr 23 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
- package created using the webbuild interface