use word Elinks instead of Links in package description

This commit is contained in:
Ondrej Vasik 2009-04-03 10:42:49 +00:00
parent c24c8e2637
commit e714c2f5dd
2 changed files with 8 additions and 5 deletions

View File

@ -188,7 +188,7 @@ diff -ruNp elinks-0.12pre2.orig/src/network/ssl/ssl.c elinks-0.12pre2/src/networ
+ "have a PKCS#12 file containing client certificate, you " + "have a PKCS#12 file containing client certificate, you "
+ "can import it into your NSS database with: " + "can import it into your NSS database with: "
+ "$ pk12util -i mycert.p12 -d /path/to/database " + "$ pk12util -i mycert.p12 -d /path/to/database "
+ " " + " "
+ "The NSS database location can be changed by SSL_DIR " + "The NSS database location can be changed by SSL_DIR "
+ "environment variable. The database can be also shared " + "environment variable. The database can be also shared "
+ "with Mozilla browsers.")), + "with Mozilla browsers.")),

View File

@ -1,7 +1,7 @@
Name: elinks Name: elinks
Summary: A text-mode Web browser Summary: A text-mode Web browser
Version: 0.12 Version: 0.12
Release: 0.11.pre3%{?dist} Release: 0.12.pre3%{?dist}
License: GPLv2 License: GPLv2
URL: http://elinks.or.cz URL: http://elinks.or.cz
Group: Applications/Internet Group: Applications/Internet
@ -35,9 +35,9 @@ Patch8: elinks-scroll.patch
Patch9: elinks-nss.patch Patch9: elinks-nss.patch
%description %description
Links is a text-based Web browser. Links does not display any images, Elinks is a text-based Web browser. Elinks does not display any images,
but it does support frames, tables and most other HTML tags. Links' but it does support frames, tables and most other HTML tags. Elinks'
advantage over graphical browsers is its speed--Links starts and exits advantage over graphical browsers is its speed--Elinks starts and exits
quickly and swiftly displays Web pages. quickly and swiftly displays Web pages.
%prep %prep
@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/* %{_mandir}/man5/*
%changelog %changelog
* Fri Apr 03 2009 Ondrej Vasik <ovasik@redhat.com> 0.12.0.12.pre3
- use word Elinks instead of Links in package description
* Mon Mar 30 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.11.pre3 * Mon Mar 30 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.11.pre3
- new upstream bugfix prerelease - new upstream bugfix prerelease
- defuzz patches - defuzz patches