!1 update to 5.5.18

From: @leeffo 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
This commit is contained in:
openeuler-ci-bot 2023-04-07 01:33:43 +00:00 committed by Gitee
commit dcd6a36f9c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 54 additions and 0 deletions

Binary file not shown.

54
dtkcommon.spec Normal file
View File

@ -0,0 +1,54 @@
%global debug_package %{nil}
Name: dtkcommon
Version: 5.5.18
Release: 1%{?dist}
Summary: dtk common files
Source0: %{name}-%{version}.orig.tar.xz
License: GPLv3
BuildRequires: qt5-qtbase-devel
Obsoletes: dtkcore <= 5.4.10
Obsoletes: dtkcore-devel <= 5.4.10
%description
dtk common files
%package devel
Summary: Development package for %{sname}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
dtk common files - devel
%prep
%setup -q
%build
export QTDIR="%{_qt5_prefix}"
export PATH="%{_qt5_bindir}:$PATH"
%qmake_qt5
%make_build
%install
%make_install INSTALL_ROOT=%{buildroot}
%files
%doc README.md
%license LICENSE
%{_datarootdir}/glib-2.0/schemas/*
%files devel
%doc README.md
%license LICENSE
%{_prefix}/lib/cmake/Dtk/*
%{_libdir}/*/mkspecs/features/*
%{_libdir}/*/mkspecs/modules/*
%changelog
* Mon Jun 13 2022 uoser <uoser@uniontech.com> - 5.5.18-1
- update: update to 5.5.18-1