OBS User unknown 2007-07-18 20:17:43 +00:00 committed by Git OBS Bridge
parent 8462b3a242
commit c6d6868711
5 changed files with 15 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c045241ecf87a3bf62a77488e91acd456fb39c99d3281734c1984ea39cf9a83
size 854267

3
oprofile-0.9.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f86ab165dabcc7bc4008710a66fa0ed391c083e2a8bdf8a8f5bf11c0244b2cb
size 853593

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 17 14:08:54 CEST 2007 - schwab@suse.de
- Update to oprofile 0.9.3.
-------------------------------------------------------------------
Wed Jul 4 14:39:04 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package oprofile (Version 0.9.3_rc2)
# spec file for package oprofile (Version 0.9.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,16 +16,13 @@ URL: http://oprofile.sourceforge.net/
License: GPL v2 or later
Group: Development/Tools/Other
Autoreqprov: on
Version: 0.9.3_rc2
Version: 0.9.3
Release: 1
%define oversion %(echo %version | sed s/_/-/)
Summary: System-Wide Profiler for Linux Systems
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{oversion}.tar.gz
Source: %{name}-%{version}.tar.gz
Source1: %{name}.desktop
Patch: %{name}-%{oversion}.diff
Summary: System-Wide Profiler for Linux Systems
Group: Development/Tools/Other
Patch: %{name}-%{version}.diff
%description
OProfile is a system-wide profiler for Linux systems, capable of
@ -58,7 +55,7 @@ Authors:
Bob Montgomery <bobm@fc.hp.com>
%prep
%setup -q -n %{name}-%{oversion}
%setup -q
%patch
%build
@ -85,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING README TODO ChangeLog
%changelog
* Tue Jul 17 2007 - schwab@suse.de
- Update to oprofile 0.9.3.
* Wed Jul 04 2007 - schwab@suse.de
- Update to oprofile 0.9.3-rc2.
* Mon Jun 18 2007 - schwab@suse.de