77 lines
2.1 KiB
RPMSpec
77 lines
2.1 KiB
RPMSpec
Name: htmldoc
|
|
Version: 1.9.9
|
|
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://github.com/michaelrsweet/htmldoc.git/v%{version}/htmldoc-%{version}.tar.bz2
|
|
#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.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
make install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/htmldoc
|
|
%{_datadir}/applications/htmldoc.desktop
|
|
%{_datadir}/mime/packages/htmldoc.xml
|
|
%{_datadir}/pixmaps/htmldoc.xpm
|
|
%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
|
|
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 1.9.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 17 2020 Automatic Build System <autodist@mambasoft.it> 1.9.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.7-1mamba
|
|
- update to 1.9.7
|
|
|
|
* Wed Feb 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.29-1mamba
|
|
- package created using the webbuild interface
|