dtkgui/dtkgui.spec

92 lines
2.6 KiB
RPMSpec
Raw Normal View History

2020-07-14 11:03:32 +08:00
Name: dtkgui
2024-04-09 13:47:59 +08:00
Version: 5.6.8.4
Release: 5%{?dist}
2020-07-14 11:03:32 +08:00
Summary: Deepin dtkgui
2022-07-28 16:02:49 +08:00
License: LGPLv3+
URL: https://github.com/linuxdeepin/dtkgui
2024-04-09 13:47:59 +08:00
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
2022-07-28 16:02:49 +08:00
2024-04-09 13:47:59 +08:00
Patch0: 0001-The-ID-of-the-current-Session-is-used-to-register-th.patch
2020-07-14 11:03:32 +08:00
BuildRequires: qt5-qtx11extras-devel
2024-04-09 13:47:59 +08:00
BuildRequires: dtkcommon-devel dtkcore
2020-07-14 11:03:32 +08:00
BuildRequires: dtkcore-devel
BuildRequires: librsvg2-devel
2024-04-09 13:47:59 +08:00
BuildRequires: gtest-devel
BuildRequires: gcc-c++ gtest-devel
BuildRequires: annobin qt5-qttools-devel
2020-07-14 11:03:32 +08:00
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(gsettings-qt)
2023-04-06 17:07:07 +08:00
BuildRequires: gmock-devel
2024-04-09 13:47:59 +08:00
BuildRequires: qt5-qtbase-private-devel
2022-07-28 16:02:49 +08:00
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
2024-04-09 13:47:59 +08:00
BuildRequires: make
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: LibRaw-devel
BuildRequires: qt5-qtimageformats
BuildRequires: libqtxdg-devel
BuildRequires: freeimage-devel
Requires: qt5-qtimageformats
2020-07-14 11:03:32 +08:00
%description
2022-07-28 16:02:49 +08:00
Dtkgui is the GUI module for DDE look and feel.
2020-07-14 11:03:32 +08:00
%package devel
Summary: Development package for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
2022-07-28 16:02:49 +08:00
Requires: dtkcore-devel%{?_isa}
2020-07-14 11:03:32 +08:00
%description devel
Header files and libraries for %{name}.
%prep
2024-04-09 13:47:59 +08:00
%autosetup -p1
2020-07-14 11:03:32 +08:00
%build
2022-07-28 16:02:49 +08:00
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
2020-07-14 11:03:32 +08:00
export PATH=%{_qt5_bindir}:$PATH
2024-04-09 13:47:59 +08:00
%cmake
2020-07-14 11:03:32 +08:00
%make_build
%install
%make_install INSTALL_ROOT=%{buildroot}
%files
%doc README.md
%license LICENSE
2022-07-28 16:02:49 +08:00
%{_libdir}/lib%{name}.so.5*
2024-04-09 13:47:59 +08:00
%{_libdir}/dtk5/DGui/
%{_datadir}/*
2020-07-14 11:03:32 +08:00
%files devel
2024-04-09 13:47:59 +08:00
%{_includedir}/dtk5/
2020-07-14 11:03:32 +08:00
%{_libdir}/pkgconfig/dtkgui.pc
2022-07-28 16:02:49 +08:00
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_dtkgui.pri
2020-07-14 11:03:32 +08:00
%{_libdir}/cmake/DtkGui/
2022-07-28 16:02:49 +08:00
%{_libdir}/lib%{name}.so
2020-07-14 11:03:32 +08:00
%changelog
2024-04-09 13:47:59 +08:00
* Tue Jan 30 2024 liweiganga <liweiganga@uniontech.com> - 5.6.8.4-5
- fix: The ID of the current Session is used to register the singleton process(bugid:223507)
2024-04-09 13:47:59 +08:00
* Thu Dec 21 2023 mahailiang <mahailiang@uniontech.com> - 5.6.8.4-4
- fix: move org.deepin.dtk.gui.preference.json (bugid:234863)
2023-04-06 17:07:07 +08:00
2024-04-09 13:47:59 +08:00
* Thu Dec 21 2023 mahailiang <mahailiang@uniontech.com> - 5.6.8.4-3
- fix: add requires qt5-qtimageformats(bugid:226895)
2022-07-28 16:02:49 +08:00
2024-04-09 13:47:59 +08:00
* Wed Oct 11 2023 liweigang <liweiganga@uniontech.com> - 5.6.8.4-2
- spec: change DGui path
2022-01-29 13:45:19 +08:00
2024-04-09 13:47:59 +08:00
* Mon Oct 09 2023 liweigang <liweiganga@uniontech.com> - 5.6.8.4-1
- update: update to version 5.6.8.4
2024-04-09 13:47:59 +08:00
* Wed Aug 16 2023 liuzhilin <liuzhilin@uniontech.com> - 5.6.8.3-1
- update: update to 5.6.8.3
2021-07-12 15:52:48 +08:00
2024-04-09 13:47:59 +08:00
* Fri Dec 23 2022 liweiganga <liweiganga@uniontech.com> - 5.5.27-1
- update: update to 5.5.27
2020-09-03 14:37:53 +08:00
2024-04-09 13:47:59 +08:00
* Mon Jun 13 2022 uoser <uoser@uniontech.com> - 5.5.18-1.01
- update: update to 5.5.18-1.01