From 3014bbd039daa89ea62e999d2d2a0f0594c80365 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 24 May 2002 16:14:11 +0000 Subject: [PATCH] - new %%doc - removed OpenGL-deps stuff - it isn't linked with GL directly, so only GL-enabled fltk versions require OpenGL - release 2 Changed files: htmldoc.spec -> 1.7 --- htmldoc.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/htmldoc.spec b/htmldoc.spec index 5ff536d..825a906 100644 --- a/htmldoc.spec +++ b/htmldoc.spec @@ -2,12 +2,11 @@ Summary: HTML processing program Summary(pl): Program przetwarzaj±cy HTML Name: htmldoc Version: 1.8.19 -Release: 1 +Release: 2 License: GPL Group: Applications/Publishing 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: fltk-devel @@ -15,12 +14,10 @@ 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 @@ -49,14 +46,12 @@ rm -rf $RPM_BUILD_ROOT mandir=$RPM_BUILD_ROOT%{_mandir} \ bindir=$RPM_BUILD_ROOT%{_bindir} -gzip -9nf CHANGES.txt README.txt - %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz doc/htmldoc.html doc/htmldoc.png doc/htmldoc-fig*.png +%doc CHANGES.txt README.txt doc/htmldoc.html doc/htmldoc.png doc/htmldoc-fig*.png %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* %{_datadir}/htmldoc -- 2.44.0