diff options
author | John L. Whiteman <john.l.whiteman@intel.com> | 2014-10-10 15:28:01 -0700 |
---|---|---|
committer | John L. Whiteman <john.l.whiteman@intel.com> | 2014-10-10 15:42:52 -0700 |
commit | efac36e39e9c65ebf2a11545b6fe9a2e0185d5e8 (patch) | |
tree | 612086bd681c12af4af8846b263a1169a60db163 | |
parent | 317eec4ea3afe0cccbb1b86cede3b87ef032ec7b (diff) | |
download | libcap-accepted/tizen_wearable.tar.gz libcap-accepted/tizen_wearable.tar.bz2 libcap-accepted/tizen_wearable.zip |
Fix TC-1588. Install libcap to /usr directoriestizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_mobile/20141120.000000submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_base/20151223.111112submit/tizen_3.0_base/20161028.062323submit/tizen_3.0.m2_base/20170104.073748submit/tizen/20141013.162359accepted/tizen/ivi/20141020.030528accepted/tizen/common/20141013.222720accepted/tizen/base/20151223.052334accepted/tizen/3.0/base/20161028.102918accepted/tizen/3.0.m2/base/20170104.082058tizen_3.0_ivitizen_3.0.m2_basetizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_iviaccepted/tizen_3.0.m2_base
Change-Id: Iffaf859f37d4e44c61f44508d4814856b9c2a273
Signed-off-by: John L. Whiteman <john.l.whiteman@intel.com>
-rw-r--r-- | packaging/libcap.changes | 3 | ||||
-rw-r--r-- | packaging/libcap.spec | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/packaging/libcap.changes b/packaging/libcap.changes index ecf1980..93316ff 100644 --- a/packaging/libcap.changes +++ b/packaging/libcap.changes @@ -1,3 +1,6 @@ +* Fri Oct 10 2014 John L. Whiteman <john.l.whiteman@intel.com> accepted/tizen/generic/20140312.114958-1-g431cdd7 +- Fixed TC-1588. Install libcap to /usr/sbin + * Wed Jan 15 2014 Maciej Wereski <m.wereski@partner.samsung.com> upstream/2.24@71163a1 - Update to 2.24 diff --git a/packaging/libcap.spec b/packaging/libcap.spec index d27c6ed..cc85c8d 100644 --- a/packaging/libcap.spec +++ b/packaging/libcap.spec @@ -51,7 +51,7 @@ cp %{SOURCE1001} . lib=%{_lib} make %{?_smp_mflags} DEBUG="-g %{optflags}" %install -make install DESTDIR=%{buildroot} LIBDIR=%{buildroot}/%{_lib} MANDIR=%{buildroot}%{_mandir} PKGCONFIGDIR=%{buildroot}%{_libdir}/pkgconfig RAISE_SETFCAP=no +make install prefix=%{_prefix} DESTDIR=%{buildroot} LIBDIR=%{buildroot}/%{_lib} MANDIR=%{buildroot}%{_mandir} PKGCONFIGDIR=%{buildroot}%{_libdir}/pkgconfig RAISE_SETFCAP=no # remove unneeded files rm -f %{buildroot}/%{_lib}/*.*a # move *.so file to libdir and relink @@ -75,7 +75,7 @@ ln -s /%{_lib}/libcap.so.2 %{buildroot}%{_libdir}/libcap.so %defattr(-,root,root) %{_mandir}/man1/* %{_mandir}/man8/* -/sbin/* +%{_prefix}/sbin/* %files devel %manifest %{name}.manifest |