]> git.pld-linux.org Git - packages/elinks.git/blobdiff - elinks.spec
- more fixes/updates
[packages/elinks.git] / elinks.spec
index 4a1e58527072ac8c6597f3b50901accca4f419fc..d1596a2f35c010ef52fd6387a1d8ff226e48e89e 100644 (file)
@@ -3,28 +3,37 @@ Summary(es):  El links es un browser para modo texto, similar a lynx
 Summary(pl):   Eksperymentalny Links (tekstowa przegl±darka WWW)
 Summary(pt_BR):        O links Ă© um browser para modo texto, similar ao lynx
 Name:          elinks
-Version:       0.4.2
-Release:       1
+Version:       0.5
+%define        _pre    rc1
+Release:       0.%{_pre}.1
 Epoch:         1
 License:       GPL
 Group:         Applications/Networking
-Source0:       http://elinks.or.cz/download/%{name}-%{version}.tar.bz2
+#Source0Download:      http://elinks.or.cz/download.html
+Source0:       http://elinks.or.cz/download/%{name}-%{version}%{_pre}.tar.bz2
+# Source0-md5: ca112cc3160232c13467db583d775f97
 Source1:       %{name}.desktop
 Source2:       links.png
+Patch0:                %{name}-pl.po.patch
+Patch1:                %{name}-home_etc.patch
 URL:           http://elinks.or.cz/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
 BuildRequires: expat-devel
+BuildRequires: gettext-devel
 BuildRequires: gpm-devel
 BuildRequires: lua40-devel
 BuildRequires: ncurses-devel => 5.1
-BuildRequires: openssl-devel >= 0.9.6a
+BuildRequires: openssl-devel >= 0.9.7c
 BuildRequires: zlib-devel
 BuildRequires: /usr/bin/texi2html
 Provides:      webclient
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sysconfdir     /etc/elinks
+%define                specflags_ia32  "-fomit-frame-pointer"
+
 %description
 This is the elinks tree - intended to provide feature-rich version of
 links, however not rock-stable and dedicated mainly for testing. Its
@@ -47,47 +56,55 @@ tabelas, baixa arquivos em segundo plano, e usa as conex
 keepalive.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_pre}
+%patch0 -p1
+%patch1 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
-       --sysconfdir=/etc/elinks \
-    --enable-fastmem \
+%{!?debug:     --enable-fastmem} \
+%{?debug:      --enable-debug} \
+       --enable-leds \
+       --enable-256-colors \
        --without-x
 %{__make}
 
 cd doc
 texi2html elinks-lua.texi
+cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW \
+install -d $RPM_BUILD_ROOT%{_desktopdir} \
        $RPM_BUILD_ROOT%{_datadir}/%{name} \
        $RPM_BUILD_ROOT{%{_sysconfdir},%{_pixmapsdir}}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
 
 install contrib/lua/[bcmr]*.lua $RPM_BUILD_ROOT%{_sysconfdir}
 install contrib/lua/hooks.lua.in $RPM_BUILD_ROOT%{_sysconfdir}/hooks.lua
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS ChangeLog NEWS README SITES TODO
-%doc contrib/{completion.tcsh,keybind*,wipe-out-ssl*,lua/elinks-remote}
+%doc contrib/{keybind*,wipe-out-ssl*,lua/elinks-remote}
 %doc contrib/conv/{*awk,*.pl,*.sh}
 %doc doc/{*.txt,*.html}
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man*/*
-%{_applnkdir}/Network/WWW/*
+%{_desktopdir}/*
 %{_pixmapsdir}/*
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}
This page took 0.040689 seconds and 4 git commands to generate.