tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.074943 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:00:16 +0000 (22:00 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:00:16 +0000 (22:00 +0900)
12 files changed:
packaging/libunwind.manifest [new file with mode: 0644]
packaging/libunwind.spec [changed mode: 0755->0644]
scripts/kernel-diff.sh [changed mode: 0755->0644]
scripts/make-L-files [changed mode: 0755->0644]
src/ia64/mk_cursor_i [changed mode: 0755->0644]
tests/perf-startup [changed mode: 0755->0644]
tests/run-check-namespace [changed mode: 0755->0644]
tests/run-coredump-unwind [changed mode: 0755->0644]
tests/run-coredump-unwind-mdi [changed mode: 0755->0644]
tests/run-ia64-test-dyn1 [changed mode: 0755->0644]
tests/run-ptrace-mapper [changed mode: 0755->0644]
tests/run-ptrace-misc [changed mode: 0755->0644]

diff --git a/packaging/libunwind.manifest b/packaging/libunwind.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
old mode 100755 (executable)
new mode 100644 (file)
index a53cf89..378cccb
@@ -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)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)