]> git.pld-linux.org Git - packages/pinfo.git/blobdiff - pinfo.spec
- updated to 0.6.3.
[packages/pinfo.git] / pinfo.spec
index 65bd3796eac6c6a443158b3a21278d58b66d7f08..e9eafa93636fca268dd4e7dcc1a4681af0bfefca 100644 (file)
@@ -1,15 +1,17 @@
 Summary:       Lynx-style info browser
 Summary(pl):   Przêgl±darka info w stylu lynx'a
 Name:          pinfo   
-Version:       0.5.9
-Release:       4
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
+Version:       0.6.3
+Release:       1
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
 License:       GPL
 Vendor:                Przemek Borys <pborys@dione.ids.pl>
 Source0:       http://zeus.polsl.gliwice.pl/~pborys/stable-version/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: ncurses-devel >= 5.0
-BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
@@ -24,8 +26,9 @@ Pinfo jest przegl
 %setup -q
 
 %build
-gettextize --copy --force
-LDFLAGS="-s"; export LDFLAGS
+aclocal -I macros
+autoconf
+automake -a -c
 %configure \
        --without-included-gettext
        
@@ -36,8 +39,7 @@ rm -rf $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.061136 seconds and 4 git commands to generate.