forked from pool/rtasdispd
This commit is contained in:
committed by
Git OBS Bridge
parent
7670b975b2
commit
6507f3fe97
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rtasdispd (Version 0.1)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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,16 +11,17 @@
|
||||
|
||||
Name: rtasdispd
|
||||
Version: 0.1
|
||||
Release: 287
|
||||
Release: 337
|
||||
Summary: Shows System Status Messages on pSeries Panel Displays
|
||||
License: GNU General Public License (GPL) - all versions
|
||||
License: GPL v2 or later
|
||||
Group: System/Monitoring
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: rtasdispd-%{version}.tar.gz
|
||||
Source1: sysconfig.rtasdispd
|
||||
Source2: rc.rtasdispd
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Patch1: rtasdispd.open-mode.patch
|
||||
|
||||
%description
|
||||
This daemon can show system status information, such as load, uptime,
|
||||
@@ -34,13 +35,13 @@ Authors:
|
||||
Roman Hodek <roman@hodek.net>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS -Wall"
|
||||
|
||||
%install
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||
mv rtasdispd.1 rtasdispd.8
|
||||
make DESTDIR=$RPM_BUILD_ROOT install MANS=rtasdispd.8
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
||||
@@ -63,7 +64,9 @@ install -m 644 %{S:1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.rtasdis
|
||||
%{_mandir}/man8/*
|
||||
/var/adm/fillup-templates/sysconfig.rtasdispd
|
||||
|
||||
%changelog -n rtasdispd
|
||||
%changelog
|
||||
* Mon Nov 26 2007 - olh@suse.de
|
||||
- add mode argument to open() call
|
||||
* Tue Nov 07 2006 - olh@suse.de
|
||||
- add Should-Start: $remote_fs to runlevel script
|
||||
* Tue Nov 07 2006 - olh@suse.de
|
||||
|
Reference in New Issue
Block a user