package created using the webbuild interface [release 1.8.29-1mamba;Wed Feb 17 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 23:43:53 +01:00
parent 889a126f36
commit 9973f4553f
2 changed files with 67 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# htmldoc
HTML Conversion Software.

65
htmldoc.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.8.29-1mamba
- package created using the webbuild interface