7 Star 0 Fork 13

src-openEuler / sscg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sscg.spec 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
陈棋德 提交于 2023-07-12 17:06 . update to 3.0.5
Name: sscg
Version: 3.0.5
Release: 1
Summary: Simple Signed Certificate Generator
License: GPL-3.0
URL: https://github.com/sgallagher/sscg
Source0: https://github.com/sgallagher/sscg/archive/refs/tags/%{name}-%{version}.tar.gz
BuildRequires: gcc libtalloc-devel openssl-devel popt-devel libpath_utils-devel meson ninja-build help2man
%description
SSCG(Simple Signed Certificate Generator) makes it easy to generate usable and secure
"self-signed" certificates.The certificates created by this tool are generated in a way
so as to create a CA certificate that can be safely imported into a client machine to trust
the service certificate without needing to set up a full PKI environment and without exposing
the machine to a risk of false signatures from the service certificate.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%build
%meson
%meson_build
%install
%meson_install
%check
%meson_test
%pre
%preun
%post
%postun
%files
%defattr(-,root,root)
%license COPYING
%doc README.md
%{_bindir}/sscg
%{_mandir}/man8/sscg.8*
%changelog
* Wed Jul 12 2023 dillon chen <dillon.chen@gmail.com> - 3.0.5-1
- update version to 3.0.5
* Sun Jan 29 2023 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 3.0.3-1
- update version to 3.0.3
* Tue Dec 21 2021 panxiaohe<panxiaohe@huawei.com> - 3.0.1-1
- update version to 3.0.1
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.6.2-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Sat Jul 25 2020 yang_zhuang_zhuang<yangzhuangzhuang1@huawei.com> - 2.6.2-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 2.6.2
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 2.3.3-5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:modify license
* Tue Aug 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.3.3-4
- Package init
1
https://gitee.com/src-openeuler/sscg.git
git@gitee.com:src-openeuler/sscg.git
src-openeuler
sscg
sscg
master

搜索帮助