automatic version update by autodist [release 1.9.11-1mamba;Fri Jan 15 2021]
This commit is contained in:
parent
879ac2ab03
commit
f70c708d4c
14
htmldoc.spec
14
htmldoc.spec
@ -1,5 +1,5 @@
|
|||||||
Name: htmldoc
|
Name: htmldoc
|
||||||
Version: 1.9.10
|
Version: 1.9.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: HTML Conversion Software
|
Summary: HTML Conversion Software
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -33,16 +33,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
HTML Conversion Software.
|
HTML Conversion Software.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--enable-debug
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
make install
|
%makeinstall BUILDROOT=%{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -58,11 +62,15 @@ make install
|
|||||||
%{_datadir}/htmldoc/data/*
|
%{_datadir}/htmldoc/data/*
|
||||||
%dir %{_datadir}/htmldoc/fonts
|
%dir %{_datadir}/htmldoc/fonts
|
||||||
%{_datadir}/htmldoc/fonts/*
|
%{_datadir}/htmldoc/fonts/*
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/htmldoc.png
|
||||||
%{_mandir}/man1/htmldoc.1*
|
%{_mandir}/man1/htmldoc.1*
|
||||||
%dir %{_docdir}/htmldoc
|
%dir %{_docdir}/htmldoc
|
||||||
%{_docdir}/htmldoc/*
|
%{_docdir}/htmldoc/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 1.9.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user