]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- removed unnecessary doc bcond auto/th/elinks-0_11_1-2
authorwitekfl <witekfl@pld-linux.org>
Sat, 29 Apr 2006 16:12:48 +0000 (16:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

Changed files:
    elinks.spec -> 1.130

elinks.spec

index 019d1b53366b99aefcc6b4f475e75d5e2197ae29..fddb7ac11babaacd1f613b5144f0861acf5fd3fd 100644 (file)
@@ -14,7 +14,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
@@ -26,7 +25,7 @@ Summary(pl):  Eksperymentalny Links (tekstowa przegl
 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
@@ -56,7 +55,6 @@ BuildRequires:        ncurses-devel >= 5.1
 %{?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)
 
@@ -126,12 +124,6 @@ keepalive.
 
 %{__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} \
@@ -156,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 %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}/*
This page took 0.10993 seconds and 4 git commands to generate.