2008-02-29 18:21:01 +00:00
committed by Git OBS Bridge
parent 3a8c50a18d
commit 9a95160e00

View File

@@ -1,7 +1,7 @@
# #
# spec file for package dwarves (Version 1.0_git20071201164134) # spec file for package dwarves (Version 1.6)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@@ -11,7 +11,7 @@
# norootforbuild # norootforbuild
Name: dwarves Name: dwarves
URL: http://oops.ghostprotocols.net:81/blog Url: http://oops.ghostprotocols.net:81/blog
Summary: DWARF utilities Summary: DWARF utilities
Version: 1.6 Version: 1.6
Release: 1 Release: 1
@@ -19,7 +19,7 @@ License: GPL v2 or later
Group: System/Libraries Group: System/Libraries
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libdw-devel libebl-devel libdwarf-devel libelf-devel cmake BuildRequires: cmake libdw-devel libdwarf-devel libebl-devel libelf-devel
BuildRequires: libelf BuildRequires: libelf
Requires: libdwarves1 = %{version} Requires: libdwarves1 = %{version}
%requires_eq libebl %requires_eq libebl
@@ -32,17 +32,18 @@ Authors:
-------- --------
Arnaldo Carvalho de Melo <acme@redhat.com> Arnaldo Carvalho de Melo <acme@redhat.com>
%debug_package
%package -n libdwarves1 %package -n libdwarves1
Summary: DWARF processing libraries of dwarves tools Summary: DWARF processing libraries of dwarves tools
Group: Development/Libraries Group: Development/Libraries
%description -n libdwarves1 %description -n libdwarves1
DWARF library of dwarves tools DWARF library of dwarves tools
%package -n libdwarves-devel %package -n libdwarves-devel
Summary: DWARF processing library development files Summary: DWARF processing library development files
Group: Development/Libraries Group: Development/Libraries
Requires: libdwarves1 = %{version}-%{release} Requires: libdwarves1 = %{version}-%{release}
%description -n libdwarves-devel %description -n libdwarves-devel
DWARF processing library development files DWARF processing library development files
@@ -86,3 +87,7 @@ rm -rf %{buildroot}
%{_datadir}/%{name}/* %{_datadir}/%{name}/*
%changelog %changelog
* Fri Feb 29 2008 dmueller@suse.de
- update to 1.6 release
* Sat Dec 01 2007 dgollub@suse.de
- initial package of dwarves