]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr.spec
- 2.4.15
[packages/attr.git] / attr.spec
index 3ca7016816cce94c497e06780b4de8c7a02181e8..c667ff9a2f8e9b0f5d1151a86db818b59f5bda5c 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.15
 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: b785ec1b5b351b6ffcf0c31b12d87692
+Source1:       %{name}-pl.po
 Patch0:                %{name}-miscfix.patch
 URL:           http://oss.sgi.com/projects/xfs/
 BuildRequires: autoconf
@@ -56,6 +57,9 @@ Biblioteki statyczne do korzystania z rozszerzonych atrybut
 %prep
 %setup -q
 %patch0 -p1
+chmod -Rf u+w .
+cp %{SOURCE1} po/pl.po
+%{__perl} -pi -e 's/^(LINGUAS.*)/$1 pl/' po/Makefile
 
 %build
 rm -f aclocal.m4
@@ -63,7 +67,7 @@ rm -f aclocal.m4
 %{__autoconf}
 %configure \
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
-       OPTIMIZER="%{rpmcflags}"
+       OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
 
 %{__make}
 
This page took 0.064237 seconds and 4 git commands to generate.