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