From: Chanho Park Date: Fri, 18 Jul 2014 07:21:36 +0000 (+0900) Subject: packaging: update 2.4.47 with fixing build error X-Git-Tag: accepted/tizen/3.0/base/20161028.103041^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.m14.3_ivi;p=platform%2Fupstream%2Fattr.git packaging: update 2.4.47 with fixing build error This patch updates attr version to 2.4.47 and fixing build error due to autoconf. Change-Id: I5477c0d9940d99c8f87060ea92344319c227396b Signed-off-by: Chanho Park --- diff --git a/packaging/attr.changes b/packaging/attr.changes index a0e3e71..3c42370 100644 --- a/packaging/attr.changes +++ b/packaging/attr.changes @@ -1,3 +1,6 @@ +* Fri Jul 18 2014 Chanho Park upstream/2.4.47-7-gb1e28aa +- Imported Upstream version 2.4.47 + * Mon Mar 18 2013 Anas Nashif upstream/2.4.46@ce87393 - Update package groups diff --git a/packaging/attr.spec b/packaging/attr.spec index 40c5c4a..fe383c0 100644 --- a/packaging/attr.spec +++ b/packaging/attr.spec @@ -3,7 +3,7 @@ Name: attr 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 @@ -57,7 +57,6 @@ cp %{SOURCE1001} . %build export OPTIMIZER="$RPM_OPT_FLAGS -fPIC" export DEBUG=-DNDEBUG -autoconf CFLAGS="$RPM_OPT_FLAGS" \ %configure \ --prefix=/ \ @@ -122,5 +121,7 @@ chmod 755 $RPM_BUILD_ROOT/%{_libdir}/libattr.so.1* %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