]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
- release 3, pinfo-0_5_9-3
authorkloczek <kloczek@pld-linux.org>
Sat, 20 May 2000 19:38:37 +0000 (19:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix: added getetextize --copy --force on top %build for correctly install
  .po files,
- added "BuildRequires: gettext-devel".

Changed files:
    pinfo.spec -> 1.22

pinfo.spec

index 2d7b0baa5bd7d570ede485c125236806e3de5df8..7de0bd60d99279b585ba25f855db768c140373c4 100644 (file)
@@ -2,13 +2,14 @@ Summary:      Lynx-style info browser
 Summary(pl):   Przêgl±darka info w stylu lynx'a
 Name:          pinfo   
 Version:       0.5.9
-Release:       2
+Release:       3
 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
+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
@@ -23,6 +24,7 @@ Pinfo jest przegl
 %setup -q
 
 %build
+gettextize --copy --force
 LDFLAGS="-s"; export LDFLAGS
 %configure \
        --without-included-gettext
This page took 0.033555 seconds and 4 git commands to generate.