SPECS: elinks.spec - removed unnecessary doc bcond - html docs inc...

witekfl witekfl at pld-linux.org
Sat Apr 29 18:12:54 CEST 2006


Author: witekfl                      Date: Sat Apr 29 16:12:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed unnecessary doc bcond
- html docs incorporate all txt files, hence only *.html are packaged
- there is no need for both chunked and all-in-one versions of manual
- only single manual.html is packaged
- rel 2

---- Files affected:
SPECS:
   elinks.spec (1.129 -> 1.130) 

---- Diffs:

================================================================
Index: SPECS/elinks.spec
diff -u SPECS/elinks.spec:1.129 SPECS/elinks.spec:1.130
--- SPECS/elinks.spec:1.129	Wed Apr 19 16:21:38 2006
+++ SPECS/elinks.spec	Sat Apr 29 18:12:48 2006
@@ -15,7 +15,6 @@
 %bcond_without	lua		# Disable Lua scripting
 %bcond_without	openssl		# Disable OpenSSL support
 %bcond_without	perl		# Disable Perl scripting
-%bcond_without	doc		# Don't build texi documentation
 # 
 %if %{with gnutls}
 %undefine	with_openssl
@@ -27,7 +26,7 @@
 Summary(pt_BR):	O links é um browser para modo texto, similar ao lynx
 Name:		elinks
 Version:	0.11.1
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL
 Group:		Applications/Networking
@@ -57,7 +56,6 @@
 %{?with_perl:BuildRequires:	perl-devel}
 %{?with_ruby:BuildRequires:	ruby-devel}
 BuildRequires:	zlib-devel
-%{?with_doc:BuildRequires:	tetex}
 Provides:	webclient
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -127,12 +125,6 @@
 
 %{__make} V=1
 
-%if %{with doc}
-cd doc
-texi2html elinks-lua.texi
-cd ..
-%endif
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_desktopdir} \
@@ -157,7 +149,7 @@
 %doc AUTHORS BUGS ChangeLog NEWS README SITES TODO
 %doc contrib/{keybind*,wipe-out-ssl*,lua/elinks-remote}
 %doc contrib/conv/{*awk,*.pl,*.sh}
-%doc doc/{*.txt,html}
+%doc doc/html/*.html
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man*/*
 %{_desktopdir}/*
@@ -170,6 +162,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.130  2006/04/29 16:12:48  witekfl
+- removed unnecessary doc bcond
+- html docs incorporate all txt files, hence only *.html are packaged
+- there is no need for both chunked and all-in-one versions of manual
+- only single manual.html is packaged
+- rel 2
+
 Revision 1.129  2006/04/19 14:21:38  sparky
 - added without doc bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/elinks.spec?r1=1.129&r2=1.130&f=u



More information about the pld-cvs-commit mailing list