This commit is contained in:
committed by
Git OBS Bridge
parent
3f67f64a4e
commit
4e0dbb700e
37
attr.spec
37
attr.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package attr (Version 2.4.28)
|
||||
# spec file for package attr (Version 2.4.39)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -12,19 +12,19 @@
|
||||
|
||||
Name: attr
|
||||
Group: System/Filesystems
|
||||
Autoreqprov: on
|
||||
Summary: A Command to Manipulate File System Extended Attributes
|
||||
Version: 2.4.28
|
||||
Release: 52
|
||||
AutoReqProv: on
|
||||
Summary: Commands for Manipulating Extended Attributes
|
||||
Version: 2.4.39
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.src.tar.bz2
|
||||
Source1: xattr.conf
|
||||
Patch0: builddefs.in.diff
|
||||
Patch1: xfs-cmds-25211a-skip-DMF-attributes-on-copy-also
|
||||
Patch2: xfs-cmds-25263a-fix-list_attr-segfault
|
||||
Patch3: xattr_conf.diff
|
||||
URL: ftp://oss.sgi.com/projects/xfs/cmd_tars
|
||||
Patch1: xattr_conf.diff
|
||||
Patch2: remove-ea-conv.diff
|
||||
Patch3: walk-attr.diff
|
||||
Url: ftp://oss.sgi.com/projects/xfs/cmd_tars
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
License: GNU General Public License (GPL)
|
||||
License: GPL v2 or later
|
||||
Conflicts: xfsdump < 2.0.0
|
||||
|
||||
%description
|
||||
@@ -42,7 +42,7 @@ Authors:
|
||||
|
||||
%package -n libattr
|
||||
Summary: A dynamic library for filesystem extended attribute support
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libattr
|
||||
@@ -58,7 +58,7 @@ Authors:
|
||||
|
||||
%package -n libattr-devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: attr-devel
|
||||
Obsoletes: attr-devel
|
||||
@@ -79,8 +79,8 @@ Authors:
|
||||
%prep
|
||||
%setup
|
||||
%patch0 -p1
|
||||
%patch1 -p2
|
||||
%patch2 -p2
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
@@ -128,13 +128,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -f %{name}.lang
|
||||
%defattr (-,root,root)
|
||||
%dir %attr(755,root,root) /usr/share/doc/packages/attr
|
||||
%dir %attr(755,root,root) /usr/share/doc/packages/attr/ea-conv
|
||||
%doc %attr(644,root,root) /usr/share/doc/packages/attr/README
|
||||
%doc %attr(644,root,root) /usr/share/doc/packages/attr/CHANGES.gz
|
||||
%doc %attr(644,root,root) /usr/share/doc/packages/attr/COPYING
|
||||
%doc %attr(644,root,root) /usr/share/doc/packages/attr/PORTING
|
||||
%doc %attr(644,root,root) /usr/share/doc/packages/attr/ea-conv/README
|
||||
%doc %attr(755,root,root) /usr/share/doc/packages/attr/ea-conv/ea-conv
|
||||
%doc %attr(644,root,root) %{_mandir}/man1/attr.1.gz
|
||||
%doc %attr(644,root,root) %{_mandir}/man1/getfattr.1.gz
|
||||
%doc %attr(644,root,root) %{_mandir}/man1/setfattr.1.gz
|
||||
@@ -167,8 +164,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr (-,root,root)
|
||||
/%{_lib}/libattr.so.1*
|
||||
%config %{_sysconfdir}/xattr.conf
|
||||
|
||||
%changelog
|
||||
* Fri Oct 26 2007 - agruen@suse.de
|
||||
- A large jump to the current upstream version 2.4.39.
|
||||
- Fix the upstream path walking code.
|
||||
- Remove the ea-conv script; this is not relevant anymore since
|
||||
years.
|
||||
* Wed Apr 25 2007 - agruen@suse.de
|
||||
- Fix the permissions of /etc/xattr.conf.
|
||||
* Mon Oct 16 2006 - agruen@suse.de
|
||||
|
Reference in New Issue
Block a user