]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr.spec
- up to 2.4.32
[packages/attr.git] / attr.spec
index 99f669dcebc7c7599378d4da028b98f9488fabe0..f5ba46295197fa96a64364f5295c449dacbc5011 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -1,20 +1,22 @@
 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
+Version:       2.4.32
 Release:       1
-# most part is on LGPL v2.1, but the rest enforces GPL
-License:       GPL
+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}-pl.po-update.patch
 URL:           http://oss.sgi.com/projects/xfs/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: sed >= 4.1.1-1  
+BuildRequires: libtool
+BuildRequires: sed >= 4.0
+Obsoletes:     libattr
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
@@ -58,6 +60,7 @@ Biblioteki statyczne do korzystania z rozszerzonych atrybut
 %setup -q
 %patch0 -p1
 %patch1 -p1
+#%patch2 -p1
 
 %build
 rm -f aclocal.m4
@@ -106,8 +109,8 @@ echo ".so attr_set.3"       > $RPM_BUILD_ROOT%{_mandir}/man3/attr_setf.3
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.032184 seconds and 4 git commands to generate.