This commit is contained in:
parent
3a8c50a18d
commit
9a95160e00
23
dwarves.spec
23
dwarves.spec
@ -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
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: dwarves
|
||||
URL: http://oops.ghostprotocols.net:81/blog
|
||||
Url: http://oops.ghostprotocols.net:81/blog
|
||||
Summary: DWARF utilities
|
||||
Version: 1.6
|
||||
Release: 1
|
||||
@ -19,7 +19,7 @@ License: GPL v2 or later
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
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
|
||||
Requires: libdwarves1 = %{version}
|
||||
%requires_eq libebl
|
||||
@ -32,17 +32,18 @@ Authors:
|
||||
--------
|
||||
Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||
|
||||
%debug_package
|
||||
%package -n libdwarves1
|
||||
Summary: DWARF processing libraries of dwarves tools
|
||||
Group: Development/Libraries
|
||||
Summary: DWARF processing libraries of dwarves tools
|
||||
Group: Development/Libraries
|
||||
|
||||
%description -n libdwarves1
|
||||
DWARF library of dwarves tools
|
||||
|
||||
%package -n libdwarves-devel
|
||||
Summary: DWARF processing library development files
|
||||
Group: Development/Libraries
|
||||
Requires: libdwarves1 = %{version}-%{release}
|
||||
Summary: DWARF processing library development files
|
||||
Group: Development/Libraries
|
||||
Requires: libdwarves1 = %{version}-%{release}
|
||||
|
||||
%description -n libdwarves-devel
|
||||
DWARF processing library development files
|
||||
@ -86,3 +87,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 29 2008 dmueller@suse.de
|
||||
- update to 1.6 release
|
||||
* Sat Dec 01 2007 dgollub@suse.de
|
||||
- initial package of dwarves
|
||||
|
Loading…
Reference in New Issue
Block a user