forked from pool/ding-libs
Autobuild autoformatter for 53525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ding-libs?expand=0&rev=2
This commit is contained in:
parent
6650e0b1b6
commit
f32173e856
165
ding-libs.spec
165
ding-libs.spec
@ -1,28 +1,46 @@
|
|||||||
|
#
|
||||||
|
# spec file for package ding-libs (Version 0.1.2)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2010 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
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%global path_utils_version 0.2.1
|
%global path_utils_version 0.2.1
|
||||||
%global dhash_version 0.4.2
|
%global dhash_version 0.4.2
|
||||||
%global collection_version 0.6.0
|
%global collection_version 0.6.0
|
||||||
%global ref_array_version 0.1.1
|
%global ref_array_version 0.1.1
|
||||||
%global ini_config_version 0.6.1
|
%global ini_config_version 0.6.1
|
||||||
|
|
||||||
Name: ding-libs
|
Name: ding-libs
|
||||||
Version: 0.1.2
|
Version: 0.1.2
|
||||||
Release: 0
|
Release: 1
|
||||||
Summary: "Ding is not GLib" assorted utility libraries
|
Summary: "Ding is not GLib" assorted utility libraries
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: http://fedorahosted.org/sssd/
|
Url: http://fedorahosted.org/sssd/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch0: doxygen-notimestamp.dif
|
Patch0: doxygen-notimestamp.dif
|
||||||
Patch1: Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch
|
Patch1: Fix-license-text-for-several-files-that-should-be-LGPLv3+.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: m4
|
BuildRequires: m4
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Assorted C utility libraries: libcollection, libdhash, libini_config,
|
Assorted C utility libraries: libcollection, libdhash, libini_config,
|
||||||
@ -33,25 +51,28 @@ librefarray and libpath_utils.
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
%package -n libpath_utils1
|
%package -n libpath_utils1
|
||||||
Summary: Filesystem Path Utilities
|
Summary: Filesystem Path Utilities
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Version: %{path_utils_version}
|
Version: %{path_utils_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libpath_utils1
|
%description -n libpath_utils1
|
||||||
Utility functions to manipulate filesystem pathnames
|
Utility functions to manipulate filesystem pathnames
|
||||||
|
|
||||||
%package -n libpath_utils-devel
|
%package -n libpath_utils-devel
|
||||||
Summary: Development files for libpath_utils
|
Summary: Development files for libpath_utils
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libpath_utils1 = %{path_utils_version}
|
Requires: libpath_utils1 = %{path_utils_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Version: %{path_utils_version}
|
Version: %{path_utils_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libpath_utils-devel
|
%description -n libpath_utils-devel
|
||||||
Utility functions to manipulate filesystem pathnames
|
Utility functions to manipulate filesystem pathnames
|
||||||
|
|
||||||
%post -n libpath_utils1 -p /sbin/ldconfig
|
%post -n libpath_utils1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libpath_utils1 -p /sbin/ldconfig
|
%postun -n libpath_utils1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libpath_utils1
|
%files -n libpath_utils1
|
||||||
@ -68,33 +89,35 @@ Utility functions to manipulate filesystem pathnames
|
|||||||
%doc path_utils/README.path_utils
|
%doc path_utils/README.path_utils
|
||||||
%doc path_utils/doc/html/
|
%doc path_utils/doc/html/
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# dhash
|
# dhash
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
%package -n libdhash1
|
%package -n libdhash1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Dynamic hash table
|
Summary: Dynamic hash table
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Version: %{dhash_version}
|
Version: %{dhash_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libdhash1
|
%description -n libdhash1
|
||||||
A hash table which will dynamically resize to achieve optimal storage & access
|
A hash table which will dynamically resize to achieve optimal storage & access
|
||||||
time properties
|
time properties
|
||||||
|
|
||||||
%package -n libdhash-devel
|
%package -n libdhash-devel
|
||||||
Summary: Development files for libdhash
|
Summary: Development files for libdhash
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libdhash1 = %{dhash_version}
|
Requires: libdhash1 = %{dhash_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Version: %{dhash_version}
|
Version: %{dhash_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libdhash-devel
|
%description -n libdhash-devel
|
||||||
A hash table which will dynamically resize to achieve optimal storage & access
|
A hash table which will dynamically resize to achieve optimal storage & access
|
||||||
time properties
|
time properties
|
||||||
|
|
||||||
%post -n libdhash1 -p /sbin/ldconfig
|
%post -n libdhash1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libdhash1 -p /sbin/ldconfig
|
%postun -n libdhash1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libdhash1
|
%files -n libdhash1
|
||||||
@ -111,34 +134,36 @@ time properties
|
|||||||
%doc dhash/README.dhash
|
%doc dhash/README.dhash
|
||||||
%doc dhash/examples/
|
%doc dhash/examples/
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# collection
|
# collection
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
%package -n libcollection2
|
%package -n libcollection2
|
||||||
Summary: Collection data-type for C
|
Summary: Collection data-type for C
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Version: %{collection_version}
|
Version: %{collection_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libcollection2
|
%description -n libcollection2
|
||||||
A data-type to collect data in a hierarchical structure for easy iteration
|
A data-type to collect data in a hierarchical structure for easy iteration
|
||||||
and serialization
|
and serialization
|
||||||
|
|
||||||
%package -n libcollection-devel
|
%package -n libcollection-devel
|
||||||
Summary: Development files for libcollection
|
Summary: Development files for libcollection
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Requires: libcollection2 = %{collection_version}
|
Requires: libcollection2 = %{collection_version}
|
||||||
Version: %{collection_version}
|
Version: %{collection_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libcollection-devel
|
%description -n libcollection-devel
|
||||||
A data-type to collect data in a hierarchical structure for easy iteration
|
A data-type to collect data in a hierarchical structure for easy iteration
|
||||||
and serialization
|
and serialization
|
||||||
|
|
||||||
%post -n libcollection2 -p /sbin/ldconfig
|
%post -n libcollection2 -p /sbin/ldconfig
|
||||||
%postun -n libcollection2 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
%postun -n libcollection2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libcollection2
|
%files -n libcollection2
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -156,31 +181,33 @@ and serialization
|
|||||||
%{_libdir}/pkgconfig/collection.pc
|
%{_libdir}/pkgconfig/collection.pc
|
||||||
%doc collection/doc/html/
|
%doc collection/doc/html/
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# ref_array
|
# ref_array
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
%package -n libref_array1
|
%package -n libref_array1
|
||||||
Summary: A refcounted array for C
|
Summary: A refcounted array for C
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Version: %{ref_array_version}
|
Version: %{ref_array_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libref_array1
|
%description -n libref_array1
|
||||||
A dynamically-growing, reference-counted array
|
A dynamically-growing, reference-counted array
|
||||||
|
|
||||||
%package -n libref_array-devel
|
%package -n libref_array-devel
|
||||||
Summary: Development files for libref_array
|
Summary: Development files for libref_array
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libref_array1 = %{ref_array_version}
|
Requires: libref_array1 = %{ref_array_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Version: %{ref_array_version}
|
Version: %{ref_array_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libref_array-devel
|
%description -n libref_array-devel
|
||||||
A dynamically-growing, reference-counted array
|
A dynamically-growing, reference-counted array
|
||||||
|
|
||||||
%post -n libref_array1 -p /sbin/ldconfig
|
%post -n libref_array1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libref_array1 -p /sbin/ldconfig
|
%postun -n libref_array1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libref_array1
|
%files -n libref_array1
|
||||||
@ -197,33 +224,35 @@ A dynamically-growing, reference-counted array
|
|||||||
%doc refarray/README.ref_array
|
%doc refarray/README.ref_array
|
||||||
%doc refarray/doc/html/
|
%doc refarray/doc/html/
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# ini_config
|
# ini_config
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
%package -n libini_config2
|
%package -n libini_config2
|
||||||
Summary: INI file parser for C
|
Summary: INI file parser for C
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Version: %{ini_config_version}
|
Version: %{ini_config_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libini_config2
|
%description -n libini_config2
|
||||||
Library to process config files in INI format into a libcollection data
|
Library to process config files in INI format into a libcollection data
|
||||||
structure
|
structure
|
||||||
|
|
||||||
%package -n libini_config-devel
|
%package -n libini_config-devel
|
||||||
Summary: Development files for libini_config
|
Summary: Development files for libini_config
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Requires: libini_config2 = %{ini_config_version}
|
Requires: libini_config2 = %{ini_config_version}
|
||||||
Version: %{ini_config_version}
|
Version: %{ini_config_version}
|
||||||
|
Release: 1
|
||||||
|
|
||||||
%description -n libini_config-devel
|
%description -n libini_config-devel
|
||||||
Library to process config files in INI format into a libcollection data
|
Library to process config files in INI format into a libcollection data
|
||||||
structure
|
structure
|
||||||
|
|
||||||
%post -n libini_config2 -p /sbin/ldconfig
|
%post -n libini_config2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libini_config2 -p /sbin/ldconfig
|
%postun -n libini_config2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libini_config2
|
%files -n libini_config2
|
||||||
@ -239,7 +268,6 @@ structure
|
|||||||
%{_libdir}/pkgconfig/ini_config.pc
|
%{_libdir}/pkgconfig/ini_config.pc
|
||||||
%doc ini/doc/html/
|
%doc ini/doc/html/
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Build steps
|
# Build steps
|
||||||
##############################################################################
|
##############################################################################
|
||||||
@ -279,3 +307,4 @@ rm -f */doc/html/installdox
|
|||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user