diff --git a/lynx.spec b/lynx.spec index 7309f81..22df8ad 100644 --- a/lynx.spec +++ b/lynx.spec @@ -1,7 +1,7 @@ -Summary: A text-based Web browser. +Summary: A text-based Web browser Name: lynx Version: 2.8.6 -Release: 2 +Release: 3%{?dist} License: GPL Group: Applications/Internet Source: http://lynx.isc.org/current/lynx%{version}.tar.bz2 @@ -12,7 +12,7 @@ Requires: indexhtml Provides: webclient BuildRequires: openssl-devel, pkgconfig, ncurses-devel >= 5.3-5, BuildRequires: slang-devel, zlib-devel, gettext -Buildroot: %{_tmppath}/%{name}-root +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Lynx is a text-based Web browser. Lynx does not display any images, @@ -85,16 +85,19 @@ EOF rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang -%defattr(-,root,root) +%defattr(-,root,root,-) %doc docs README INSTALLATION samples %doc test lynx.hlp lynx_help %{_bindir}/lynx %{_mandir}/*/* %config %{_sysconfdir}/lynx.cfg -%config %{_sysconfdir}/lynx.lss +%config(noreplace) %{_sysconfdir}/lynx.lss %config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg %changelog +* Fri Feb 23 2007 Ivana Varekova - 2.8.6-3 +- incorporate package review feedback (#226113) + * Wed Oct 25 2006 Ivana Varekova - 2.8.6-2 - add japanese unicode support (#143787)