This patch updates attr version to 2.4.47 and fixing build error due to
autoconf.
Change-Id: I5477c0d9940d99c8f87060ea92344319c227396b
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
+* Fri Jul 18 2014 Chanho Park <chanho61.park@samsung.com> upstream/2.4.47-7-gb1e28aa
+- Imported Upstream version 2.4.47
+
* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/2.4.46@ce87393
- Update package groups
Summary: Commands for Manipulating Extended Attributes
License: GPL-2.0+ ; LGPL-2.1+
Group: Base/File Systems
-Version: 2.4.46
+Version: 2.4.47
Release: 0
Source: %{name}-%{version}.src.tar.gz
Source1: xattr.conf
%build
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
export DEBUG=-DNDEBUG
-autoconf
CFLAGS="$RPM_OPT_FLAGS" \
%configure \
--prefix=/ \
%defattr (-,root,root)
%{_libdir}/libattr.so.1*
%config %{_sysconfdir}/xattr.conf
+%dir %attr(755,root,root) /usr/share/doc/packages/attr
+%doc %attr(644,root,root) /usr/share/doc/packages/attr/COPYING.LGPL
%changelog