- upgrade to 0.97.
This commit is contained in:
parent
e2a388822f
commit
46d50b7295
@ -1,16 +1,12 @@
|
|||||||
%define gpl 0
|
%define gpl 0
|
||||||
Summary: A collection of utilities and DSOs to handle compiled objects.
|
Summary: A collection of utilities and DSOs to handle compiled objects.
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.96
|
Version: 0.97
|
||||||
Release: 1
|
Release: 2
|
||||||
%if %{gpl}
|
|
||||||
Copyright: GPL
|
|
||||||
%else
|
|
||||||
Copyright: OSL
|
Copyright: OSL
|
||||||
%endif
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
#URL: file://home/devel/drepper/
|
#URL: file://home/devel/drepper/
|
||||||
Source: elfutils-%{version}.tar.bz2
|
Source: elfutils-%{version}.tar.gz
|
||||||
Obsoletes: libelf libelf-devel
|
Obsoletes: libelf libelf-devel
|
||||||
Requires: elfutils-libelf = %{version}-%{release}
|
Requires: elfutils-libelf = %{version}-%{release}
|
||||||
%if %{gpl}
|
%if %{gpl}
|
||||||
@ -39,6 +35,7 @@ handling.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries to handle compiled objects.
|
Summary: Development libraries to handle compiled objects.
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
|
Copyright: OSL
|
||||||
Requires: elfutils = %{version}-%{release}
|
Requires: elfutils = %{version}-%{release}
|
||||||
Requires: elfutils-libelf-devel = %{version}-%{release}
|
Requires: elfutils-libelf-devel = %{version}-%{release}
|
||||||
|
|
||||||
@ -52,6 +49,9 @@ assembler interface.
|
|||||||
%package libelf
|
%package libelf
|
||||||
Summary: Library to read and write ELF files.
|
Summary: Library to read and write ELF files.
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
|
%if %{gpl}
|
||||||
|
Copyright: GPL
|
||||||
|
%endif
|
||||||
|
|
||||||
%description libelf
|
%description libelf
|
||||||
The elfutils-libelf package provides a DSO which allows reading and
|
The elfutils-libelf package provides a DSO which allows reading and
|
||||||
@ -64,6 +64,9 @@ Summary: Development support for libelf
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Requires: elfutils-libelf = %{version}-%{release}
|
Requires: elfutils-libelf = %{version}-%{release}
|
||||||
Conflicts: libelf-devel
|
Conflicts: libelf-devel
|
||||||
|
%if %{gpl}
|
||||||
|
Copyright: GPL
|
||||||
|
%endif
|
||||||
|
|
||||||
%description libelf-devel
|
%description libelf-devel
|
||||||
The elfutils-libelf-devel package contains the libraries to create
|
The elfutils-libelf-devel package contains the libraries to create
|
||||||
@ -178,6 +181,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/libelf.so
|
%{_libdir}/libelf.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-2
|
||||||
|
- upgrade to 0.97.
|
||||||
|
|
||||||
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
|
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
|
||||||
- upgrade to 0.96.
|
- upgrade to 0.96.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user