]> git.pld-linux.org Git - packages/elinks.git/blob - elinks.spec
-fixed %%doc
[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.4pre20
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 URL:            http://elinks.or.cz/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  bzip2-devel
16 BuildRequires:  gpm-devel
17 BuildRequires:  lua40-devel
18 BuildRequires:  ncurses-devel => 5.1
19 BuildRequires:  openssl-devel >= 0.9.6a
20 BuildRequires:  zlib-devel
21 Provides:       webclient
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This is the elinks tree - intended to provide feature-rich version of
26 links, however not rock-stable and dedicated mainly for testing. Its
27 purpose is to make alternative to links, until Mikulas will have some
28 time to maintain it, and to test and tune various patches for Mikulas
29 to be able to include them in the official links releases.
30
31 %description -l pl
32 Bogata w opcje i mo¿liwo¶ci wersja tekstowej przegl±darki www - links.
33 elinks jednak jest dedykowana g³ównie do testowania.
34
35 %prep
36 %setup -q
37
38 %build
39 rm -f missing
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure \
44         --without-x
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW \
50         $RPM_BUILD_ROOT%{_datadir}/%{name} \
51         $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_pixmapsdir}}
52
53 %{__make} install DESTDIR=$RPM_BUILD_ROOT
54
55 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
56 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
57
58 install contrib/lua/config.lua $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS BUGS ChangeLog NEWS README SITES TODO
66 %doc contrib/{completion.tcsh,keybind*,wipe-out-ssl*,lua/{*.lua,elinks-remote}}
67 %doc contrib/conv/{*awk,*.pl,*.sh}
68 %doc doc/{bookmarks.txt,hacking.txt} 
69 %attr(755,root,root) %{_bindir}/*
70 %{_applnkdir}/Network/WWW/*
71 %{_mandir}/man*/*
72 %{_pixmapsdir}/*
73 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}
This page took 0.036445 seconds and 4 git commands to generate.