summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-02-25 22:10:22 +0000
committerNathan Scott <nathans@sgi.com>2002-02-25 22:10:22 +0000
commitc82edc1013cf28a096cb8f5ba21c28d3e9312227 (patch)
tree5a2c12886725666beddf1aaf8cdf20e474359ebc /build
parenta87485aca58ea2236b31b0c0b8e438b3d967709b (diff)
downloadattr-c82edc1013cf28a096cb8f5ba21c28d3e9312227.tar.gz
Merge of xfs-cmds-2.4.18:slinx:111138a by nathans.
bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project.
Diffstat (limited to 'build')
-rw-r--r--build/rpm/attr.spec.in23
1 files changed, 13 insertions, 10 deletions
diff --git a/build/rpm/attr.spec.in b/build/rpm/attr.spec.in
index c9d4990..e14e7cc 100644
--- a/build/rpm/attr.spec.in
+++ b/build/rpm/attr.spec.in
@@ -1,4 +1,4 @@
-Summary: Utility for managing filesystem extended attributes.
+Summary: Utilities for managing filesystem extended attributes.
Name: @pkg_name@
Version: @pkg_version@
Release: @pkg_release@
@@ -6,6 +6,7 @@ Distribution: @pkg_distribution@
Packager: @pkg_builder@
BuildRoot: @build_root@
Prereq: /sbin/ldconfig
+Conflicts: xfsdump < 2.0.0
Source: @pkg_name@-@pkg_version@.src.tar.gz
Copyright: Copyright (C) 2000 Silicon Graphics, Inc.
Vendor: Silicon Graphics, Inc.
@@ -13,23 +14,25 @@ URL: http://oss.sgi.com/projects/xfs/
Group: System Environment/Base
%description
-A utility for manipulating extended attributes on filesystem
-objects, compatible with the SGI IRIX tool of the same name.
+A set of tools for manipulating extended attributes on filesystem
+objects, in particular getfattr(1) and setfattr(1).
+An attr(1) command is also provided which is largely compatible
+with the SGI IRIX tool of the same name.
%package devel
Summary: Extended attribute static libraries and headers.
Group: Development/Libraries
-Requires: @pkg_name@
+Requires: @pkg_name@ >= 2.0.0
%description devel
attr-devel contains the libraries and header files needed to
-develop programs which make use of extended attributes. This
-interface is compatible with the SGI IRIX extended attribute
-interface, and makes use of an unofficial Linux system call.
+develop programs which make use of extended attributes.
+For Linux programs, the documented system call API is the
+recommended interface, but an SGI IRIX compatibility interface
+is also provided.
-Currently only XFS is supported, and the (experimental, unofficial)
-system call interface is likely to change in the future. However,
-the API built above this system call is unlikely to change and is
+Currently only ext2, ext3 and XFS support extended attributes.
+The SGI IRIX compatibility API built above the Linux system calls is
used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8).
You should install attr-devel if you want to develop programs