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