Autobuild autoformatter for 56138

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi?expand=0&rev=2
This commit is contained in:
Lars Vogdt 2011-01-25 09:07:50 +00:00 committed by Git OBS Bridge
parent 073c19f9ee
commit 18de48e3be

View File

@ -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}