]> git.pld-linux.org Git - packages/elinks.git/blob - elinks.spec
- updated polish translation (Patch2)
[packages/elinks.git] / elinks.spec
1 Summary:        Experimantal Links (text WWW browser)
2 Summary(pl):    Eksperymentalny Links (tekstowa przegl±darka WWW)
3 Name:           elinks
4 Version:        0.4pre15
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://elinks.or.cz/download/%{name}-%{version}.tar.bz2
9 Source1:        %{name}.desktop
10 Source2:        links.png
11 Patch0:         %{name}-configure.patch
12 Patch1:         %{name}-lua-scripts-fixes.patch
13 Patch2:         %{name}-pl-lang-update.patch
14 URL:            http://elinks.or.cz/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  bzip2-devel
18 BuildRequires:  gpm-devel
19 BuildRequires:  lua-devel
20 BuildRequires:  ncurses-devel => 5.1
21 BuildRequires:  openssl-devel >= 0.9.6a
22 BuildRequires:  zlib-devel
23 Provides:       webclient
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 This is the elinks tree - intended to provide feature-rich version of
28 links, however not rock-stable and dedicated mainly for testing. Its
29 purpose is to make alternative to links, until Mikulas will have some
30 time to maintain it, and to test and tune various patches for Mikulas
31 to be able to include them in the official links releases.
32
33 %description -l pl
34 Bogata w opcje i mo¿liwo¶ci wersja tekstowej przegl±darki www - links.
35 elinks jednak jest dedykowana g³ównie do testowania.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40 %patch1 -p1
41 %patch2 -p1
42
43 %build
44 rm -f missing
45 cd intl
46 ./gen-intl
47 cd ..
48 aclocal
49 %{__autoconf}
50 %{__automake}
51 %configure \
52         --without-x
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW \
58         $RPM_BUILD_ROOT%{_datadir}/%{name} \
59         $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_pixmapsdir}}
60
61 %{__make} install DESTDIR=$RPM_BUILD_ROOT
62
63 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
64 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
65
66 install contrib/lua/config.lua $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc AUTHORS BUGS ChangeLog HACKING LUA NEWS README SITES TODO
74 %doc contrib/{completion.tcsh,keybind*,wipe-out-ssl*,lua/{*.lua,elinks-remote}}
75 %doc contrib/conv/{*awk,*.pl,*.sh}
76 %attr(755,root,root) %{_bindir}/*
77 %{_applnkdir}/Network/WWW/*
78 %{_mandir}/man*/*
79 %{_pixmapsdir}/*
80 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}
This page took 0.086852 seconds and 3 git commands to generate.