diff --git a/coccinelle.spec b/coccinelle.spec index 1668528..1ba67b0 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -1,16 +1,35 @@ +# +# spec file for package coccinelle +# +# 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/ +# + + + Name: coccinelle Version: 0.2.5 -Release: 0 +Release: 1 Summary: Semantic patch utility License: GPL2 Group: Productivity/Text/Utilities -URL: http://coccinelle.lip6.fr/ +Url: http://coccinelle.lip6.fr/ %define rversion %version-rc2 Source: %name-%rversion.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ncurses-devel ocaml python-devel xz -Patch1: cocci-cast.diff -Patch2: cocci-pythondetect.diff +Patch1: cocci-cast.diff +Patch2: cocci-pythondetect.diff %description Coccinelle is a program matching and transformation engine which