]> git.pld-linux.org Git - packages/lynx.git/blobdiff - lynx.spec
- added home_etc.patch
[packages/lynx.git] / lynx.spec
index ef66cbcb599d925777bca2122c653fd6f4202949..5e772e1217b98aded0bd446ff0d4277a522b1c68 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -1,5 +1,5 @@
 Summary:       Text based browser for the world wide web
-Summary(de):   Text-Browser für das WWW 
+Summary(de):   Text-Browser für das WWW
 Summary(es):   Navegador web modo texto
 Summary(fr):   Navigateur en mode texte pour le world wide web
 Summary(ja):   ¥Æ¥­¥¹¥È¥Ù¡¼¥¹¤Î¥¦¥§¥Ö¥Ö¥é¥¦¥¶
@@ -7,7 +7,7 @@ Summary(pl):    Przegl
 Summary(pt_BR):        Navegador web modo texto
 Summary(tr):   Metin ekranda WWW tarayýcý
 Name:          lynx
-Version:       2.8.5dev.3
+Version:       2.8.5dev.12
 Release:       2
 License:       GPL
 Group:         Applications/Networking
@@ -22,16 +22,18 @@ Patch3:             %{name}-config.hin.patch
 Patch4:                %{name}-autoconf.patch
 Patch5:                %{name}-config.patch
 Patch6:                %{name}-acfix.patch
+Patch7:                %{name}-gzip_fallback.patch
+Patch8:                %{name}-home_etc.patch
 URL:           http://lynx.browser.org/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: zlib-devel
-BuildRequires: slang-devel
-BuildRequires: gettext-devel
 BuildRequires: autoconf
-BuildRequires: openssl-devel >= 0.9.6b
+BuildRequires: gettext-devel
+BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: slang-devel
 #BuildRequires:        socks5-devel
+BuildRequires: zlib-devel
 Provides:      webclient
 Obsoletes:     lynx-ssl
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This a terminal based WWW browser. While it does not make any attempt
@@ -77,16 +79,18 @@ formlar ve tablolar i
 
 %prep
 %setup  -q -n %{name}2-8-5
-%patch0 -p1 
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
-autoconf
+%{__autoconf}
 %configure \
        --with-screen=slang \
        --without-included-gettext \
@@ -108,7 +112,7 @@ autoconf
        --enable-persistent-cookies \
        --enable-prettysrc \
        --enable-source-cache \
-       --enable-warnings 
+       --enable-warnings
 #      --with-socks5=%{_prefix} \
 #      --enable-color-style \
 
@@ -127,8 +131,6 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf C[HO]* PROBLEMS README samples/* test/* docs/README*
-
 %find_lang %{name}
 
 %clean
@@ -136,7 +138,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz samples test docs/*.gz
+%doc CHANGES COPYHEADER PROBLEMS README samples test docs/README*
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/lynx.cfg
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/lynx
This page took 0.066953 seconds and 4 git commands to generate.