]> git.pld-linux.org Git - packages/pinfo.git/blob - pinfo.spec
- adapterized.
[packages/pinfo.git] / pinfo.spec
1 Summary:        Lynx-style info browser
2 Summary(es):    Visualizador de páginas info y man
3 Summary(pl):    Przêgl±darka info w stylu lynksa
4 Summary(pt_BR): Visualizador de páginas info e man
5 Name:           pinfo
6 Version:        0.6.5
7 Release:        1
8 License:        GPL
9 Group:          Applications/System
10 Vendor:         Przemek Borys <pborys@dione.ids.pl>
11 Source0:        http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz
12 Patch0:         %{name}-amfix.patch
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  ncurses-devel >= 5.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _sysconfdir     /etc
19
20 %description
21 Pinfo is a curses based lynx-style info browser.
22
23 %description -l es
24 Visualizador de páginas info y man.
25
26 %description -l pl
27 Pinfo jest przegl±dark± dokumentów info podobn± do lynksa.
28
29 %description -l pt_BR
30 Visualizador hipertexto de arquivos info e páginas de manual, com
31 interface semelhante ao lynx. Suporta pesquisa de expressões
32 regulares.
33
34 %prep
35 %setup -q
36 %patch -p1
37
38 %build
39 aclocal -I macros
40 autoconf
41 automake -a -c -f
42 %configure \
43         --without-included-gettext
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install DESTDIR=$RPM_BUILD_ROOT
51
52 gzip -9nf ChangeLog NEWS AUTHORS README
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %attr(755,root,root) %{_bindir}/pinfo
63 %config %verify(not md5 size mtime) %{_sysconfdir}/pinforc
64
65 %{_mandir}/man1/*
This page took 0.030385 seconds and 3 git commands to generate.