]> git.pld-linux.org Git - packages/pinfo.git/blob - pinfo.spec
7b2b37c90482fc831ee70718bd123aa81a56f401
[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 lynx'a
4 Summary(pt_BR): Visualizador de páginas info e man
5 Name:           pinfo   
6 Version:        0.6.3
7 Release:        1
8 Group:          Applications/System
9 Group(de):      Applikationen/System
10 Group(pl):      Aplikacje/System
11 License:        GPL
12 Vendor:         Przemek Borys <pborys@dione.ids.pl>
13 Source0:        http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  ncurses-devel >= 5.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _sysconfdir     /etc
20
21 %description
22 Pinfo is a curses based lynx-style info browser.
23
24 %description -l es
25 Visualizador de páginas info y man.
26
27 %description -l pl
28 Pinfo jest przegl±dark± dokumentów info podobn± do lynx'a.
29
30 %description -l pt_BR
31 Visualizador hipertexto de arquivos info e páginas de manual, com
32 interface semelhante ao lynx. Suporta pesquisa de expressões
33 regulares.
34
35 %prep
36 %setup -q
37
38 %build
39 aclocal -I macros
40 autoconf
41 automake -a -c
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.039539 seconds and 3 git commands to generate.