deepin-devicemanager/deepin-devicemanager.spec

108 lines
3.0 KiB
RPMSpec
Raw Permalink Normal View History

2020-07-14 10:32:07 +08:00
Name: deepin-devicemanager
2023-11-20 18:28:45 +08:00
Version: 5.6.36
Release: 3
2021-07-12 13:16:16 +08:00
Summary: Device Manager is a handy tool for viewing hardware information and managing the devices
2020-07-14 10:32:07 +08:00
License: GPLv3+
2021-07-12 13:16:16 +08:00
URL: https://github.com/linuxdeepin/deepin-devicemanager
Source0: %{name}-%{version}.tar.gz
2023-11-20 18:28:45 +08:00
Patch0: 0001-feat-add-A-help-files.patch
Patch1: 0002-fix-Ethernet-Controller-X710-disable.patch
Patch2: 0001-fix-dmidecode17.patch
2020-07-14 10:32:07 +08:00
2021-07-12 13:16:16 +08:00
BuildRequires: gcc-c++
BuildRequires: cmake3
BuildRequires: dtkwidget-devel
2022-10-26 14:57:23 +08:00
BuildRequires: dtkgui-devel
2021-07-12 13:16:16 +08:00
BuildRequires: systemd-devel
BuildRequires: libicu-devel
BuildRequires: qt5-rpm-macros
BuildRequires: qt5-qtbase-devel
2022-10-26 14:57:23 +08:00
BuildRequires: qt5-qtbase-private-devel
2021-07-12 13:16:16 +08:00
BuildRequires: qt5-qttools-devel
BuildRequires: cups-devel
BuildRequires: pkgconfig(dframeworkdbus)
2022-10-26 14:57:23 +08:00
BuildRequires: zeromq-devel
BuildRequires: git
BuildRequires: gtest-devel
BuildRequires: gmock-devel
2020-07-14 10:32:07 +08:00
2021-07-12 13:16:16 +08:00
Requires: smartmontools
Requires: dmidecode
Requires: xorg-x11-server-utils
Requires: hwinfo
Requires: cups
Requires: upower
Requires: deepin-shortcut-viewer
Requires: lshw
Requires: util-linux
%description
%{summary}.
2020-07-14 10:32:07 +08:00
%prep
2022-10-26 14:57:23 +08:00
%setup -q
%patch0 -p1
2023-11-20 18:28:45 +08:00
%patch1 -p1
%patch2 -p1
2020-07-14 10:32:07 +08:00
%build
2021-07-12 13:16:16 +08:00
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
export PATH=%{_qt5_bindir}:$PATH
sed -i "s|^cmake_minimum_required.*|cmake_minimum_required(VERSION 3.0)|" $(find . -name "CMakeLists.txt")
2020-07-14 10:32:07 +08:00
2021-07-12 13:16:16 +08:00
mkdir build && pushd build
%cmake ../ -DCMAKE_BUILD_TYPE=Release -DAPP_VERSION=%{version} -DVERSION=%{version}
%make_build
2020-07-14 10:32:07 +08:00
popd
2021-07-12 13:16:16 +08:00
%install
%make_install -C build INSTALL_ROOT="%buildroot"
2020-07-14 10:32:07 +08:00
2022-10-26 14:57:23 +08:00
%post
systemctl enable deepin-devicemanager-server.service
2020-07-14 10:32:07 +08:00
%files
%doc README.md
2021-07-12 13:16:16 +08:00
%license LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/translations/*.qm
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
2022-10-26 14:57:23 +08:00
/lib/systemd/system/deepin-devicemanager-server.service
%{_bindir}/deepin-devicemanager-server
%{_datadir}/deepin-manual/manual-assets/application/deepin-devicemanager/device-manager/*
/etc/dbus-1/system.d/com.deepin.devicemanager.conf
2020-07-14 10:32:07 +08:00
%changelog
* Tue Mar 26 2024 liweigang <liweiganga@uniontech.com> - 5.6.36-3
- fix: Memory units in Device Manager do not match the memory rate units queried by typing dmidecode17 in the terminal
2023-11-28 17:49:25 +08:00
* Tue Nov 28 2023 liuzhilin <liuzhilin@uniontech.com> - 5.6.36-2
- Remove unnecessary macro definitions
2023-11-20 18:28:45 +08:00
* Wed Jul 26 2023 leeffo <liweiganga@uniontech.com> - 5.6.36-1
- upgrade to version 5.6.36
* Fri Mar 31 2023 liweiganga <liweiganga@uniontech.com> - 5.6.34-1
- update: update to 5.6.34
2022-10-26 14:57:23 +08:00
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> 5.6.9-1
- update to 5.6.9
2022-03-11 16:37:41 +08:00
* Fri Mar 11 2022 liweigang <liweiganga@uniontech.com> - 5.5.9.36-3
- fix not open
2022-01-30 09:30:53 +08:00
* Sun Jan 30 2022 liweigang <liweiganga@uniontech.com> - 5.5.9.36-2
- fix build error
2021-07-12 13:16:16 +08:00
* Mon Jul 12 2021 weidong <weidong@uniontech.com> - 5.5.9.36-1
- Update 5.5.9.36
2020-08-28 10:38:24 +08:00
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.5.4.4-2
- fix compile fail
2020-07-30 15:57:54 +08:00
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.5.4.4-1
- Package init