]> git.pld-linux.org Git - packages/pinfo.git/blobdiff - pinfo.spec
- merge translations from CNV.
[packages/pinfo.git] / pinfo.spec
index b869318729fb2565537ab162dce7a74184102833..7b2b37c90482fc831ee70718bd123aa81a56f401 100644 (file)
@@ -1,40 +1,55 @@
 Summary:       Lynx-style info browser
+Summary(es):   Visualizador de páginas info y man
 Summary(pl):   Przêgl±darka info w stylu lynx'a
+Summary(pt_BR):        Visualizador de páginas info e man
 Name:          pinfo   
-Version:       0.5.7
+Version:       0.6.3
 Release:       1
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
-Copyright:     GPL
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
+License:       GPL
 Vendor:                Przemek Borys <pborys@dione.ids.pl>
-Source:                http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz
-BuildRoot:     /tmp/%{name}-%{version}-root
+Source0:       http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: ncurses-devel >= 5.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
 
 %description
 Pinfo is a curses based lynx-style info browser.
 
+%description -l es
+Visualizador de páginas info y man.
+
 %description -l pl
 Pinfo jest przegl±dark± dokumentów info podobn± do lynx'a.
 
+%description -l pt_BR
+Visualizador hipertexto de arquivos info e páginas de manual, com
+interface semelhante ao lynx. Suporta pesquisa de expressões
+regulares.
+
 %prep
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
+aclocal -I macros
+autoconf
+automake -a -c
 %configure \
        --without-included-gettext
        
-make 
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       ChangeLog NEWS AUTHORS README
+gzip -9nf ChangeLog NEWS AUTHORS README
 
 %find_lang %{name}
 
This page took 0.073618 seconds and 4 git commands to generate.