diff options
author | Eunji, Lee <eunjieji.lee@samsung.com> | 2016-06-07 18:35:38 +0900 |
---|---|---|
committer | Eunji, Lee <eunjieji.lee@samsung.com> | 2016-06-07 18:35:38 +0900 |
commit | cc7d587e410fdddc8f33433cc6058913fa18b628 (patch) | |
tree | 37de455d19f4d6f67b7e05fd68127df38942d6b1 | |
parent | a7130cb8b6f610218c8f50d34445e35f329072df (diff) | |
download | ttrace-cc7d587e410fdddc8f33433cc6058913fa18b628.tar.gz ttrace-cc7d587e410fdddc8f33433cc6058913fa18b628.tar.bz2 ttrace-cc7d587e410fdddc8f33433cc6058913fa18b628.zip |
organize build scriptssubmit/tizen/20160607.095726accepted/tizen/wearable/20160607.235512accepted/tizen/tv/20160607.235501accepted/tizen/mobile/20160607.235535accepted/tizen/ivi/20160607.235532accepted/tizen/common/20160607.194748
Change-Id: I369324d51d9684cdef17e662e85f09a349ff0785
Signed-off-by: Eunji, Lee <eunjieji.lee@samsung.com>
-rw-r--r-- | atrace.pc.in | 2 | ||||
-rwxr-xr-x | packaging/ttrace.spec | 12 |
2 files changed, 5 insertions, 9 deletions
diff --git a/atrace.pc.in b/atrace.pc.in index 422aeba..1ece274 100644 --- a/atrace.pc.in +++ b/atrace.pc.in @@ -9,5 +9,5 @@ Name: atrace Description: atrace for tizen Version: @VERSION@ Requires: zlib -Libs: -L${libdir} -latrace +Libs: -L${libdir} Cflags: -I${includedir} diff --git a/packaging/ttrace.spec b/packaging/ttrace.spec index 7478a3f..14ca0c4 100755 --- a/packaging/ttrace.spec +++ b/packaging/ttrace.spec @@ -77,19 +77,15 @@ cp LICENSE %{buildroot}/usr/share/license/%{name} %{_libdir}/libttrace.so.* %{_unitdir}/ttrace-marker.service %{_unitdir}/ttrace-marker.service.wants/ -%attr(755,root,developer) %{_bindir}/atrace -%attr(755,root,developer) %{_bindir}/atrace-1.1 +%attr(755,root,users) %{_bindir}/atrace +%attr(755,root,users) %{_bindir}/atrace-1.1 %{_unitdir}/sys-kernel-debug.mount.wants/ttrace-marker.service %attr(755,root,root) %{_bindir}/atrace-bootup.sh /usr/share/license/%{name} %files devel %defattr(-,root,root,-) -%{_includedir}/ttrace.h -%{_includedir}/TTraceWrapper.h -%{_includedir}/trace.h +%{_includedir}/*.h %{_libdir}/libttrace.so %{_libdir}/libttrace.a -%{_libdir}/pkgconfig/ttrace.pc -%{_libdir}/pkgconfig/ttrace-static.pc -%{_libdir}/pkgconfig/atrace.pc +%{_libdir}/pkgconfig/*.pc |