diff --git a/python-cmdln.spec b/python-cmdln.spec index 548dc41..0a070fd 100644 --- a/python-cmdln.spec +++ b/python-cmdln.spec @@ -1,10 +1,17 @@ # -# spec file for package python-cmdln (Version 0) +# spec file for package python-cmdln (Version MACRO) # -# Copyright (c) 2008 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) 2009 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/ # @@ -18,7 +25,7 @@ Summary: An improved cmd.py for Writing Multi-command Scripts and Shells Name: python-cmdln Version: %{version} -Release: 1 +Release: 4 Source0: %{_name}-%{unmangled_version}.tar.bz2 License: X11/MIT Group: Development/Libraries/Python @@ -26,7 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} BuildRequires: python-devel python-setuptools #BuildArch: noarch -Url: http://trentm.com/projects/cmdln +Url: http://code.google.com/p/cmdln/ %description `cmdln.py` is an extension of Python's default `cmd.py` module that