40 lines
728 B
RPMSpec
40 lines
728 B
RPMSpec
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
|