update to 1.0.2
This commit is contained in:
parent
615dfc0863
commit
3e83aa0184
Binary file not shown.
BIN
gdbus-codegen-glibmm-1.0.2.tar.gz
Normal file
BIN
gdbus-codegen-glibmm-1.0.2.tar.gz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
Name: gdbus-codegen-glibmm
|
Name: gdbus-codegen-glibmm
|
||||||
Version: 1.0.0
|
Version: 1.0.2
|
||||||
Release: 1%{?dist}
|
Release: 1.kb2
|
||||||
Summary: This is a cpp code generator for generating D-Bus stubs and proxies from XML introspection files.
|
Summary: This is a cpp code generator for generating D-Bus stubs and proxies from XML introspection files.
|
||||||
|
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
@ -9,7 +9,8 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
|
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
BuildRequires: python%{python3_pkgversion}-jinja2
|
|
||||||
|
Requires: python%{python3_pkgversion}-jinja2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a cpp code generator for generating D-Bus stubs and proxies from XML introspection files.
|
This is a cpp code generator for generating D-Bus stubs and proxies from XML introspection files.
|
||||||
@ -30,12 +31,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%{_bindir}/gdbus-codegen-glibmm3
|
%{_bindir}/gdbus-codegen-glibmm3
|
||||||
%dir %{python3_sitelib}/codegen_glibmm
|
%dir %{python3_sitelib}/codegen_glibmm
|
||||||
%dir %{python3_sitelib}/gdbus_codegen.glibmm-2.99.0-py3.8.egg-info
|
%dir %{python3_sitelib}/gdbus_codegen.glibmm-2.99.0-py*.egg-info
|
||||||
%{python3_sitelib}/codegen_glibmm/*
|
%{python3_sitelib}/codegen_glibmm/*
|
||||||
%{python3_sitelib}/gdbus_codegen.glibmm-2.99.0-py3.8.egg-info/*
|
%{python3_sitelib}/gdbus_codegen.glibmm-2.99.0-py*.egg-info/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 11 2022 caoyuanji <caoyuanji@kylinos.com.cn> - 1.0.2-1.kb2
|
||||||
|
- rebuild for KY3.4-5-KiranUI-2.2
|
||||||
|
|
||||||
|
* Tue Jan 11 2022 caoyuanji <caoyuanji@kylinos.com.cn> - 1.0.2-1.kb1
|
||||||
|
- rebuild for KY3.4-5-KiranUI-2.2
|
||||||
|
|
||||||
|
* Tue Aug 03 2021 tangjie02 <tangjie02@kylinos.com.cn> - 1.0.2-1.ky3
|
||||||
|
- KYOS-F: Add gdbus_codegen.glibmm*egg-info.
|
||||||
|
|
||||||
|
* Tue Aug 03 2021 tangjie02 <tangjie02@kylinos.com.cn> - 1.0.1-1.ky3
|
||||||
|
- KYOS-F: Modify the python3-jinja2 to Requires from BuildRequires.
|
||||||
|
- KYOS-F: Remove gdbus_codegen.glibmm*egg-info directory after install.
|
||||||
|
|
||||||
* Thu Apr 1 2021 tangjie02 <tangjie02@kylinos.com.cn> - 1.0.0-1.ky3
|
* Thu Apr 1 2021 tangjie02 <tangjie02@kylinos.com.cn> - 1.0.0-1.ky3
|
||||||
- New upstream source 1.0
|
- New upstream source 1.0
|
||||||
-
|
-
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user