First submission source code.

- 第一次提交源代码

Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn>
This commit is contained in:
tangjie02 2021-10-25 14:01:36 +08:00
parent 034713ad0f
commit ce325ef470
2 changed files with 39 additions and 0 deletions

Binary file not shown.

39
kiran-qdbusxml2cpp.spec Normal file
View File

@ -0,0 +1,39 @@
Name: kiran-qdbusxml2cpp
Summary: Produces the C++ code to implement the dbus interfaces defined in the input file
Version: 2.2.0
Release: 3%{?dist}
License: GPLv3
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: qt5-qtbase-devel
Requires: qt5-qtbase
%description
%{summary}.
%prep
%autosetup -p 1
%build
%{__mkdir} -p %{buildroot}
%cmake
make %{?_smp_mflags}
%install
%make_install
%files
%doc
%{_bindir}/kiran-qdbusxml2cpp
%{_libdir}/cmake/KiranDBusGenerate
%changelog
* Mon Oct 18 2021 xiewenhao <xiewenhao@kylinos.com.cn> - 2.2.0-2
- KYOS: rebuild for KiranUI-2.1-OE (#43502)
* Thu Aug 26 2021 liuxinhao <liuxinhao@kylinos.com.cn> - 2.2.0-1.kb1
- Initial build