1 Star 0 Fork 7

tangjie02/gdbus-codegen-glibmm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gdbus-codegen-glibmm.spec 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
tangjie02 提交于 2021-10-30 09:30 +08:00 . Move the python-jinja2 to required field.
%global debug_package %{nil}
Name: gdbus-codegen-glibmm
Version: 1.0.0
Release: 2%{?dist}
Summary: This is a cpp code generator for generating D-Bus stubs and proxies from XML introspection files.
License: LGPL-2.1
Source0: %{name}-%{version}.tar.gz
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
Requires: python%{python3_pkgversion}-jinja2
%description
This is a cpp code generator for generating D-Bus stubs and proxies from XML introspection files.
%prep
%autosetup -p1
%build
%{py3_build}
%install
rm -rf $RPM_BUILD_ROOT
%{py3_install}
%files
%{_bindir}/gdbus-codegen-glibmm3
%dir %{python3_sitelib}/codegen_glibmm
%dir %{python3_sitelib}/gdbus_codegen.glibmm-2.99.0-py*.egg-info
%{python3_sitelib}/codegen_glibmm/*
%{python3_sitelib}/gdbus_codegen.glibmm-2.99.0-py*.egg-info/*
%changelog
* Tue Aug 03 2021 tangjie02 <tangjie02@kylinos.com.cn> - 1.0.0-2.ky3
- KYOS-F: Modify the python3-jinja2 to Requires from BuildRequires.
* Thu Apr 1 2021 tangjie02 <tangjie02@kylinos.com.cn> - 1.0.0-1.ky3
- New upstream source 1.0
-
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tangjie02/gdbus-codegen-glibmm.git
git@gitee.com:tangjie02/gdbus-codegen-glibmm.git
tangjie02
gdbus-codegen-glibmm
gdbus-codegen-glibmm
master

搜索帮助