!1 First submission of source code

From: @tangjie02
Reviewed-by: @doudou19
Signed-off-by: @doudou19
This commit is contained in:
openeuler-ci-bot 2021-10-25 07:41:24 +00:00 committed by Gitee
commit 2fccf423cd
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