From 340927d20fe516adfad5c29c957ebd356880647e Mon Sep 17 00:00:00 2001 From: "jk7744.park" Date: Tue, 8 Sep 2015 22:00:16 +0900 Subject: [PATCH] tizen 2.3.1 release --- packaging/libunwind.manifest | 5 +++++ packaging/libunwind.spec | 11 +++++------ scripts/kernel-diff.sh | 0 scripts/make-L-files | 0 src/ia64/mk_cursor_i | 0 tests/perf-startup | 0 tests/run-check-namespace | 0 tests/run-coredump-unwind | 0 tests/run-coredump-unwind-mdi | 0 tests/run-ia64-test-dyn1 | 0 tests/run-ptrace-mapper | 0 tests/run-ptrace-misc | 0 12 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 packaging/libunwind.manifest mode change 100755 => 100644 packaging/libunwind.spec mode change 100755 => 100644 scripts/kernel-diff.sh mode change 100755 => 100644 scripts/make-L-files mode change 100755 => 100644 src/ia64/mk_cursor_i mode change 100755 => 100644 tests/perf-startup mode change 100755 => 100644 tests/run-check-namespace mode change 100755 => 100644 tests/run-coredump-unwind mode change 100755 => 100644 tests/run-coredump-unwind-mdi mode change 100755 => 100644 tests/run-ia64-test-dyn1 mode change 100755 => 100644 tests/run-ptrace-mapper mode change 100755 => 100644 tests/run-ptrace-misc diff --git a/packaging/libunwind.manifest b/packaging/libunwind.manifest new file mode 100644 index 0000000..97e8c31 --- /dev/null +++ b/packaging/libunwind.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libunwind.spec b/packaging/libunwind.spec old mode 100755 new mode 100644 index a53cf89..378cccb --- a/packaging/libunwind.spec +++ b/packaging/libunwind.spec @@ -19,7 +19,7 @@ Name: libunwind BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: pkgconfig +BuildRequires: pkg-config Url: http://savannah.nongnu.org/projects/libunwind/ Summary: Unwind Library License: MIT @@ -27,6 +27,7 @@ Group: System/Base Version: 1.1 Release: 0 Source0: %{name}-%{version}.tar.gz +Source1: packaging/%{name}.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 ia64 x86_64 %arm ppc ppc64 @@ -38,6 +39,7 @@ Patch4: fix_builderror.patch Patch5: fix_unwindinfo_free.patch Patch6: disable_UNW_ARM_METHOD_FRAME.patch + %description A portable and efficient C programming interface (API) to determine the call chain of a program. @@ -66,6 +68,7 @@ Authors: %prep %setup -q +cp %SOURCE1 . %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -94,20 +97,16 @@ ln -sf /%{_lib}/libunwind.so.8 $RPM_BUILD_ROOT%{_libdir}/libunwind.so # Check that ln did not create a dangling link stat "%buildroot"/$(readlink -f "%buildroot/%_libdir/libunwind.so"); -mkdir -p %{buildroot}/usr/share/license -cp COPYING %{buildroot}/usr/share/license/%{name} -cat LICENSE >> %{buildroot}/usr/share/license/%{name} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) +%manifest %{name}.manifest /%_lib/lib* %{_libdir}/lib*.so.* %{_libdir}/libunwind.so -/usr/share/license/%{name} %files devel %defattr(-, root, root) diff --git a/scripts/kernel-diff.sh b/scripts/kernel-diff.sh old mode 100755 new mode 100644 diff --git a/scripts/make-L-files b/scripts/make-L-files old mode 100755 new mode 100644 diff --git a/src/ia64/mk_cursor_i b/src/ia64/mk_cursor_i old mode 100755 new mode 100644 diff --git a/tests/perf-startup b/tests/perf-startup old mode 100755 new mode 100644 diff --git a/tests/run-check-namespace b/tests/run-check-namespace old mode 100755 new mode 100644 diff --git a/tests/run-coredump-unwind b/tests/run-coredump-unwind old mode 100755 new mode 100644 diff --git a/tests/run-coredump-unwind-mdi b/tests/run-coredump-unwind-mdi old mode 100755 new mode 100644 diff --git a/tests/run-ia64-test-dyn1 b/tests/run-ia64-test-dyn1 old mode 100755 new mode 100644 diff --git a/tests/run-ptrace-mapper b/tests/run-ptrace-mapper old mode 100755 new mode 100644 diff --git a/tests/run-ptrace-misc b/tests/run-ptrace-misc old mode 100755 new mode 100644 -- 2.7.4