]> git.pld-linux.org Git - packages/lynx.git/blobdiff - lynx.spec
- release 5
[packages/lynx.git] / lynx.spec
index 92bbed3948333abcd4c8d0a8512bec649bd9dea9..fe6a14785235edc58e08c93793a685fbc83d3571 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -4,8 +4,8 @@ Summary(fr):    Navigateur en mode texte pour le world wide web
 Summary(pl):   Przegl±darka WWW pracuj±ca w trybie tekstowym
 Summary(tr):   Metin ekranda WWW tarayýcý
 Name:          lynx
-Version:       2.8.3dev.16
-Release:       3
+Version:       2.8.3dev.18
+Release:       5
 License:       GPL
 Group:         Applications/Networking
 Group(pl):     Aplikacje/Sieciowe
@@ -23,10 +23,9 @@ URL:         http://lynx.browser.org/
 BuildRequires: zlib-devel
 BuildRequires: ncurses-devel >= 5.0
 Provides:      webclient
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libdir         %{_datadir}/lynx
-%define                _applnkdir      /usr/X11R6/share/applnk
 
 %description
 This a terminal based WWW browser. While it does not make any attempt at
@@ -101,13 +100,13 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/WWW
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
 
 make install install-help \
        DESTDIR=$RPM_BUILD_ROOT \
        helpdir=%{_libdir}/help
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/WWW/lynx.desktop
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW/lynx.desktop
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
        C[HO]* PROBLEMS README samples/* test/* docs/README*
@@ -121,7 +120,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc C[HO]* PROBLEMS.gz README.gz samples test docs/README*
 
-%{_applnkdir}/Networking/WWW/lynx.desktop
+%{_applnkdir}/Network/WWW/lynx.desktop
 
 %attr(755,root,root) %{_bindir}/*
 
This page took 0.04563 seconds and 4 git commands to generate.