auto-import lynx-2.8.5-7 from lynx-2.8.5-7.src.rpm
This commit is contained in:
parent
f8495dfa71
commit
2cd041f06e
17
lynx.spec
17
lynx.spec
@ -1,7 +1,7 @@
|
||||
Summary: A text-based Web browser.
|
||||
Name: lynx
|
||||
Version: 2.8.5
|
||||
Release: 6
|
||||
Release: 7
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source: http://lynx.isc.org/current/lynx2.8.5dev.7.tar.bz2
|
||||
@ -76,17 +76,6 @@ mkdir -p $RPM_BUILD_ROOT/usr/share/locale/ja/LC_MESSAGES/
|
||||
( bzcat %{SOURCE2} | msgfmt -o $RPM_BUILD_ROOT/usr/share/locale/ja/LC_MESSAGES/lynx.mo - )
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Internet
|
||||
cat > $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Internet/lynx.desktop <<EOF
|
||||
[Desktop Entry]
|
||||
Name=Lynx
|
||||
Type=Application
|
||||
Comment=Text based WWW browser
|
||||
Comment[de]=Textbasierter WWW-Browser
|
||||
Comment[ja]=¥Æ¥¥¹¥È¥Ù¡¼¥¹WWW¥Ö¥é¥¦¥¶
|
||||
Comment[sv]=Textbeserad webbläsare
|
||||
Exec=lynx
|
||||
Terminal=true
|
||||
EOF
|
||||
|
||||
cat >$RPM_BUILD_ROOT%{_sysconfdir}/lynx-site.cfg <<EOF
|
||||
# Place any local lynx configuration options (proxies etc.) here.
|
||||
@ -99,7 +88,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc docs README INSTALLATION samples
|
||||
%doc test lynx.hlp lynx_help
|
||||
%config(missingok) %{_sysconfdir}/X11/applnk/Internet/lynx.desktop
|
||||
%{_bindir}/lynx
|
||||
%lang(cs) %{_prefix}/share/locale/cs/LC_MESSAGES/*
|
||||
%lang(da) %{_prefix}/share/locale/da/LC_MESSAGES/*
|
||||
@ -119,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%lang(sk) %config %{_sysconfdir}/lynx.cfg.sk
|
||||
|
||||
%changelog
|
||||
* Thu Aug 08 2002 Karsten Hopp <karsten@redhat.de>
|
||||
- remove menu entry (#69457)
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user