forked from pool/dwarves
Accepting request 39313 from home:leonardocf:branches:devel:tools
Copy from home:leonardocf:branches:devel:tools/dwarves via accept of submit request 39313 revision 3. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/39313 OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=5
This commit is contained in:
parent
9a95160e00
commit
960fceda69
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af0efb5c433a7f2330865e4b8777ca8f51701ec5b6d585da9f1833e44a331048
|
|
||||||
size 58717
|
|
3
dwarves-1.8.tar.bz2
Normal file
3
dwarves-1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d876e35958cc1d39e80a016d991e825909a56188c7b066d5471e2c15d9f1fb2
|
||||||
|
size 93689
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 3 14:20:14 UTC 2010 - lchiquitto@novell.com
|
||||||
|
|
||||||
|
- update to 1.8 release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 29 18:33:01 CET 2008 - dmueller@suse.de
|
Fri Feb 29 18:33:01 CET 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
13
dwarves.spec
13
dwarves.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dwarves (Version 1.6)
|
# spec file for package dwarves (Version 1.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 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.
|
||||||
#
|
#
|
||||||
@ -13,14 +13,14 @@
|
|||||||
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.8
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPLv2
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake libdw-devel libdwarf-devel libebl-devel libelf-devel
|
BuildRequires: cmake libdw-devel libdwarf-devel libebl-devel libelf-devel
|
||||||
BuildRequires: libelf
|
BuildRequires: libelf zlib-devel
|
||||||
Requires: libdwarves1 = %{version}
|
Requires: libdwarves1 = %{version}
|
||||||
%requires_eq libebl
|
%requires_eq libebl
|
||||||
%requires_eq libdwarf
|
%requires_eq libdwarf
|
||||||
@ -74,6 +74,7 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README NEWS
|
%doc README NEWS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_mandir}/man1/pahole.1*
|
||||||
|
|
||||||
%files -n libdwarves1
|
%files -n libdwarves1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user