tizen 2.4 release accepted/tizen_2.4_mobile tizen_2.4 accepted/tizen/2.4/mobile/20151029.035258 submit/tizen_2.4/20151028.063405 tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 07:18:13 +0000 (16:18 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 07:18:13 +0000 (16:18 +0900)
packaging/tizen-debug.spec

index aca9ee9..fbe46e0 100644 (file)
@@ -3,12 +3,12 @@
 
 Name:          tizen-debug
 Summary:       libc debug information with .debug_frame section only and ld debug information
-Version:       2.13
+Version:       2.20
 Release:       1
 License:       LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
 Group:         Development/Libraries
 Source0:       %{name}-%{version}.tar.gz
-BuildRequires: eglibc-debuginfo = %{version}
+BuildRequires: glibc-debuginfo = %{version}
 BuildRequires: binutils
 
 %description
@@ -21,8 +21,8 @@ Also, the ld debug information is included for the debugging convenience.
 
 %install
 mkdir -p %{buildroot}/%{_prefix}/%{_lib}/debug/%{_lib}
-objcopy -j .note.gnu.build-id -j .debug_frame %{_prefix}/%{_lib}/debug/%{_lib}/libc-%{version}.so.debug %{buildroot}%{_prefix}/%{_lib}/debug/%{_lib}/libc-%{version}.so.debug
-cp %{_prefix}/%{_lib}/debug/%{_lib}/ld-%{version}.so.debug %{buildroot}%{_prefix}/%{_lib}/debug/%{_lib}/ld-%{version}.so.debug
+objcopy -j .note.gnu.build-id -j .debug_frame %{_prefix}/%{_lib}/debug/%{_lib}/libc-%{version}-2014.11.so.debug %{buildroot}%{_prefix}/%{_lib}/debug/%{_lib}/libc-%{version}-2014.11.so.debug
+cp %{_prefix}/%{_lib}/debug/%{_lib}/ld-%{version}-2014.11.so.debug %{buildroot}%{_prefix}/%{_lib}/debug/%{_lib}/ld-%{version}-2014.11.so.debug
 
 %files
 %defattr(-,root,root)