New upstream release: 1.8
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
11115f0dfe
commit
88c3a80d08
@ -1 +1 @@
|
||||
dwarves-1.7.tar.bz2
|
||||
dwarves-1.8.tar.bz2
|
||||
|
42
dwarves.spec
42
dwarves.spec
@ -2,20 +2,20 @@
|
||||
%define libver 1
|
||||
|
||||
Name: dwarves
|
||||
Version: 1.7
|
||||
Release: 5
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Summary: Dwarf Tools
|
||||
Summary: Debugging Information Manipulation Tools
|
||||
Group: Development/Tools
|
||||
URL: http://oops.ghostprotocols.net:81/blog
|
||||
Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: cmake
|
||||
BuildRequires: elfutils-devel >= 0.130
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: elfutils-devel >= 0.130
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%description
|
||||
dwarves is a set of tools that use the DWARF debugging information inserted in
|
||||
dwarves is a set of tools that use the debugging information inserted in
|
||||
ELF binaries by compilers such as GCC, used by well known debuggers such as
|
||||
GDB, and more recent ones such as systemtap.
|
||||
|
||||
@ -32,23 +32,20 @@ code generate on the resulting binaries.
|
||||
Another tool is pfunct, that can be used to find all sorts of information about
|
||||
functions, inlines, decisions made by the compiler about inlining, etc.
|
||||
|
||||
The documentation about ctracer is not updated to the latest developments: it
|
||||
now generates systemtap scripts, stay tuned for improvements in this area!
|
||||
|
||||
%package -n %{libname}%{libver}
|
||||
Summary: DWARF processing library
|
||||
Summary: Debugging information processing library
|
||||
Group: Development/Libraries
|
||||
|
||||
%description -n %{libname}%{libver}
|
||||
DWARF processing library
|
||||
Debugging information processing library.
|
||||
|
||||
%package -n %{libname}%{libver}-devel
|
||||
Summary: DWARF processing library development files
|
||||
Summary: Debugging information library development files
|
||||
Group: Development/Libraries
|
||||
Requires: %{libname}%{libver} = %{version}-%{release}
|
||||
|
||||
%description -n %{libname}%{libver}-devel
|
||||
DWARF processing library development files
|
||||
Debugging information processing library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n %{name}-%{version}
|
||||
@ -103,22 +100,21 @@ rm -rf %{buildroot}
|
||||
%files -n %{libname}%{libver}-devel
|
||||
%defattr(0644,root,root,0755)
|
||||
%doc MANIFEST README
|
||||
%{_includedir}/dwarves.h
|
||||
%{_includedir}/dwarves_emit.h
|
||||
%{_includedir}/dwarves_reorganize.h
|
||||
%{_includedir}/dwarves/dwarves.h
|
||||
%{_includedir}/dwarves/dwarves_emit.h
|
||||
%{_includedir}/dwarves/dwarves_reorganize.h
|
||||
%{_includedir}/dwarves/dutil.h
|
||||
%{_includedir}/dwarves/gobuffer.h
|
||||
%{_includedir}/dwarves/list.h
|
||||
%{_includedir}/dwarves/rbtree.h
|
||||
%{_includedir}/dwarves/strings.h
|
||||
%{_libdir}/%{libname}.so
|
||||
%{_libdir}/%{libname}_emit.so
|
||||
%{_libdir}/%{libname}_reorganize.so
|
||||
|
||||
%changelog
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Fri Feb 13 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.7-3
|
||||
- Add BuildRequires for zlib-devel
|
||||
* Fri Dec 4 2009 Apr 23 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.8-1
|
||||
- New release
|
||||
|
||||
* Fri Feb 13 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.7-2
|
||||
- Own /usr/share/dwarves, fixes #473645
|
||||
|
Loading…
Reference in New Issue
Block a user