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