I have made the following changes intended for : CE:Utils / lynx Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below
https://build.pub.meego.com/request/show/2628 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2628: Messages from BOSS: None State: new 2011-10-24T14:04:13 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_Utils_armv7hl found. accepted on No date Changes: submit: home:sage:Mer:Utils / lynx -> CE:Utils / lynx Index: lynx.yaml =================================================================== --- lynx.yaml (revision 0) +++ lynx.yaml (revision 8eca8c5d61a6737393dfa8eebfc86c81) @@ -0,0 +1,61 @@ +Name: lynx +Summary: Text-mode WWW Browser with NLS support +Version: 2.8.8dev.9 +Release: 2 +Group: Applications/Internet +License: LGPLv2 +URL: http://lynx.isc.org/ +Sources: + - http://lynx.isc.org/current/%{name}%{version}.tar.bz2 +Description: | + Lynx is a fully-featured World Wide Web (WWW) client for users running + cursor-addressable, character-cell display devices. + It is very fast and easy to use. It will display HTML documents + containing links to files residing on the local system, + as well as files residing on remote systems running Gopher, HTTP, FTP, + WAIS, and NNTP servers. + + This package contains a development version of lynx. + +PkgBR: + - bzip2-devel +PkgConfigBR: + - libidn + - ncursesw + - openssl + - zlib +Configure: configure +ConfigOptions: + - --enable-cgi-links + - --enable-cjk + - --enable-default-colors + - --enable-exec-links + - --enable-exec-scripts + - --enable-externs + - --enable-gzip-help + - --enable-ipv6 + - --enable-kbd-layout + - --enable-japanese-utf8 + - --enable-nested-tables + - --enable-nls + - --enable-nsl-fork + - --enable-syslog + - --with-bzlib + - --with-screen=ncursesw + - --with-ssl + - --with-zlib +Builder: make +SubPackages: + - Name: doc + Summary: Text-mode WWW Browser - documentation + Group: Documentation + Description: | + Lynx is a fully-featured World Wide Web (WWW) client for users running + cursor-addressable, character-cell display devices. + It is very fast and easy to use. It will display HTML documents + containing links to files residing on the local system, + as well as files residing on remote systems running Gopher, HTTP, FTP, + WAIS, and NNTP servers. + + This package contains the documentation. + Index: lynx.changes =================================================================== --- lynx.changes (revision 0) +++ lynx.changes (revision 8eca8c5d61a6737393dfa8eebfc86c81) @@ -0,0 +1,5 @@ +* Fri Jun 17 2011 Tapio Rantala <[email protected]> - 2.8.8dev.9-2 +- Use openssl, don't mention gnutls or nss + +* Fri Jun 17 2011 Tapio Rantala <[email protected]> - 2.8.8dev.9-1 +- Initial MeeGo packaging Index: lynx.spec =================================================================== --- lynx.spec (revision 0) +++ lynx.spec (revision 8eca8c5d61a6737393dfa8eebfc86c81) @@ -0,0 +1,122 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +%define directoryversion 2-8-8 +# << macros + +Name: lynx +Summary: Text-mode WWW Browser with NLS support +Version: 2.8.8dev.9 +Release: 2 +Group: Applications/Internet +License: LGPLv2 +URL: http://lynx.isc.org/ +Source0: http://lynx.isc.org/current/%{name}%{version}.tar.bz2 +Source100: lynx.yaml +BuildRequires: pkgconfig(libidn) +BuildRequires: pkgconfig(ncursesw) +BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(zlib) +BuildRequires: bzip2-devel + + +%description +Lynx is a fully-featured World Wide Web (WWW) client for users running +cursor-addressable, character-cell display devices. +It is very fast and easy to use. It will display HTML documents +containing links to files residing on the local system, +as well as files residing on remote systems running Gopher, HTTP, FTP, +WAIS, and NNTP servers. + +This package contains a development version of lynx. + + + +%package doc +Summary: Text-mode WWW Browser - documentation +Group: Documentation +Requires: %{name} = %{version}-%{release} + +%description doc +Lynx is a fully-featured World Wide Web (WWW) client for users running +cursor-addressable, character-cell display devices. +It is very fast and easy to use. It will display HTML documents +containing links to files residing on the local system, +as well as files residing on remote systems running Gopher, HTTP, FTP, +WAIS, and NNTP servers. + +This package contains the documentation. + + + +%prep +%setup -q -n %{name}2-8-8 + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%configure --disable-static \ + --enable-cgi-links \ + --enable-cjk \ + --enable-default-colors \ + --enable-exec-links \ + --enable-exec-scripts \ + --enable-externs \ + --enable-gzip-help \ + --enable-ipv6 \ + --enable-kbd-layout \ + --enable-japanese-utf8 \ + --enable-nested-tables \ + --enable-nls \ + --enable-nsl-fork \ + --enable-syslog \ + --with-bzlib \ + --with-screen=ncursesw \ + --with-ssl \ + --with-zlib + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post + +# << install post + + + + + + + + + +%files +%defattr(-,root,root,-) +# >> files +%doc COPYHEADER +%config(noreplace) %{_sysconfdir}/lynx.cfg +%config(noreplace) %{_sysconfdir}/lynx.lss +%{_bindir}/lynx +%{_mandir}/man1/lynx.1.gz +# << files + + +%files doc +%defattr(-,root,root,-) +# >> files doc +%doc ABOUT-NLS AUTHORS CHANGES COPYING PROBLEMS README +# << files doc + Index: lynx2.8.8dev.9.tar.bz2 =================================================================== Binary file lynx2.8.8dev.9.tar.bz2 added
