automatic version update by autodist [release 1.9.11-1mamba;Fri Jan 15 2021]

This commit is contained in:
Automatic Build System 2024-01-05 23:43:54 +01:00
parent 879ac2ab03
commit f70c708d4c

View File

@ -1,5 +1,5 @@
Name: htmldoc
Version: 1.9.10
Version: 1.9.11
Release: 1mamba
Summary: HTML Conversion Software
Group: Applications/Publishing
@ -33,16 +33,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
HTML Conversion Software.
%debug_package
%prep
%setup -q
%build
%configure
%configure \
--enable-debug
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
make install
%makeinstall BUILDROOT=%{buildroot}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -58,11 +62,15 @@ make install
%{_datadir}/htmldoc/data/*
%dir %{_datadir}/htmldoc/fonts
%{_datadir}/htmldoc/fonts/*
%{_datadir}/icons/hicolor/*/apps/htmldoc.png
%{_mandir}/man1/htmldoc.1*
%dir %{_docdir}/htmldoc
%{_docdir}/htmldoc/*
%changelog
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 1.9.11-1mamba
- automatic version update by autodist
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 1.9.10-1mamba
- automatic version update by autodist