!1 First submission of source code
From: @tangjie02 Reviewed-by: @doudou19 Signed-off-by: @doudou19
This commit is contained in:
commit
2fccf423cd
BIN
kiran-qdbusxml2cpp-2.2.0.tar.gz
Normal file
BIN
kiran-qdbusxml2cpp-2.2.0.tar.gz
Normal file
Binary file not shown.
39
kiran-qdbusxml2cpp.spec
Normal file
39
kiran-qdbusxml2cpp.spec
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user