dtkcommon/dtkcommon.spec

57 lines
1.0 KiB
RPMSpec
Raw Normal View History

2023-04-06 17:44:22 +08:00
Name: dtkcommon
2023-10-17 17:15:42 +08:00
Version: 5.5.18
2023-11-17 14:18:32 +08:00
Release: 2
2023-04-06 17:44:22 +08:00
Summary: dtk common files
2023-10-17 17:15:42 +08:00
Source0: %{name}-%{version}.orig.tar.xz
2023-04-06 17:44:22 +08:00
License: GPLv3
BuildRequires: qt5-qtbase-devel
2023-10-19 17:06:12 +08:00
# Obsoletes: dtkcore <= 5.4.10
# Obsoletes: dtkcore-devel <= 5.4.10
2023-04-06 17:44:22 +08:00
2023-10-17 17:15:42 +08:00
%global debug_package %{nil}
2023-04-06 17:44:22 +08:00
%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
2023-11-17 14:18:32 +08:00
* Fri Nov 17 2023 hanshuang <hanshuang@uniontech.com> - 5.5.18-2
- modify version info
2023-10-17 17:15:42 +08:00
* Mon Jun 13 2022 uoser <uoser@uniontech.com> - 5.5.18-1.01
- update: update to 5.5.18-1.01