Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
21542724de
!10 Specification NestOS Project Component Description File
From: @duyiwei7w 
Reviewed-by: @fu-shanqing 
Signed-off-by: @fu-shanqing
2023-06-21 09:21:20 +00:00
duyiwei
17cd215499
Specification NestOS Project Component Description File
Signed-off-by: duyiwei <duyiwei@kylinos.cn>
2023-06-21 07:25:13 +00:00
openeuler-ci-bot
f22271e649
!7 Modify compliance irregularities
From: @dingdingaaaaa 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
2022-12-26 07:55:21 +00:00
丁紫薇
0b56aa2101
update libvarlink.spec.
Signed-off-by: 丁紫薇 <dingziwei@kylinos.cn>
2022-12-16 08:25:25 +00:00
openeuler-ci-bot
9f40a1756c
!5 【轻量级 PR】: [sync]手动同步master分支代码
From: @dingdingaaaaa 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
2022-12-09 07:03:46 +00:00
丁紫薇
66c1d1b70a
[sync]手动同步master分支代码
Signed-off-by: 丁紫薇 <dingziwei@kylinos.cn>
2022-12-09 06:21:25 +00:00
openeuler-ci-bot
ddab84ece3
!3 【NestOS】22.03-LTS-SP1选型升级至23版本
From: @duyiwei7w 
Reviewed-by: @fu-shanqing 
Signed-off-by: @fu-shanqing
2022-11-14 05:45:37 +00:00
duyiwei
efd1c39626 upgrade to 23 2022-11-11 09:19:28 +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.
#### 软件架构
软件架构说明
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
Install libvarlink rpm package:
yum install libvarlink
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
libvarlink 是云底座操作系统NestOS的必需组件
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
master分支使用最新的上游版本如果检测到上游有最新版本发布先形成issue后再提交对应PR更新流程如下。
1. 提交issue
2. Fork 本仓库
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 16 2022 dingdingaaaaa <dingziwei@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: ""