]> git.pld-linux.org Git - packages/lynx.git/blobdiff - lynx.spec
- Release: 2 (STBR after AMD64 fixes)
[packages/lynx.git] / lynx.spec
index 3ab25b3a6412469ba18fc1fd3807de8b5413af71..27d7b26dedc007ae6f021bc2622a580cafc79967 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -8,7 +8,7 @@ Summary(pt_BR): Navegador web modo texto
 Summary(tr):   Metin ekranda WWW tarayýcý
 Name:          lynx
 Version:       2.8.5dev.16
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Networking
 # Source0-md5: d5c50ea7334ee3256a82722be2f0d9a3
@@ -28,9 +28,10 @@ Patch7:              %{name}-gzip_fallback.patch
 Patch8:                %{name}-etc_dir.patch
 URL:           http://lynx.browser.org/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: ncurses-devel
-BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: openssl-devel >= 0.9.7c
 #BuildRequires:        socks5-devel
 BuildRequires: zlib-devel
 Provides:      webclient
@@ -94,6 +95,7 @@ formlar ve tablolar i
 %patch8 -p1
 
 %build
+cp /usr/share/automake/config.sub .
 %{__autoconf}
 %configure \
        --with-screen=ncurses \
@@ -127,13 +129,13 @@ formlar ve tablolar i
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/WWW,%{_pixmapsdir}} \
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} \
        $RPM_BUILD_ROOT%{_datadir}/lynx/help
 
 %{__make} install install-help \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
@@ -149,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/lynx.cfg
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/lynx
-%{_applnkdir}/Network/WWW/lynx.desktop
+%{_desktopdir}/lynx.desktop
 %{_pixmapsdir}/*
 %{_mandir}/man1/*
 %lang(cs) %{_mandir}/cs/man1/*
This page took 0.252168 seconds and 4 git commands to generate.