From 56b8fe67eeda5498d0a7873c52540ca1f7a949f3714c36dd5f4aa6d50c92275d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 1 Jun 2011 10:00:16 +0000 Subject: [PATCH] Autobuild autoformatter for 68066 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdecl?expand=0&rev=2 --- cdecl.spec | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/cdecl.spec b/cdecl.spec index e549770..7718a3e 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -1,16 +1,34 @@ +# +# spec file for package cdecl +# +# 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. -Name: cdecl -Version: 2.5 -Release: 0 -Group: Development/Languages/C and C++ -Summary: C/C++ function declaration translator -URL: ftp://ftp.oss.cc.gatech.edu/pub/linux/devel/lang/c/cdecl-2.5.tar.gz -License: Public Domain +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# -Source: %name-%version.tar.xz -Patch1: %name-2.5-deb11.diff -BuildRoot: %_tmppath/%name-%version-build -BuildRequires: bison, flex, readline-devel, xz + + +Name: cdecl +Version: 2.5 +Release: 1 +Group: Development/Languages/C and C++ +Summary: C/C++ function declaration translator +Url: ftp://ftp.oss.cc.gatech.edu/pub/linux/devel/lang/c/cdecl-2.5.tar.gz +License: Public Domain + +Source: %name-%version.tar.xz +Patch1: %name-2.5-deb11.diff +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: bison flex readline-devel xz %description Turn English phrases to C or C++ declarations Cdecl is a program