]> git.pld-linux.org Git - packages/htmldoc.git/commitdiff
- updated to 1.8.19 htmldoc-1_8_19-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 17 May 2002 10:38:19 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    htmldoc.spec -> 1.5

htmldoc.spec

index e3d05a4fa5b8d71f94bfbabb8d85f240fb863159..2e97af109f75718c01a388a29ec98f4e74bee175 100644 (file)
@@ -1,18 +1,27 @@
 Summary:       HTML processing program
 Summary(pl):   Program przetwarzaj±cy HTML
 Name:          htmldoc
-Version:       1.8.14
+Version:       1.8.19
 Release:       1
 License:       GPL
 Group:         Applications/Publishing
-Source0:       ftp://ftp.easysw.com/pub/%{name}/1.8.14/%{name}-%{version}-source.tar.bz2
+Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
 URL:           http://www.easysw.com/htmldoc/
+BuildRequires: OpenGL-devel
+BuildRequires: XFree86-devel
 BuildRequires: autoconf
-BuildRequires: libpng-devel
+BuildRequires: fltk-devel
 BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
 BuildRequires: openssl-devel
+BuildRequires: zlib-devel
+Requires:      OpenGL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+%define         _noautoreqdep   libGL.so.1 libGLU.so.1
+
 %description
 HTML processing program that generates HTML, PostScript, and PDF files
 with a table of contents.
@@ -25,8 +34,12 @@ PDF ze spisem tre
 %setup -q
 
 %build
+aclocal
 autoconf
-%configure
+if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
+        CPPFLAGS="`pkg-config libpng12 --cflags`";
+fi
+%configure CXXFLAGS="$CPPFLAGS"
 %{__make}
 
 %install
This page took 0.03319 seconds and 4 git commands to generate.