diff --git a/python-pyOpenSSL-doc.changes b/python-pyOpenSSL-doc.changes index 7370d5f..57fdd73 100644 --- a/python-pyOpenSSL-doc.changes +++ b/python-pyOpenSSL-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 15 14:36:11 UTC 2012 - saschpe@suse.de + +- Changed license of doc package to Apache-2.0 (bnc#767269) + ------------------------------------------------------------------- Tue Sep 13 20:55:06 UTC 2011 - saschpe@suse.de diff --git a/python-pyOpenSSL-doc.spec b/python-pyOpenSSL-doc.spec index 9e2c869..366c5d5 100644 --- a/python-pyOpenSSL-doc.spec +++ b/python-pyOpenSSL-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyOpenSSL-doc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,19 +16,18 @@ # - Name: python-pyOpenSSL-doc Version: 0.12 -Release: 1 +Release: 0 Url: http://launchpad.net/pyopenssl Summary: Python wrapper module around the OpenSSL library - Documentation -License: APL2 +License: Apache-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: latex2html BuildRequires: python-devel BuildRequires: texlive-latex -BuildRequires: latex2html %if 0%{?suse_version} Recommends: python-pyOpenSSL %endif diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 562323b..452e078 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyOpenSSL # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,18 +16,17 @@ # - Name: python-pyOpenSSL Version: 0.12 -Release: 1 +Release: 0 Url: http://launchpad.net/pyopenssl Summary: Python wrapper module around the OpenSSL library License: Apache-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel BuildRequires: libopenssl-devel +BuildRequires: python-devel %if 0%{?suse_version} %py_requires %endif