From 9973f4553fad24024ecfcb2f42c3cf55c7776538 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:43:53 +0100 Subject: [PATCH] package created using the webbuild interface [release 1.8.29-1mamba;Wed Feb 17 2016] --- README.md | 2 ++ htmldoc.spec | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 htmldoc.spec diff --git a/README.md b/README.md index 3431f94..2ee8f07 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # htmldoc +HTML Conversion Software. + diff --git a/htmldoc.spec b/htmldoc.spec new file mode 100644 index 0000000..8e00452 --- /dev/null +++ b/htmldoc.spec @@ -0,0 +1,65 @@ +Name: htmldoc +Version: 1.8.29 +Release: 1mamba +Summary: HTML Conversion Software +Group: Applications/Publishing +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://www.msweet.org/projects.php?Z1 +Source: https://www.msweet.org/files/project1/htmldoc-%{version}-source.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXcursor-devel +BuildRequires: libXext-devel +BuildRequires: libXfixes-devel +BuildRequires: libXft-devel +BuildRequires: libXinerama-devel +BuildRequires: libXpm-devel +BuildRequires: libfltk-devel +BuildRequires: libfontconfig-devel +BuildRequires: libgcc +BuildRequires: libgnutls-devel +BuildRequires: libjpeg-devel +BuildRequires: libpng-devel +BuildRequires: libstdc++6-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +HTML Conversion Software. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeoldinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/htmldoc +%dir %{_datadir}/htmldoc +%dir %{_datadir}/htmldoc/data +%{_datadir}/htmldoc/data/* +%dir %{_datadir}/htmldoc/fonts +%{_datadir}/htmldoc/fonts/* +%{_mandir}/man1/htmldoc.1* +%dir %{_docdir}/htmldoc +%{_docdir}/htmldoc/* + +%changelog +* Wed Feb 17 2016 Silvan Calarco 1.8.29-1mamba +- package created using the webbuild interface