diff --git a/powerman.changes b/powerman.changes index d402a21..bdb034b 100644 --- a/powerman.changes +++ b/powerman.changes @@ -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 diff --git a/powerman.spec b/powerman.spec index e47be33..5f4cae8 100644 --- a/powerman.spec +++ b/powerman.spec @@ -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.