- upgrade to 0.99.

This commit is contained in:
jbj 2005-02-06 01:46:29 +00:00
parent bd2e7be4bf
commit d0b84a15dd
3 changed files with 19 additions and 7 deletions

View File

@ -1 +1 @@
elfutils-0.97.tar.gz
elfutils-0.99.tar.gz

View File

@ -1,9 +1,13 @@
%define gpl 0
Summary: A collection of utilities and DSOs to handle compiled objects.
Name: elfutils
Version: 0.97
Version: 0.99
Release: 2
Copyright: OSL
%if %{gpl}
License: GPL
%else
License: OSL
%endif
Group: Development/Tools
#URL: file://home/devel/drepper/
Source: elfutils-%{version}.tar.gz
@ -19,6 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: gcc >= 3.2
BuildRequires: bison >= 1.875
BuildRequires: flex >= 2.5.4a
BuildRequires: bzip2
%define _gnu %{nil}
%define _programprefix eu-
@ -35,7 +40,11 @@ handling.
%package devel
Summary: Development libraries to handle compiled objects.
Group: Development/Tools
Copyright: OSL
%if %{gpl}
License: GPL
%else
License: OSL
%endif
Requires: elfutils = %{version}-%{release}
Requires: elfutils-libelf-devel = %{version}-%{release}
@ -50,7 +59,7 @@ assembler interface.
Summary: Library to read and write ELF files.
Group: Development/Tools
%if %{gpl}
Copyright: GPL
License: GPL
%endif
%description libelf
@ -65,7 +74,7 @@ Group: Development/Tools
Requires: elfutils-libelf = %{version}-%{release}
Conflicts: libelf-devel
%if %{gpl}
Copyright: GPL
License: GPL
%endif
%description libelf-devel
@ -181,6 +190,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.so
%changelog
* Sat Feb 5 2005 Jeff Johnson <jbj@redhat.com> 0.99-2
- upgrade to 0.99.
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-3
- upgrade to 0.97.

View File

@ -1 +1 @@
41c3e3c918acef6cbf77519c6f10793e elfutils-0.97.tar.gz
14afa77fa5b18475199b5c9e0fd8f64d elfutils-0.99.tar.gz