Suravee Suthikulpanit 98e175b
Name:          libdwarf
b152045
Epoch:         1
5859746
Version:       0.9.1
5859746
Release:       1%{?dist}
4585522
Summary:       Library to access the DWARF Debugging file format 
4585522
e490e18
License:       LGPL-2.1-only AND BSD-2-Clause-FreeBSD
6e16988
URL:           https://www.prevanders.net/dwarf.html
b152045
Source0:       https://www.prevanders.net/%{name}-%{version}.tar.xz
Suravee Suthikulpanit 98e175b
8470185
BuildRequires: gcc make python3
Suravee Suthikulpanit 98e175b
3fb5ff9
%description
3fb5ff9
Library to access the DWARF debugging file format which supports
3fb5ff9
source level debugging of a number of procedural languages, such as C, C++,
3fb5ff9
and Fortran.  Please see http://www.dwarfstd.org for DWARF specification.
3fb5ff9
Suravee Suthikulpanit 98e175b
%package devel
Suravee Suthikulpanit 98e175b
Summary:       Library and header files of libdwarf
e490e18
License:       LGPL-2.1-only AND BSD-2-Clause-FreeBSD
fc50f6d
Requires:      %{name} = %{epoch}:%{version}-%{release}
Suravee Suthikulpanit 98e175b
3fb5ff9
%description devel
3fb5ff9
Development package containing library and header files of libdwarf.
3fb5ff9
paragn dd17daf
%package static
paragn dd17daf
Summary:       Static libdwarf library
e490e18
License:       LGPL-2.1-only AND BSD-2-Clause-FreeBSD
fc50f6d
Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
paragn dd17daf
3fb5ff9
%description static
3fb5ff9
Static libdwarf library.
3fb5ff9
Suravee Suthikulpanit 98e175b
%package tools
Suravee Suthikulpanit 98e175b
Summary:       Tools for accessing DWARF debugging information
e490e18
License:       GPL-2.0-only AND BSD-2-Clause-FreeBSD
fc50f6d
Requires:      %{name} = %{epoch}:%{version}-%{release}
Suravee Suthikulpanit 98e175b
Suravee Suthikulpanit 98e175b
%description tools
Suravee Suthikulpanit 98e175b
C++ version of dwarfdump (dwarfdump2) command-line utilities 
Suravee Suthikulpanit 98e175b
to access DWARF debug information.
Suravee Suthikulpanit 98e175b
3fb5ff9
Suravee Suthikulpanit 98e175b
%prep
3fb5ff9
%autosetup -p1
3fb5ff9
Suravee Suthikulpanit 98e175b
Suravee Suthikulpanit 98e175b
%build
04ccf69
%configure --enable-shared
3fb5ff9
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
3fb5ff9
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
3fb5ff9
%make_build
3fb5ff9
Suravee Suthikulpanit 98e175b
Suravee Suthikulpanit 98e175b
%install
3fb5ff9
%make_install
paragn dd17daf
Suravee Suthikulpanit 98e175b
efadb3e
%check
1777dc2
TZ=:America/Los_Angeles %__make check
efadb3e
efadb3e
Suravee Suthikulpanit 98e175b
%files
b152045
%doc src/lib/libdwarf/ChangeLog src/lib/libdwarf/README
b152045
%license src/lib/libdwarf/COPYING src/lib/libdwarf/LIBDWARFCOPYRIGHT src/lib/libdwarf/LGPL.txt
3dec6a7
%{_libdir}/libdwarf.so.0
3dec6a7
%{_libdir}/libdwarf.so.0.*
3fb5ff9
Suravee Suthikulpanit 98e175b
paragn dd17daf
%files static
paragn dd17daf
%{_libdir}/libdwarf.a
paragn dd17daf
3fb5ff9
Suravee Suthikulpanit 98e175b
%files devel
b152045
%doc doc/*.pdf
b152045
%{_includedir}/libdwarf-0
Suravee Suthikulpanit 98e175b
%{_libdir}/libdwarf.so
b152045
%{_libdir}/pkgconfig/libdwarf.pc
3fb5ff9
Suravee Suthikulpanit 98e175b
Suravee Suthikulpanit 98e175b
%files tools
b152045
%license src/bin/dwarfdump/COPYING src/bin/dwarfdump/DWARFDUMPCOPYRIGHT src/bin/dwarfdump/GPL.txt
Suravee Suthikulpanit 98e175b
%{_bindir}/dwarfdump
ea87e57
%{_datadir}/dwarfdump/dwarfdump.conf
ea87e57
%{_mandir}/man1/dwarfdump.1.gz
Suravee Suthikulpanit 98e175b
3fb5ff9
Suravee Suthikulpanit 98e175b
%changelog
5859746
* Sun Jan 28 2024 Tom Hughes <tom@compton.nu> - 1:0.9.1-1
5859746
- Update to 0.9.1 upstream release
5859746
50a8966
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.0-3
50a8966
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
50a8966
592fa2a
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.0-2
592fa2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
592fa2a
78f0259
* Fri Dec  8 2023 Tom Hughes <tom@compton.nu> - 1:0.9.0-1
78f0259
- Update to 0.9.0 upstream release
78f0259
13169eb
* Mon Sep 18 2023 Tom Hughes <tom@compton.nu> - 1:0.8.0-1
13169eb
- Update to 0.8.0 upstream release
13169eb
4c21f3d
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-2
4c21f3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
4c21f3d
48ebf1f
* Sun May 21 2023 Tom Hughes <tom@compton.nu> - 1:0.7.0-1
48ebf1f
- Update to 0.7.0 upstream release
48ebf1f
9004880
* Mon Feb 20 2023 Tom Hughes <tom@compton.nu> - 1:0.6.0-1
9004880
- Update to 0.6.0 upstream release
9004880
c271c0d
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.5.0-2
c271c0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
c271c0d
caba86c
* Wed Nov 23 2022 Tom Hughes <tom@compton.nu> - 1:0.5.0-1
caba86c
- Update to 0.5.0 upstream release
caba86c
df02e1b
* Tue Sep 13 2022 Tom Hughes <tom@compton.nu> - 1:0.4.2-1
df02e1b
- Update to 0.4.2 upstream release
df02e1b
3562331
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4.1-2
3562331
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
3562331
ea8071d
* Sun Jun 26 2022 Tom Hughes <tom@compton.nu> - 1:0.4.1-1
ea8071d
- Update to 0.4.1 upstream release
ea8071d
4c3e9e0
* Wed Apr 13 2022 Tom Hughes <tom@compton.nu> - 1:0.4.0-1
4c3e9e0
- Update to 0.4.0 upstream release
4c3e9e0
1777dc2
* Wed Feb 23 2022 Tom Hughes <tom@compton.nu> - 1:0.3.4-1
1777dc2
- Update to 0.3.4 upstream release
1777dc2
74a576d
* Wed Feb 23 2022 Tom Hughes <tom@compton.nu> - 1:0.3.3-1
74a576d
- Update to 0.3.3 upstream release
74a576d
3f1fb94
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.0-3
3f1fb94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3f1fb94
fc50f6d
* Thu Nov 25 2021 Tom Hughes <tom@compton.nu> - 1:0.3.0-2
fc50f6d
- Add missing epoch to requires
fc50f6d
b152045
* Mon Nov 22 2021 Tom Hughes <tom@compton.nu> - 1:0.3.0-1
b152045
- Update to 0.3.0 upstream release
b152045
0934a7e
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210528-2
0934a7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
0934a7e
edf1e50
* Sat May 29 2021 Tom Hughes <tom@compton.nu> - 20210528-1
edf1e50
- Update to 20210528 upstream release
edf1e50
c588f4c
* Sun Mar  7 2021 Tom Hughes <tom@compton.nu> - 20210305-1
c588f4c
- Update to 20210305 upstream release
c588f4c
be0412b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20201201-2
be0412b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
be0412b
6e16988
* Tue Dec  1 2020 Tom Hughes <tom@compton.nu> - 20201201-1
6e16988
- Update to 20201201 upstream release
6e16988
804c1a0
* Wed Oct 21 2020 Tom Hughes <tom@compton.nu> - 20201020-1
804c1a0
- Update t0 20201020 upstream release
804c1a0
8ed716f
* Tue Oct 20 2020 Tom Hughes <tom@compton.nu> - 20201017-1
8ed716f
- Update to 20201017 upstream release
8ed716f
7cae1b4
* Tue Aug 25 2020 Tom Hughes <tom@compton.nu> - 20200825-1
7cae1b4
- Update to 20200825 upstream release
7cae1b4
a1a2a3d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200719-2
a1a2a3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a1a2a3d
aec62a3
* Sun Jul 19 2020 Tom Hughes <tom@compton.nu> - 20200719-1
aec62a3
- Update to 20200719 upstream release
aec62a3
6ea51c1
* Sat Jul  4 2020 Tom Hughes <tom@compton.nu> - 20200703-1
6ea51c1
- Update to 20200703 upstream release
6ea51c1
8ef39f3
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200114-2
8ef39f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8ef39f3
bf849f4
* Tue Jan 14 2020 Tom Hughes <tom@compton.nu> - 20200114-1
bf849f4
- Update to 20200114 upstream release
bf849f4
f76f83d
* Tue Nov  5 2019 Tom Hughes <tom@compton.nu> - 20191104-1
f76f83d
- Update to 20191104 upstream release
efadb3e
- Enable tests
f76f83d
441fe3a
* Fri Oct  4 2019 Tom Hughes <tom@compton.nu> - 20191002-1
441fe3a
- Update to 20191002 upstream release
441fe3a
ff492bd
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190529-2
ff492bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ff492bd
8ec9333
* Thu May 30 2019 Tom Hughes <tom@compton.nu> - 20190529-1
8ec9333
- Update to 20190529 upstream release
8ec9333
28d2192
* Mon May  6 2019 Tom Hughes <tom@compton.nu> - 20190505-1
28d2192
- Update to 20190505 upstream release
28d2192
70c6c96
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20180809-2
70c6c96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
70c6c96
ea87e57
* Fri Aug 10 2018 Tom Hughes <tom@compton.nu> - 20180809-1
ea87e57
- Update to 20180809 upstream release
ea87e57
884f8e7
* Thu Jul 26 2018 Tom Hughes <tom@compton.nu> - 20180724-1
884f8e7
- Update to 20180724 upstream release
884f8e7
3fb5ff9
* Tue Jul 24 2018 Tom Hughes <tom@compton.nu> - 20180723-1
884f8e7
- Update to 20180723 upstream release
3fb5ff9
503437d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180527-2
503437d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
503437d
777b5fb
* Mon May 28 2018 Tom Hughes <tom@compton.nu> - 20180527-1
777b5fb
- Update to 20180527 upstream release
777b5fb
49405e7
* Sun Feb 18 2018 Tom Hughes <tom@compton.nu> - 20180129-4
49405e7
- Require gcc
49405e7
269faf5
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180129-3
269faf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
269faf5
690741a
* Tue Jan 30 2018 Tom Hughes <tom@compton.nu> - 20180129-2
690741a
- Drop ldconfig scriptlets
690741a
66daa39
* Tue Jan 30 2018 Tom Hughes <tom@compton.nu> - 20180129-1
66daa39
- Update to 20180129 upstream release
66daa39
95ec003
* Tue Jan 23 2018 Tom Hughes <tom@compton.nu> - 20170709-4
95ec003
- Link libdwarf against libelf
95ec003
dcdd83e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170709-3
dcdd83e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
dcdd83e
38d7f54
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170709-2
38d7f54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
38d7f54
c679d3a
* Mon Jul 10 2017 Tom Hughes <tom@compton.nu> - 20170709-1
c679d3a
- Update to 20170709 upstream release
c679d3a
73827e7
* Mon Apr 17 2017 Tom Hughes <tom@compton.nu> - 20170416-1
73827e7
- Update to 20170416 upstream release
73827e7
43f7851
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161124-2
43f7851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
43f7851
e597031
* Fri Nov 25 2016 Tom Hughes <tom@compton.nu> - 20161124-1
e597031
- Update to 20161124 upstream release
e597031
280a7de
* Sun Oct 23 2016 Tom Hughes <tom@compton.nu> - 20161021-1
280a7de
- Update to 20161021 upstream release
280a7de
ecde3fb
* Sun Oct  2 2016 Tom Hughes <tom@compton.nu> - 20161001-1
ecde3fb
- Update to 20161001 upstream release
ecde3fb
10357d9
* Fri Sep 30 2016 Tom Hughes <tom@compton.nu> - 20160929-1
10357d9
- Update to 20160929 upstream release
10357d9
db7734e
* Mon Sep 26 2016 Tom Hughes <tom@compton.nu> - 20160923-1
db7734e
- Update to 20160923 upstream release
db7734e
b2206d8
* Wed Jun 15 2016 Tom Hughes <tom@compton.nu> - 20160613-1
b2206d8
- Update to 20160613 upstream release
b2206d8
5b83b21
* Sun May  8 2016 Tom Hughes <tom@compton.nu> - 20160507-1
5b83b21
- Update to 20160507 upstream release
5b83b21
01a1ebe
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20160115-2
01a1ebe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
01a1ebe
e5d91f8
* Sat Jan 16 2016 Tom Hughes <tom@compton.nu> - 20160115-1
e5d91f8
- Update to 20160116 upstream release
e5d91f8
0064934
* Wed Dec 30 2015 Tom Hughes <tom@compton.nu> - 20151114-3
0064934
- Add upstream patch for crash with debug sections marked NOBITS
0064934
15e133e
* Wed Dec  9 2015 Tom Hughes <tom@compton.nu> - 20151114-2
15e133e
- Add upstream patch for crash reading corrupt DWARF data
15e133e
581df7b
* Sun Nov 15 2015 Tom Hughes <tom@compton.nu> - 20151114-1
581df7b
- Update to 20151114 upstream release
581df7b
594579d
* Wed Sep 16 2015 Tom Hughes <tom@compton.nu> - 20150915-1
594579d
- Update to 20150915 upstream release
594579d
682a286
* Mon Sep 14 2015 Tom Hughes <tom@compton.nu> - 20150913-1
682a286
- Update to 20150913 upstream release
682a286
c06991e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150507-2
c06991e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c06991e
dbee271
* Fri May  8 2015 Tom Hughes <tom@compton.nu> - 20150507-1
682a286
- Update to 20150507 upstream release
dbee271
6bfa0ae
* Mon Apr 20 2015 Tom Hughes <tom@compton.nu> - 20150310-4
6bfa0ae
- Drop PPC linker bug patch, as the bug is now fixed
6bfa0ae
- Re-enable hardended builds (was the same bug)
6bfa0ae
Jaromir Capik 37c487b
* Wed Apr 15 2015 Jaromir Capik <jcapik@redhat.com> - 20150310-3
Jaromir Capik 37c487b
- ppc linker bug workaround (#1208467)
Jaromir Capik 37c487b
04ccf69
* Thu Mar 12 2015 Tom Hughes <tom@compton.nu> - 20150310-2
04ccf69
- Disable hardened builds for now
04ccf69
- Drop explicit CFLAGS as %%configure sets them anyway
04ccf69
6b4f091
* Thu Mar 12 2015 Tom Hughes <tom@compton.nu> - 20150310-1
6b4f091
- Update to 20150310 upstream release
6b4f091
8223209
* Mon Jan 19 2015 Tom Hughes <tom@compton.nu> - 20150115-1
8223209
- Update to 20150115 upstream release
8223209
8a29664
* Wed Jan 14 2015 Tom Hughes <tom@compton.nu> - 20150112-1
8a29664
- Update to 20150112 upstream release
8a29664
- Switch back to dwarfdump, as dwarfdump2 is deprecated upstream
8a29664
c9cb2d3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140805-2
c9cb2d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c9cb2d3
da8f9fb
* Wed Aug  6 2014 Tom Hughes <tom@compton.nu> - 20140805-1
da8f9fb
- Update to 20140805 upstream release
da8f9fb
9f58d75
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140519-2
9f58d75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9f58d75
0ef681f
* Thu May 22 2014 Tom Hughes <tom@compton.nu> - 20140519-1
0ef681f
- Update to 20140519 upstream release
0ef681f
500e065
* Wed Apr 16 2014 Tom Hughes <tom@compton.nu> - 20140413-1
500e065
- Update to 20140413 upstream release
500e065
a98ccec
* Sun Feb  9 2014 Tom Hughes <tom@compton.nu> - 20140208-1
a98ccec
- Update to 20140208 upstream release
a98ccec
dc304e6
* Tue Feb  4 2014 Tom Hughes <tom@compton.nu> - 20140131-2
dc304e6
- Link libdwarf.so with libelf
dc304e6
f66373a
* Sun Feb  2 2014 Tom Hughes <tom@compton.nu> - 20140131-1
f66373a
- Update to 20140131 upstream release
f66373a
2e3cec0
* Tue Jan  7 2014 Tom Hughes <tom@compton.nu> - 20130729-2
2e3cec0
- Update upstream URLs to point at new site
2e3cec0
1baa711
* Wed Jul 31 2013 Tom Hughes <tom@compton.nu> - 20130729-1
1baa711
- Update to 20130729 release
1baa711
62d833e
* Fri Feb  8 2013 Tom Hughes <tom@compton.nu> - 20130207-1
62d833e
- Update to 20130207 release
62d833e
db68d3c
* Sun Jan 27 2013 Tom Hughes <tom@compton.nu> - 20130126-1
db68d3c
- Update to 20130126 release
db68d3c
- Revert soname to libdwarf.so.0
db68d3c
c36a7a5
* Sat Jan 26 2013 Tom Hughes <tom@compton.nu> - 20130125-1
c36a7a5
- Update to 20130125 release
c36a7a5
- Bump soname to libdwarf.so.1
c36a7a5
f3f9acf
* Mon Dec  3 2012 Tom Hughes <tom@compton.nu> - 20121130-1
f3f9acf
- Update to 20121130 release
f3f9acf
0a8cfee
* Thu Nov 29 2012 Tom Hughes <tom@compton.nu> - 20121127-1
0a8cfee
- Update to 20121127 release
0a8cfee
e887159
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120410-2
e887159
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e887159
4585522
* Fri Jul 13 2012 Tom Hughes <tom@compton.nu> - 20120410-1
4585522
- Update to 20120410 release
4585522
- Drop the 0. from the version - the dates are the upstream versions
4585522
- Remove explicit dependencies on elfutils-libelf
4585522
6089c56
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110612-3
6089c56
- Rebuilt for c++ ABI breakage
6089c56
d0bce2f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110612-2
d0bce2f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d0bce2f
Parag Nemade 53ed35c
* Wed Jul 13 2011 Parag Nemade <paragn AT fedoraproject DOT org> - 0.20110612-1
Parag Nemade 53ed35c
- Update to 20110612 release
Parag Nemade 53ed35c
Parag Nemade a9add20
* Wed Mar 09 2011 Parag Nemade <paragn AT fedoraproject DOT org> - 0.20110113-1
Parag Nemade a9add20
- Update to 20110113 release
Parag Nemade a9add20
f3c3792
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20100629-2
f3c3792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f3c3792
paragn dd17daf
* Tue Jul 06 2010 Parag Nemade <paragn AT fedoraproject.org> - 0.20100629-1
paragn dd17daf
- Update to 20100629 release
paragn dd17daf
- Add -static subpackage as request in rh#586807
paragn dd17daf
74f982d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20090324-5
74f982d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
74f982d
Suravee Suthikulpanit 98e175b
* Tue Mar 31 2009 - Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Suravee Suthikulpanit 98e175b
- 0.20090324-4
Suravee Suthikulpanit 98e175b
- Adding _smp_mflags for libdwarf build
Suravee Suthikulpanit 98e175b
- Move CFLAGS override from configure to make
Suravee Suthikulpanit 98e175b
 
Suravee Suthikulpanit 98e175b
* Mon Mar 30 2009 - Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Suravee Suthikulpanit 98e175b
- 0.20090324-3
Suravee Suthikulpanit 98e175b
- Remove AutoreqProv no
Suravee Suthikulpanit 98e175b
Suravee Suthikulpanit 98e175b
* Thu Mar 26 2009 - Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Suravee Suthikulpanit 98e175b
- 0.20090324-2
Suravee Suthikulpanit 98e175b
- Drop the C implementation of dwarfdump. (dwarfdump1)
Suravee Suthikulpanit 98e175b
- Since the doc package is small, we combined the contents into the devel package.
Suravee Suthikulpanit 98e175b
- Fix the version string.
Suravee Suthikulpanit 98e175b
- Drop the static library.
Suravee Suthikulpanit 98e175b
- Add release number to "Requires".
Suravee Suthikulpanit 98e175b
- Fix licensing (v2 instead of v2+)
Suravee Suthikulpanit 98e175b
- Change linking for libdwarf.so and libdwarf.so.0
Suravee Suthikulpanit 98e175b
Suravee Suthikulpanit 98e175b
* Wed Mar 25 2009 - Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Suravee Suthikulpanit 98e175b
- 20090324-1
Suravee Suthikulpanit 98e175b
- Initial Revision