2007-01-16 00:16:52 +01:00
|
|
|
#
|
2011-12-21 08:20:05 +01:00
|
|
|
# spec file for package htmldoc
|
2007-01-16 00:16:52 +01:00
|
|
|
#
|
2017-03-11 08:57:01 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:16:52 +01:00
|
|
|
#
|
2009-06-17 19:38:26 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:16:52 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2009-06-17 19:38:26 +02:00
|
|
|
|
2007-01-16 00:16:52 +01:00
|
|
|
Name: htmldoc
|
2017-12-04 09:43:37 +01:00
|
|
|
Version: 1.9.1
|
2011-12-21 08:20:05 +01:00
|
|
|
Release: 0
|
2007-01-16 00:16:52 +01:00
|
|
|
Summary: HTML Processor that Generates HTML, PostScript, and PDF Files
|
2011-12-21 08:20:05 +01:00
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: Productivity/Publishing/HTML/Tools
|
2017-12-04 09:43:37 +01:00
|
|
|
Url: https://michaelrsweet.github.io/htmldoc/index.html
|
|
|
|
Source: https://github.com/michaelrsweet/htmldoc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2016-05-02 19:50:34 +02:00
|
|
|
BuildRequires: fltk-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libXpm-devel
|
2017-12-04 09:43:37 +01:00
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libgnutls-devel
|
2016-05-02 19:50:34 +02:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
2017-12-04 09:43:37 +01:00
|
|
|
BuildRequires: zlib-devel
|
2007-01-16 00:16:52 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
HTMLDOC converts HTML source files into indexed HTML, PostScript, or
|
2017-12-04 09:43:37 +01:00
|
|
|
Portable Document Format (PDF) files that can be viewed online or printed.
|
2007-01-16 00:16:52 +01:00
|
|
|
|
|
|
|
%prep
|
2015-03-02 15:34:58 +01:00
|
|
|
%setup -q
|
2007-01-16 00:16:52 +01:00
|
|
|
|
|
|
|
%build
|
2016-05-02 19:50:34 +02:00
|
|
|
%configure \
|
2017-12-04 09:43:37 +01:00
|
|
|
--with-gui
|
2016-05-02 19:50:34 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2007-01-16 00:16:52 +01:00
|
|
|
|
|
|
|
%install
|
2017-12-04 09:43:37 +01:00
|
|
|
%make_install
|
2007-01-16 00:16:52 +01:00
|
|
|
|
2016-05-02 19:50:34 +02:00
|
|
|
%files
|
2017-12-04 09:43:37 +01:00
|
|
|
%doc CHANGES.md COPYING README.md
|
2007-01-16 00:16:52 +01:00
|
|
|
%{_bindir}/htmldoc
|
|
|
|
%{_datadir}/htmldoc
|
2016-05-02 19:50:34 +02:00
|
|
|
%{_mandir}/man1/htmldoc.1%{ext_man}
|
2007-01-16 00:16:52 +01:00
|
|
|
|
2009-06-17 19:38:26 +02:00
|
|
|
%changelog
|