summaryrefslogtreecommitdiff
path: root/libzypp-bindings.spec.cmake
diff options
context:
space:
mode:
authorMichael Andres <ma@suse.de>2012-02-06 14:48:24 +0100
committerMichael Andres <ma@suse.de>2012-02-06 14:48:24 +0100
commit7ca0edb323a930a1c2dd8f27a4d0eec4368d5c74 (patch)
tree6dea736d6639adaad247dda286b10c05b0337fa6 /libzypp-bindings.spec.cmake
parent189d66ef47c3a61051f082811a6bd60ef5f40b69 (diff)
downloadlibzypp-bindings-7ca0edb323a930a1c2dd8f27a4d0eec4368d5c74.tar.gz
libzypp-bindings-7ca0edb323a930a1c2dd8f27a4d0eec4368d5c74.tar.bz2
libzypp-bindings-7ca0edb323a930a1c2dd8f27a4d0eec4368d5c74.zip
fix license tag in spec
Diffstat (limited to 'libzypp-bindings.spec.cmake')
-rw-r--r--libzypp-bindings.spec.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake
index 4c7d92f..81296d9 100644
--- a/libzypp-bindings.spec.cmake
+++ b/libzypp-bindings.spec.cmake
@@ -20,7 +20,7 @@
Name: @PACKAGE@
Version: @VERSION@
Release: 0
-License: GPLv2+
+License: GPL-2.0+
Summary: Bindings for libzypp
Group: Development/Sources
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -63,7 +63,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}
%package -n ruby-zypp
-License: GPLv2+
+License: GPL-2.0+
Summary: Ruby bindings for libzypp
Group: Development/Languages/Ruby
@@ -80,7 +80,7 @@ Group: Development/Languages/Ruby
%endif
%package -n python-zypp
-License: GPLv2+
+License: GPL-2.0+
Summary: Python bindings for libzypp
Group: Development/Languages/Python
%description -n python-zypp
@@ -92,7 +92,7 @@ Group: Development/Languages/Python
%{py_sitedir}/zypp.py
%package -n perl-zypp
-License: GPLv2+
+License: GPL-2.0+
Requires: perl = %{perl_version}
Summary: Perl bindings for libzypp
Group: Development/Languages/Perl