]> git.pld-linux.org Git - packages/htmldoc.git/blobdiff - htmldoc.spec
- release 4
[packages/htmldoc.git] / htmldoc.spec
index 5533776423f39167140c967ec4449ff67e0dab0d..1c0ee1561e772d1361cf498419c2dbc5c43af26e 100644 (file)
@@ -1,38 +1,41 @@
+#
+# Conditional build:
+%bcond_without gui     # without FLTK-based GUI
+#
 Summary:       HTML processing program
-Summary(pl):   Program przetwarzaj±cy HTML
+Summary(pl.UTF-8):     Program przetwarzający HTML
 Name:          htmldoc
-Version:       1.8.22
-Release:       1
-License:       GPL
+Version:       1.8.27
+Release:       4
+License:       GPL v2 with OpenSSL exception
 Group:         Applications/Publishing
-Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
-URL:           http://www.easysw.com/htmldoc/
-BuildRequires: XFree86-devel
+Source0:       ftp://ftp.easysw.com/pub/htmldoc/%{version}/%{name}-%{version}-source.tar.bz2
+# Source0-md5: 35589e7b8fe9c54e11be87cd5aec4dcc
+URL:           http://www.htmldoc.org/
+%{?with_gui:BuildRequires:     xorg-lib-libXpm-devel}
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: fltk-devel
+%{?with_gui:BuildRequires:     fltk-devel}
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 HTML processing program that generates HTML, PostScript, and PDF files
 with a table of contents.
 
-%description -l pl
-Program przetwarzaj±cy HTML, który generuje pliki HTML, PostScript i
-PDF ze spisem treci.
+%description -l pl.UTF-8
+Program przetwarzający HTML, który generuje pliki HTML, PostScript i
+PDF ze spisem treści.
 
 %prep
 %setup -q
 
 %build
-%{__aclocal}
-%{__autoconf}
-%configure
+%configure \
+       %{!?with_gui:--without-gui}
 %{__make}
 
 %install
@@ -47,7 +50,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES.txt README.txt doc/htmldoc.html doc/htmldoc.png doc/htmldoc-fig*.png
+%doc COPYING.txt CHANGES.txt README.txt
+%doc doc/htmldoc.html doc/htmldoc-fig*.png doc/htmldoc.p* doc/help.html
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %{_datadir}/htmldoc
This page took 0.342783 seconds and 4 git commands to generate.