Skip to content
Snippets Groups Projects
Verified Commit b438f32a authored by Pavel Doležal's avatar Pavel Doležal
Browse files

distro: Package CLI tools' binaries

parent 413798a6
No related branches found
No related tags found
1 merge request!30CLI tools for C-DNS file inspection
Pipeline #120990 passed
pkgname=c-dns
pkgver='{{ version }}'
pkgrel='{{ release }}'
pkgdesc='Library for exporting C-DNS format'
pkgdesc='Library and command line tools for exporting and inspecting C-DNS format'
arch=('x86_64')
url='https://gitlab.nic.cz/knot/c-dns'
license=('MPL2')
......
......@@ -14,8 +14,9 @@ Package: libcdns1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Exporter of the C-DNS format
Library for export of the C-DNS format.
This package contains the runtime library.
Library and command line tools for export and inspection of
the C-DNS format.
This package contains the runtime library and binaries of cmd tools.
Package: libcdns-dev
Architecture: any
......
usr/lib/*/libcdns.so.*
usr/bin/*
......@@ -25,7 +25,7 @@ Requires: xz-devel
Headers of C-DNS library.
%description
Library for export of the C-DNS format.
Library and command line tools for export and inspection of the C-DNS format.
%prep
%autosetup -p1 -n c-dns-%{version}
......@@ -53,6 +53,7 @@ ctest
%license LICENSE
%{_libdir}/libcdns.so.1
%{_libdir}/libcdns.so.1.*
%{_bindir}/cdns-*
%files devel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment