]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr.spec
- rel 3, fixed building on multilib sparc
[packages/attr.git] / attr.spec
index 35f578601fe016078640702a78c9bd4da23af843..b89e264001d7e9fb6235374ac2859d5e2ba82817 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -1,21 +1,21 @@
 Summary:       Utility for managing filesystem extended attributes
 Summary(pl):   Narzêdzia do zarz±dzania rozszerzonymi atrybutami systemu plików
 Name:          attr
-Version:       2.4.19
-Release:       1
-# most part is on LGPL v2.1, but the rest enforces GPL
-License:       GPL
+Version:       2.4.32
+Release:       3
+License:       LGPL v2+ (library), GPL v2+ (utilities)
 Group:         Applications/System
-Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz
-# Source0-md5: 0ea0d3bea5a58727eafd46fa1c0f09cc
+Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
+# Source0-md5: 092739e9b944815aecc1f5d8379d5ea5
 Patch0:                %{name}-miscfix.patch
-Patch1:                %{name}-po.patch
+Patch1:                %{name}-lt.patch
+Patch2:                %{name}-LDFLAGS.patch
 URL:           http://oss.sgi.com/projects/xfs/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: sed >= 4.1.1-1
-Obsoletes:             libattr
+BuildRequires: libtool
+Obsoletes:     libattr
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
@@ -59,6 +59,7 @@ Biblioteki statyczne do korzystania z rozszerzonych atrybut
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm -f aclocal.m4
@@ -68,7 +69,8 @@ rm -f aclocal.m4
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
        OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
 
-%{__make}
+%{__make} \
+       LLDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.033228 seconds and 4 git commands to generate.