diff --git a/CMakeLists.txt b/CMakeLists.txt index 7db422c..af97080 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (clibcni) option(VERSION "set clibcni version" ON) if (VERSION STREQUAL "ON") - set(CLIBCNI_VERSION "1.0.6") + set(CLIBCNI_VERSION "1.0.7") endif() option(DEBUG "set clibcni gcc option" ON) diff --git a/README.md b/README.md index f39728c..28315e6 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,6 @@ iSulad follows the kernel coding conventions. You can find a detailed introducti - https://www.kernel.org/doc/html/v4.10/process/coding-style.html -## Building - -Without considering distribution specific details a simple - - mkdir -p build && cd ./build && cmake .. && make && sudo make install - -is usually sufficient. - ## Licensing clibcni is licensed under the Mulan PSL v1. diff --git a/clibcni.pc.in b/clibcni.pc.in index 3632fa6..626a242 100644 --- a/clibcni.pc.in +++ b/clibcni.pc.in @@ -6,7 +6,7 @@ includedir=@CMAKE_INSTALL_PREFIX@/include Name: libclibcni Description: c library of cni Version: @CLIBCNI_VERSION@ -URL: http://code-sh.rnd.huawei.com/containers/plugins/clibcni.git +URL: clibcni Libs: -L@CMAKE_INSTALL_PREFIX@/lib -lclibcni Cflags: -I@CMAKE_INSTALL_PREFIX@/include diff --git a/clibcni.spec b/clibcni.spec index e78f887..80da9f6 100644 --- a/clibcni.spec +++ b/clibcni.spec @@ -1,12 +1,12 @@ -%global _version 1.0.6 -%global _release 20190919.235256.gitc4730268 +%global _version 1.0.7 +%global _release 20191222.225602.gita3d7e9d4 Name: clibcni Version: %{_version} Release: %{_release} Summary: CNI - the Container Network Interface Group: System Environment/Libraries License: Mulan PSL v1 -URL: http://code.huawei.com/containers/plugins/clibcni +URL: clibcni Source0: %{name}-1.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}