forked from pool/ding-libs
put back (now functioning) Git line
OBS-URL: https://build.opensuse.org/package/show/network:ldap/ding-libs?expand=0&rev=37
This commit is contained in:
parent
9d3f595cf0
commit
744b27ac3f
@ -30,6 +30,8 @@ Summary: "Ding is not GLib" assorted utility libraries
|
||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://pagure.io/SSSD/ding-libs
|
||||
|
||||
#Git-Clone: https://pagure.io/SSSD/ding-libs
|
||||
Source: https://fedorahosted.org/released/ding-libs/%name-%version.tar.gz
|
||||
Source2: https://fedorahosted.org/released/ding-libs/%name-%version.tar.gz.asc
|
||||
Source3: %name.keyring
|
||||
@ -47,43 +49,43 @@ Assorted C utility libraries: libcollection, libdhash, libini_config,
|
||||
librefarray, libpath_utils and libbasicobjects.
|
||||
|
||||
%package -n libbasicobjects0
|
||||
Version: %basicobjects_version
|
||||
Release: 0
|
||||
Summary: Library containing basic objects like dynamic string
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Version: %basicobjects_version
|
||||
Release: 0
|
||||
|
||||
%description -n libbasicobjects0
|
||||
A small library that provides a buffer object.
|
||||
|
||||
%package -n libbasicobjects-devel
|
||||
Version: %basicobjects_version
|
||||
Release: 0
|
||||
Summary: Library containing basic objects like dynamic string
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %basicobjects_version
|
||||
Release: 0
|
||||
Requires: libbasicobjects0 = %version
|
||||
|
||||
%description -n libbasicobjects-devel
|
||||
A small library that provides a buffer object.
|
||||
|
||||
%package -n libcollection4
|
||||
Version: %collection_version
|
||||
Release: 0
|
||||
Summary: Collection data-type for C
|
||||
Summary: Collection data type for C
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Version: %collection_version
|
||||
Release: 0
|
||||
|
||||
%description -n libcollection4
|
||||
A data-type to collect data in a hierarchical structure for easy iteration
|
||||
and serialization
|
||||
|
||||
%package -n libcollection-devel
|
||||
Version: %collection_version
|
||||
Release: 0
|
||||
Summary: Development files for libcollection
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %collection_version
|
||||
Release: 0
|
||||
Requires: libcollection4 = %collection_version
|
||||
|
||||
%description -n libcollection-devel
|
||||
@ -91,22 +93,22 @@ A data-type to collect data in a hierarchical structure for easy iteration
|
||||
and serialization
|
||||
|
||||
%package -n libdhash1
|
||||
Version: %dhash_version
|
||||
Release: 0
|
||||
Summary: Dynamic hash table library
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Version: %dhash_version
|
||||
Release: 0
|
||||
|
||||
%description -n libdhash1
|
||||
A hash table which will dynamically resize to achieve optimal storage & access
|
||||
time properties
|
||||
|
||||
%package -n libdhash-devel
|
||||
Version: %dhash_version
|
||||
Release: 0
|
||||
Summary: Development files for libdhash
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %dhash_version
|
||||
Release: 0
|
||||
Requires: libdhash1 = %dhash_version
|
||||
|
||||
%description -n libdhash-devel
|
||||
@ -114,22 +116,22 @@ A hash table which will dynamically resize to achieve optimal storage & access
|
||||
time properties
|
||||
|
||||
%package -n libini_config5
|
||||
Version: %ini_config_version
|
||||
Release: 0
|
||||
Summary: INI file parser for C
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Version: %ini_config_version
|
||||
Release: 0
|
||||
|
||||
%description -n libini_config5
|
||||
Library to process config files in INI format into a libcollection data
|
||||
structure
|
||||
|
||||
%package -n libini_config-devel
|
||||
Version: %ini_config_version
|
||||
Release: 0
|
||||
Summary: Development files for libini_config
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %ini_config_version
|
||||
Release: 0
|
||||
Requires: libini_config5 = %ini_config_version
|
||||
|
||||
%description -n libini_config-devel
|
||||
@ -137,42 +139,42 @@ Library to process config files in INI format into a libcollection data
|
||||
structure
|
||||
|
||||
%package -n libpath_utils1
|
||||
Version: %path_utils_version
|
||||
Release: 0
|
||||
Summary: Filesystem Path Utilities
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Version: %path_utils_version
|
||||
Release: 0
|
||||
|
||||
%description -n libpath_utils1
|
||||
Utility functions to manipulate filesystem pathnames
|
||||
|
||||
%package -n libpath_utils-devel
|
||||
Version: %path_utils_version
|
||||
Release: 0
|
||||
Summary: Development files for libpath_utils
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %path_utils_version
|
||||
Release: 0
|
||||
Requires: libpath_utils1 = %path_utils_version
|
||||
|
||||
%description -n libpath_utils-devel
|
||||
Utility functions to manipulate filesystem pathnames
|
||||
|
||||
%package -n libref_array1
|
||||
Version: %ref_array_version
|
||||
Release: 0
|
||||
Summary: A refcounted array for C
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Version: %ref_array_version
|
||||
Release: 0
|
||||
|
||||
%description -n libref_array1
|
||||
A dynamically-growing, reference-counted array
|
||||
|
||||
%package -n libref_array-devel
|
||||
Version: %ref_array_version
|
||||
Release: 0
|
||||
Summary: Development files for libref_array
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %ref_array_version
|
||||
Release: 0
|
||||
Requires: libref_array1 = %ref_array_version
|
||||
|
||||
%description -n libref_array-devel
|
||||
|
Loading…
Reference in New Issue
Block a user