From 43a87f13607f5870ca34fcf341d8125b27ace40393f9474cbe64e0fcef8d3ead Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 19 Sep 2011 19:11:44 +0000 Subject: [PATCH] Accepting request 82605 from devel:libraries:c_c++ OBS-URL: https://build.opensuse.org/request/show/82605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi?expand=0&rev=4 --- baselibs.conf | 4 ++++ libdbi.changes | 5 +++++ libdbi.spec | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..f29b780 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libdbi0 +libdbi-devel + requires -libdbi- + requires "libdbi0- = " diff --git a/libdbi.changes b/libdbi.changes index f5a6383..c4f7f6c 100644 --- a/libdbi.changes +++ b/libdbi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 16 17:28:14 UTC 2011 - jengelh@medozas.de + +- Add baselibs configuration + ------------------------------------------------------------------- Wed Dec 15 16:19:01 CET 2010 - meissner@suse.de diff --git a/libdbi.spec b/libdbi.spec index c9775b6..4276636 100644 --- a/libdbi.spec +++ b/libdbi.spec @@ -27,6 +27,7 @@ Group: Development/Libraries License: LGPL Url: http://libdbi.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 +Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires %{lname} = %{version}-%{release} @@ -49,7 +50,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}