New upstream version marked stable(0.11.4rc0) + enabled bittorrent
support(#426702)
This commit is contained in:
parent
841b097e55
commit
8b406dc9ed
@ -1 +1 @@
|
|||||||
elinks-0.11.3.tar.bz2
|
elinks-0.11.4rc0.tar.bz2
|
||||||
|
15
elinks.spec
15
elinks.spec
@ -1,11 +1,11 @@
|
|||||||
Name: elinks
|
Name: elinks
|
||||||
Summary: A text-mode Web browser
|
Summary: A text-mode Web browser
|
||||||
Version: 0.11.3
|
Version: 0.11.4
|
||||||
Release: 7%{?dist}
|
Release: 0.1.rc0%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://elinks.or.cz
|
URL: http://elinks.or.cz
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2
|
Source: http://elinks.or.cz/download/elinks-%{version}rc0.tar.bz2
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -36,7 +36,7 @@ advantage over graphical browsers is its speed--Links starts and exits
|
|||||||
quickly and swiftly displays Web pages.
|
quickly and swiftly displays Web pages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}rc0
|
||||||
|
|
||||||
# Prevent crash when HOME is unset (bug #90663).
|
# Prevent crash when HOME is unset (bug #90663).
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -60,7 +60,8 @@ quickly and swiftly displays Web pages.
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
|
export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
|
||||||
%configure %{?rescue:--without-gpm} --without-x --with-gssapi
|
%configure %{?rescue:--without-gpm} --without-x --with-gssapi \
|
||||||
|
--enable-bittorrent
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -84,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2008 Ondrej Vasik <ovasik@redhat.com> 0.11.4-0.1.rc0
|
||||||
|
- new version marked stable by upstream 0.11.4rc0
|
||||||
|
- enabled experimental bittorent support(#426702)
|
||||||
|
|
||||||
* Wed Dec 05 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-7
|
* Wed Dec 05 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-7
|
||||||
- rebuilt because of new OpenSSL
|
- rebuilt because of new OpenSSL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user