Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4e8682d064
!9 Specification NestOS Project Component Description File
From: @duyiwei7w 
Reviewed-by: @fu-shanqing 
Signed-off-by: @fu-shanqing
2023-06-21 09:13:41 +00:00
duyiwei
cfdc19f56a
Specification NestOS Project Component Description File
Signed-off-by: duyiwei <duyiwei@kylinos.cn>
2023-06-21 07:24:08 +00:00
openeuler-ci-bot
1d09385d60
!6 Modify compliance irregularities
From: @lauk001 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
2022-12-09 08:19:51 +00:00
lauk001
d3cd7dc624 Modifying the readme 2022-12-09 16:06:00 +08:00
openeuler-ci-bot
e2e01588f4
!4 为该仓库新建yaml文件
From: @dingdingaaaaa 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
2022-12-01 06:39:20 +00:00
丁紫薇
f4b888d238
add libvarlink.yaml.
Signed-off-by: 丁紫薇 <dingziwei@kylinos.cn>
2022-11-30 11:00:32 +00:00
openeuler-ci-bot
2e71420033
!2 Update libvarlink to 23
From: @fu-shanqing 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-06-15 02:58:21 +00:00
fu-shanqing
505e145241 update to 23 2022-06-08 11:01:48 +08:00
openeuler-ci-bot
f9553c5c1d
!1 add libvarlink source package and spec file
From: @fu-shanqing 
Reviewed-by: @duguhaotian, @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-02-16 01:20:49 +00:00
fushanqing
08e5e183e5 add source and spec 2022-01-26 10:18:30 +08:00
4 changed files with 84 additions and 14 deletions

View File

@ -3,28 +3,25 @@
#### 介绍 #### 介绍
Varlink C library and command line tool. Varlink C library and command line tool.
#### 软件架构
软件架构说明
#### 安装教程 #### 安装教程
1. xxxx Install libvarlink rpm package:
2. xxxx
3. xxxx yum install libvarlink
#### 使用说明 #### 使用说明
1. xxxx libvarlink 是云底座操作系统NestOS的必需组件
2. xxxx
3. xxxx
#### 参与贡献 #### 参与贡献
1. Fork 本仓库 master分支使用最新的上游版本如果检测到上游有最新版本发布先形成issue后再提交对应PR更新流程如下。
2. 新建 Feat_xxx 分支 1. 提交issue
3. 提交代码 2. Fork 本仓库
4. 新建 Pull Request 3. 新建 Feat_xxx 分支
4. 提交代码
5. 新建 Pull Request
#### 特技 #### 特技

BIN
libvarlink-23.tar.gz Normal file

Binary file not shown.

69
libvarlink.spec Normal file
View File

@ -0,0 +1,69 @@
%global _hardened_build 1
Name: libvarlink
Version: 23
Release: 2
Summary: Varlink C Library
License: Apache-2.0 and BSD-3-Clause
URL: https://github.com/varlink/libvarlink
Source0: https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: meson
BuildRequires: gcc
BuildRequires: glibc-langpack-de
%description
Varlink C Library
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The libvarlink-devel package contains libraries and header files for
developing applications that use libvarlink.
%package util
Summary: Varlink command line tools
%description util
The libvarlink-util package contains varlink command line tools.
%prep
%autosetup
%build
%meson
%meson_build
%check
export LC_CTYPE=C.utf8
%meson_test
%install
%meson_install
%ldconfig_scriptlets
%files
%license LICENSE
%{_libdir}/libvarlink.so.*
%files util
%{_bindir}/varlink
%{_datadir}/bash-completion/completions/varlink
%{_datadir}/vim/vimfiles/after/*
%files devel
%{_includedir}/varlink.h
%{_libdir}/libvarlink.so
%{_libdir}/pkgconfig/libvarlink.pc
%changelog
* Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 23-2
- License compliance rectification
* Wed Jun 08 2022 fushanqing <fushanqing@kylinos.cn> - 23-1
- update to 23
* Wed Jan 26 2022 fushanqing <fushanqing@kylinos.cn> - 21-1
- Initial package

4
libvarlink.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: varlink/libvarlink
tag_prefix: ""
separator: ""