]> git.pld-linux.org Git - packages/pinfo.git/blob - pinfo.spec
- release 2,
[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.5.9
5 Release:        2
6 Group:          Utilities/System
7 Group(pl):      Narzêdzia/System
8 Copyright:      GPL
9 Vendor:         Przemek Borys <pborys@dione.ids.pl>
10 Source:         http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz
11 BuildRequires:  ncurses-devel >= 5.0
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %define         _sysconfdir     /etc
15
16 %description
17 Pinfo is a curses based lynx-style info browser.
18
19 %description -l pl
20 Pinfo jest przegl±dark± dokumentów info podobn± do lynx'a.
21
22 %prep
23 %setup -q
24
25 %build
26 LDFLAGS="-s"; export LDFLAGS
27 %configure \
28         --without-included-gettext
29         
30 make 
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 make install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
38         ChangeLog NEWS AUTHORS README
39
40 %find_lang %{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files -f %{name}.lang
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %attr(755,root,root) %{_bindir}/pinfo
49 %config %verify(not md5 size mtime) %{_sysconfdir}/pinforc
50
51 %{_mandir}/man1/*
This page took 0.062352 seconds and 4 git commands to generate.