]> git.pld-linux.org Git - packages/pinfo.git/blob - pinfo.spec
- added using CVS keywords in %changelog (for automating them).
[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.4
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/%{name}-%{version}.tar.gz
11 BuildRoot:      /tmp/%{name}-%{version}-root
12
13 %description
14 Pinfo is a curses based lynx-style info browser.
15
16 %description -l pl
17 Pinfo jest przegl±dark± dokumentów info podobn± do lynx'a.
18
19 %prep
20 %setup -q
21
22 %build
23 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
24 ./configure \
25         --prefix=/usr \
26         --sysconfdir=/etc \
27         --without-included-gettext \
28         --target=%{_target_platform} \
29         --host=%{_host}
30         
31 make 
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 make install DESTDIR=$RPM_BUILD_ROOT
37
38 gzip -9nf $RPM_BUILD_ROOT/usr/share/man/man*/* \
39         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) /usr/bin/pinfo
50 %config %verify(not md5 size mtime) /etc/pinforc
51
52 /usr/share/man/man1/*
This page took 0.032695 seconds and 4 git commands to generate.