diff --git a/README.en.md b/README.en.md deleted file mode 100644 index dd7805405a9f6c4805bce0334c8da6a7e9bdc6b7..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# libbpf - -#### Description -Automated upstream mirror for libbpf stand-alone build. - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index ec767b86661907efd9e9090239b53233d758dff9..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# libbpf - -#### 介绍 -Automated upstream mirror for libbpf stand-alone build. - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 码云特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 -5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/libbpf.spec b/libbpf.spec index 16ce7c8c104bedf02649dab885ad5f80968666b5..d3add41ecf4877106dc2f583806d165449f532dc 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -1,5 +1,5 @@ %global githubname libbpf -%global githubver 0.0.6 +%global githubver 0.1.1 %global githubfull %{githubname}-%{githubver} Name: %{githubname} @@ -51,7 +51,7 @@ developing applications that use %{name} %make_install -C ./src %{make_flags} %files -%{_libdir}/libbpf.so.%{version} +%{_libdir}/libbpf.so.0.1.0 %{_libdir}/libbpf.so.0 %files devel @@ -63,5 +63,8 @@ developing applications that use %{name} %{_libdir}/libbpf.a %changelog -* Sun Apr 26 2020 openEuler Buildteam - 0.13.0-1 +* Wed Oct 28 2020 hubble_zhu - 0.1.1-1 +- update libbpf from v0.0.6 to v0.1.1 + +* Sun Apr 26 2020 openEuler Buildteam - 0.0.6-1 - Package init diff --git a/libbpf.yaml b/libbpf.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1499ba4e3513bca12503305646424638347fb2ba --- /dev/null +++ b/libbpf.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: libbpf/libbpf +tag_prefix: "^v" +separator: "." diff --git a/v0.0.6.tar.gz b/v0.0.6.tar.gz deleted file mode 100644 index 81c654c0f9f6b88e2525e62cb02a5d774e7371a3..0000000000000000000000000000000000000000 Binary files a/v0.0.6.tar.gz and /dev/null differ diff --git a/v0.1.1.tar.gz b/v0.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5a24c581793695b36dcb112ce836ce6c54f2fd51 Binary files /dev/null and b/v0.1.1.tar.gz differ