]> git.pld-linux.org Git - packages/attr.git/commitdiff
- updated to 2.4.14, added pl.po, actually enabled gettext auto/ac/attr-2_4_14-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Jan 2004 21:14:01 +0000 (21:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    attr.spec -> 1.52

attr.spec

index 3ca7016816cce94c497e06780b4de8c7a02181e8..9a41c0e9d44ba12f3714a40c1d3a8c6b7042cee6 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -1,13 +1,14 @@
 Summary:       Utility for managing filesystem extended attributes
 Summary(pl):   Narzêdzia do zarz±dzania rozszerzonymi atrybutami systemu plików
 Name:          attr
-Version:       2.4.13
+Version:       2.4.14
 Release:       1
 # most part is on LGPL v2.1, but the rest enforces GPL
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz
-# Source0-md5: 3a68ebd892976e732c4fca96a62db885
+# Source0-md5: 816543754a6c61a066fae7749fa75473
+Source1:       %{name}-pl.po
 Patch0:                %{name}-miscfix.patch
 URL:           http://oss.sgi.com/projects/xfs/
 BuildRequires: autoconf
@@ -57,13 +58,16 @@ Biblioteki statyczne do korzystania z rozszerzonych atrybut
 %setup -q
 %patch0 -p1
 
+cp %{SOURCE1} po/pl.po
+%{__perl} -pi -e 's/^(LINGUAS.*)/$1 pl/' po/Makefile
+
 %build
 rm -f aclocal.m4
 %{__aclocal} -I m4
 %{__autoconf}
 %configure \
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
-       OPTIMIZER="%{rpmcflags}"
+       OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
 
 %{__make}
 
This page took 0.647387 seconds and 4 git commands to generate.