]> git.pld-linux.org Git - packages/pinfo.git/blobdiff - pinfo.spec
- updated to 0.6.0.
[packages/pinfo.git] / pinfo.spec
index b869318729fb2565537ab162dce7a74184102833..b9ad343a366222c9028c0e3d0d5c39c39b0ac8dd 100644 (file)
@@ -1,14 +1,16 @@
 Summary:       Lynx-style info browser
 Summary(pl):   Przêgl±darka info w stylu lynx'a
 Name:          pinfo   
-Version:       0.5.7
+Version:       0.6.0
 Release:       1
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
-Copyright:     GPL
+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: ncurses-devel >= 5.0
+BuildRequires: gettext-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
 
@@ -22,16 +24,17 @@ Pinfo jest przegl
 %setup -q
 
 %build
+gettextize --copy --force
 LDFLAGS="-s"; export LDFLAGS
 %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
This page took 0.092962 seconds and 4 git commands to generate.