summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Andres <ma@suse.de>2011-10-14 11:12:04 +0200
committerMichael Andres <ma@suse.de>2011-10-14 11:12:04 +0200
commitac64de554b98ab698ccd8c1519c8c748f7ab71b4 (patch)
treeb0a0cf94f40e316751a19f4a727dafce19288318
parent4512f5ad4442808f75e649c7ce008f818ca1757f (diff)
downloadlibzypp-bindings-ac64de554b98ab698ccd8c1519c8c748f7ab71b4.tar.gz
libzypp-bindings-ac64de554b98ab698ccd8c1519c8c748f7ab71b4.tar.bz2
libzypp-bindings-ac64de554b98ab698ccd8c1519c8c748f7ab71b4.zip
Update specfile header informations and license
-rw-r--r--libzypp-bindings.spec.cmake20
1 files changed, 15 insertions, 5 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake
index 0630059..ff00b7a 100644
--- a/libzypp-bindings.spec.cmake
+++ b/libzypp-bindings.spec.cmake
@@ -1,10 +1,17 @@
#
# spec file for package libzypp-bindings
#
-# 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.
-#
+# 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -13,7 +20,7 @@
Name: @PACKAGE@
Version: @VERSION@
Release: 0
-License: GPL v2 or later
+License: GPLv2+
Summary: Bindings for libzypp
Group: Development/Sources
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -56,6 +63,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}
%package -n ruby-zypp
+License: GPLv2+
Summary: Ruby bindings for libzypp
Group: Development/Languages/Ruby
@@ -72,6 +80,7 @@ Group: Development/Languages/Ruby
%endif
%package -n python-zypp
+License: GPLv2+
Summary: Python bindings for libzypp
Group: Development/Languages/Python
%description -n python-zypp
@@ -83,6 +92,7 @@ Group: Development/Languages/Python
%{py_sitedir}/zypp.py
%package -n perl-zypp
+License: GPLv2+
Requires: perl = %{perl_version}
Summary: Perl bindings for libzypp
Group: Development/Languages/Perl