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

Bump project version to 1.0.0

parent a0288408
No related branches found
No related tags found
1 merge request!27Packaging with apkg
......@@ -7,7 +7,7 @@
#
cmake_minimum_required(VERSION 3.5)
project(cdns VERSION 0.6.0)
project(cdns VERSION 1.0.0)
include(GNUInstallDirs)
......@@ -41,7 +41,7 @@ else()
endif()
set_target_properties(cdns PROPERTIES VERSION ${PROJECT_VERSION})
set_target_properties(cdns PROPERTIES SOVERSION 0)
set_target_properties(cdns PROPERTIES SOVERSION 1)
set_target_properties(cdns PROPERTIES PUBLIC_HEADER "${headers}")
configure_file(src/cdns.pc.in src/cdns.pc @ONLY)
......
......@@ -70,10 +70,10 @@ Now you need to update the repository list and then you can finally install the
```shell
sudo apt-get update
sudo apt-get install libcdns0 libcdns-dev
sudo apt-get install libcdns1 libcdns-dev
```
The C-DNS library is separated into two packages. `libcdns0` package installs the shared library and `libcdns-dev` package installs
The C-DNS library is separated into two packages. `libcdns1` package installs the shared library and `libcdns-dev` package installs
development headers.
## Basic Usage
......
......@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
zlib1g-dev,
liblzma-dev,
Package: libcdns0
Package: libcdns1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Exporter of the C-DNS format
......@@ -20,7 +20,7 @@ Description: Exporter of the C-DNS format
Package: libcdns-dev
Architecture: any
Section: libdevel
Depends: libcdns0 (= ${binary:Version}), libboost-all-dev, liblzma-dev,
Depends: libcdns1 (= ${binary:Version}), libboost-all-dev, liblzma-dev,
zlib1g-dev, ${misc:Depends}
Description: Exporter of the C-DNS format (development headers)
Library for export of the C-DNS format.
......
Copyright 2019-2020 CZ.NIC, z. s. p. o.
Copyright 2019-2022 CZ.NIC, z. s. p. o.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
......
File moved
......@@ -51,8 +51,8 @@ ctest
%files
%license LICENSE
%{_libdir}/libcdns.so.0
%{_libdir}/libcdns.so.0.*
%{_libdir}/libcdns.so.1
%{_libdir}/libcdns.so.1.*
%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