From 85ca97420c9581b8a7fa4e8d2f4106916b14df97de3a64d8b8b3f50ac13dc925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 14 Jan 2013 10:50:31 +0000 Subject: [PATCH] Run osc service localrun format_spec_file OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=2 --- cmocka.spec | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/cmocka.spec b/cmocka.spec index e39bd04..9feab41 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -1,16 +1,31 @@ # -# spec file for package cmocka (version 0.2.0) +# spec file for package cmocka +# +# Copyright (c) 2013 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/ # -BuildRequires: cmake glibc-devel + +BuildRequires: cmake +BuildRequires: glibc-devel Name: cmocka Version: 0.2.0 -Release: 1 +Release: 0 # +Summary: Lightweight library to simplify and generalize unit tests for C License: Apache-2.0 Group: Productivity/Networking/Other -Summary: Lightweight library to simplify and generalize unit tests for C Url: http://open.cryptomilk.org/cmocka # Source0: %{name}-%{version}.tar.gz @@ -39,9 +54,8 @@ preferable. This is the successor of Google's Cmockery. %package -n libcmocka0 -License: Apache License 2.0 -Group: System/Libraries Summary: Lightweight library to simplify and generalize unit tests for C +Group: System/Libraries %description -n libcmocka0 There are a variety of C unit testing frameworks available however many of them @@ -66,9 +80,8 @@ preferable. This is the successor of Google's Cmockery. %package -n libcmocka-devel -License: Apache-2.0 -Group: Development/Libraries/C and C++ Summary: Development headers for the cmocka library +Group: Development/Libraries/C and C++ Requires: libcmocka0 = %{version} %description -n libcmocka-devel