1
0
forked from pool/ding-libs

Removed ding-libs meta package

OBS-URL: https://build.opensuse.org/package/show/network:ldap/ding-libs?expand=0&rev=2
This commit is contained in:
Ralf Haferkamp 2010-11-16 10:15:55 +00:00 committed by Git OBS Bridge
parent 89d91508ff
commit ef6bf4d747

View File

@ -15,17 +15,7 @@ Source0: %{name}-%{version}.tar.bz2
Patch0: doxygen-notimestamp.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
### Dependencies ###
# ding-libs is a meta-package that will pull in all of its own
# sub-packages
Requires: libpath_utils1 = %{path_utils_version}
Requires: libdhash1 = %{dhash_version}
Requires: libcollection2 = %{collection_version}
Requires: libref_array1 = %{ref_array_version}
Requires: libini_config2 = %{ini_config_version}
### Build Dependencies ###
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@ -34,26 +24,9 @@ BuildRequires: doxygen
BuildRequires: pkg-config
%description
A meta-package that pulls in libcollection, libdhash, libini_config,
Assorted C utility libraries: libcollection, libdhash, libini_config,
librefarray and libpath_utils.
%package devel
Summary: Development packages for ding-libs
Group: Development/Libraries/C and C++
License: LGPLv3+
# ding-libs is a meta-package that will pull in all of its own
# sub-packages
Requires: libpath_utils-devel = %{path_utils_version}
Requires: libdhash-devel = %{dhash_version}
Requires: libcollection-devel = %{collection_version}
Requires: libref_array-devel = %{ref_array_version}
Requires: libini_config-devel = %{ini_config_version}
%description devel
A meta-package that pulls in development libraries for libcollection,
libdhash, libini_config, librefarray and libpath_utils.
##############################################################################
# Path Utils
##############################################################################