Accepting request 40794 from Base:System

Copy from Base:System/sysstat based on submit request 40794 from user puzel

OBS-URL: https://build.opensuse.org/request/show/40794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sysstat?expand=0&rev=28
This commit is contained in:
OBS User autobuild 2010-05-28 16:48:21 +00:00 committed by Git OBS Bridge
parent 20e23c71dc
commit 0a69817ec3
3 changed files with 28 additions and 8 deletions

View File

@ -0,0 +1,13 @@
Index: sysstat-9.0.4/Makefile.in
===================================================================
--- sysstat-9.0.4.orig/Makefile.in 2009-06-20 16:11:03.000000000 +0200
+++ sysstat-9.0.4/Makefile.in 2010-05-28 14:12:00.000000000 +0200
@@ -63,7 +63,7 @@ SYSCONFIG_DIR = @SYSCONFIG_DIR@
# Compiler flags
CFLAGS = @CFLAGS@ -Wall -Wstrict-prototypes -pipe -O2
DFLAGS = @DFLAGS@
-LFLAGS = -s
+LFLAGS =
# DFLAGS may already contain SMP_RACE definition
DFLAGS += -DSA_DIR=\"$(SA_DIR)\" -DSADC_PATH=\"$(SADC_PATH)\"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 28 12:16:58 UTC 2010 - puzel@novell.com
- add sysstat-do-not-strip.patch
-------------------------------------------------------------------
Wed Aug 5 12:56:54 CEST 2009 - prusnak@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package sysstat (Version 9.0.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,22 +20,23 @@
Name: sysstat
Version: 9.0.4
Release: 1
Release: 2
PreReq: %insserv_prereq %fillup_prereq
BuildRequires: findutils sed update-desktop-files
Requires: procmail gettext
Group: System/Monitoring
License: GPL v2 or later
License: GPLv2+
Url: http://pagesperso-orange.fr/sebastien.godard/
Summary: Sar and Iostat Commands for Linux
Source: http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.bz2
Source1: isag.desktop
Source2: sysstat.cron.suse
Source3: sysstat.init.suse
Patch0: %{name}-8.1.6-sa1sa2lock.diff
Patch1: %{name}-8.0.4-msg.diff
Patch2: %{name}-8.0.4-pagesize.diff
Patch3: %{name}-8.0.4-sysconfdir.diff
Patch0: sysstat-8.1.6-sa1sa2lock.diff
Patch1: sysstat-8.0.4-msg.diff
Patch2: sysstat-8.0.4-pagesize.diff
Patch3: sysstat-8.0.4-sysconfdir.diff
Patch4: sysstat-do-not-strip.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -53,7 +54,7 @@ Authors:
Sebastien Godard <sebastien.godard@wanadoo.fr>
%package isag
License: GPL v2 or later
License: GPLv2+
Requires: sysstat = %{version}
Requires: gnuplot tk
Group: System/Monitoring
@ -76,6 +77,7 @@ Authors:
%patch1
%patch2
%patch3
%patch4 -p1
cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
%build