diff --git a/coccinelle.changes b/coccinelle.changes index 4ccb4e2..5f40093 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 13 10:45:09 UTC 2012 - coolo@suse.com + +- patch license to follow spdx.org standard + ------------------------------------------------------------------- Sun Jul 10 19:08:55 UTC 2011 - jengelh@medozas.de diff --git a/coccinelle.spec b/coccinelle.spec index 42bab16..22321e2 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -1,7 +1,7 @@ # # spec file for package coccinelle # -# 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,20 @@ # - Name: coccinelle Version: 1.0.0 Release: 0 Summary: Semantic patch utility -License: GPL2 +License: GPL-2.0 Group: Productivity/Text/Utilities -URL: http://coccinelle.lip6.fr/ +Url: http://coccinelle.lip6.fr/ %define rversion %version-rc7 Source: %name-%rversion.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ncurses-devel ocaml python-devel xz +BuildRequires: ncurses-devel +BuildRequires: ocaml +BuildRequires: python-devel +BuildRequires: xz %description Coccinelle is a program matching and transformation engine which