Accepting request 95931 from devel:openSUSE:Factory:for-legal
- the COPYING is GPL-2.0+ OBS-URL: https://build.opensuse.org/request/show/95931 OBS-URL: https://build.opensuse.org/package/show/hardware/powerman?expand=0&rev=21
This commit is contained in:
parent
3d43617f6b
commit
9db0d0a01a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 13:04:25 UTC 2011 - coolo@suse.com
|
||||
|
||||
- the COPYING is GPL-2.0+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 28 19:29:35 CEST 2011 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package powerman (Version 2.3.5)
|
||||
# spec file for package powerman
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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
|
||||
@ -15,22 +15,27 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} <= 1140
|
||||
%if 0%{?suse_version} > 1110
|
||||
%define enable_heartbeat 1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Name: powerman
|
||||
Version: 2.3.9
|
||||
Release: 0
|
||||
License: GPL
|
||||
Group: Productivity/Clustering/HA
|
||||
Url: http://powerman.sourceforge.net/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: powerman-piddir.patch
|
||||
Patch1: powerman-runlevel.patch
|
||||
Summary: Centralized Power Control for Clusters
|
||||
BuildRequires: curl-devel ncurses-devel pkg-config tcpd-devel
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Clustering/HA
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: tcpd-devel
|
||||
%if 0%{?enable_heartbeat}
|
||||
BuildRequires: heartbeat
|
||||
%endif
|
||||
@ -46,7 +51,6 @@ Expect-like configurability simplifies the addition of new devices.
|
||||
%package -n libpowerman0
|
||||
Summary: Libraries for applications using PowerMan
|
||||
Group: System/Libraries
|
||||
License: GPL
|
||||
|
||||
%description -n libpowerman0
|
||||
A shared library for applications using PowerMan.
|
||||
@ -55,7 +59,6 @@ A shared library for applications using PowerMan.
|
||||
Requires: libpowerman0 = %{version}
|
||||
Summary: Headers and libraries for developing applications using PowerMan
|
||||
Group: Development/Libraries/C and C++
|
||||
License: GPL
|
||||
|
||||
%description devel
|
||||
A header file and static library for developing applications using PowerMan.
|
||||
|
Loading…
Reference in New Issue
Block a user