Accepting request 17797 from hardware

Copy from hardware/powerman based on submit request 17797 from user sbrabec

OBS-URL: https://build.opensuse.org/request/show/17797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powerman?expand=0&rev=2
This commit is contained in:
OBS User autobuild 2009-08-14 13:33:43 +00:00 committed by Git OBS Bridge
parent c21fe6d615
commit 0a4ff0cc75
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 14 15:00:56 CEST 2009 - sbrabec@suse.cz
- PreReq fix.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 10 17:24:08 CEST 2009 - sbrabec@suse.cz Mon Aug 10 17:24:08 CEST 2009 - sbrabec@suse.cz

View File

@ -20,7 +20,7 @@
Name: powerman Name: powerman
Version: 2.3.5 Version: 2.3.5
Release: 1 Release: 2
License: GPL License: GPL
Group: Productivity/Clustering/HA Group: Productivity/Clustering/HA
Url: http://powerman.sourceforge.net/ Url: http://powerman.sourceforge.net/
@ -31,6 +31,7 @@ BuildRequires: curl-devel ncurses-devel tcpd-devel
BuildRequires: heartbeat BuildRequires: heartbeat
#BuildRequires: genders #BuildRequires: genders
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq
%description %description
PowerMan is a tool for manipulating remote power control (RPC) devices from a PowerMan is a tool for manipulating remote power control (RPC) devices from a
@ -46,9 +47,9 @@ Authors:
Al Chu <chu11@llnl.gov> Al Chu <chu11@llnl.gov>
%package -n libpowerman0 %package -n libpowerman0
License: GPL
Summary: Libraries for applications using PowerMan Summary: Libraries for applications using PowerMan
Group: System/Libraries Group: System/Libraries
License: GPL
%description -n libpowerman0 %description -n libpowerman0
A shared library for applications using PowerMan. A shared library for applications using PowerMan.
@ -62,10 +63,10 @@ Authors:
Al Chu <chu11@llnl.gov> Al Chu <chu11@llnl.gov>
%package devel %package devel
License: GPL
Requires: libpowerman0 = %{version} Requires: libpowerman0 = %{version}
Summary: Headers and libraries for developing applications using PowerMan Summary: Headers and libraries for developing applications using PowerMan
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
License: GPL
%description devel %description devel
A header file and static library for developing applications using PowerMan. A header file and static library for developing applications using PowerMan.