From 18de48e3be71b4e951c9c98426d0bdd2296fbdf41c69cf1a2f266413c37c4f42 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 25 Jan 2011 09:07:50 +0000 Subject: [PATCH] Autobuild autoformatter for 56138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi?expand=0&rev=2 --- libdbi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libdbi.spec b/libdbi.spec index 9d5558d..c9775b6 100644 --- a/libdbi.spec +++ b/libdbi.spec @@ -1,7 +1,7 @@ # -# spec file for package libdbi (Version 0.8.3) +# spec file for package libdbi # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -15,9 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define lname libdbi0 Summary: Database Independent Abstraction Layer for C + Name: libdbi Version: 0.8.3 Release: 1 @@ -29,7 +31,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires %{lname} = %{version}-%{release} - %description libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can @@ -37,6 +38,7 @@ leverage the power of multiple databases and multiple simultaneous database connections by using this framework. %package -n %{lname} + Group: Development/Libraries Summary: Database Independent Abstraction Layer for C @@ -47,6 +49,7 @@ leverage the power of multiple databases and multiple simultaneous database connections by using this framework. %package devel +License: LGPL Summary: Development files for libdbi (Database Independent Abstraction Layer for C) Group: Development/Libraries Requires: %{lname} = %{version}