From db16fdd677628415ed69846b9853fc7e0348b875 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 23 Dec 2024 09:07:16 +0100 Subject: [PATCH] update to 2.0.1 [release 2.0.1-1mamba;Thu Dec 19 2024] --- gsmartcontrol.spec | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/gsmartcontrol.spec b/gsmartcontrol.spec index dffbf2f..387cfaa 100644 --- a/gsmartcontrol.spec +++ b/gsmartcontrol.spec @@ -1,5 +1,5 @@ Name: gsmartcontrol -Version: 1.1.4 +Version: 2.0.1 Release: 1mamba Summary: Hard disk drive health inspection tool Group: Graphical Desktop/Applications/Utilities @@ -7,11 +7,11 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://gsmartcontrol.shaduri.dev/ -Source: https://downloads.sourceforge.net/project/gsmartcontrol/%{version}/gsmartcontrol-%{version}.tar.bz2 +Source: https://github.com/ashaduri/gsmartcontrol.git/v%{version}/gsmartcontrol-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libatk-devel +BuildRequires: libat-spi2-core-devel BuildRequires: libatkmm1-devel BuildRequires: libcairo-devel BuildRequires: libcairomm10-devel @@ -24,24 +24,27 @@ BuildRequires: libgtkmm3-devel BuildRequires: libharfbuzz-devel BuildRequires: libpango-devel BuildRequires: libpangomm1-devel -BuildRequires: libpcre-devel BuildRequires: libsigc++2-devel BuildRequires: libstdc++6-devel +BuildRequires: libz-devel ## AUTOBUILDREQ-END %description GSmartControl is a graphical user interface for smartctl (from smartmontools package), which is a tool for querying and controlling SMART (Self-Monitoring, Analysis, and Reporting Technology) data on modern hard disk drives. It allows you to inspect the drive's SMART data to determine its health, as well as run various tests on it. +%debug_package + %prep %setup -q %build -%configure -%make +%cmake + +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%cmake_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -52,18 +55,23 @@ GSmartControl is a graphical user interface for smartctl (from smartmontools pac %{_bindir}/gsmartcontrol-root %{_datadir}/applications/gsmartcontrol.desktop %dir %{_datadir}/gsmartcontrol -%{_datadir}/gsmartcontrol/*.png +%dir %{_datadir}/gsmartcontrol/icons +%{_datadir}/gsmartcontrol/icons/*.png +%dir %{_datadir}/gsmartcontrol/ui +%{_datadir}/gsmartcontrol/ui/* %{_datadir}/metainfo/gsmartcontrol.appdata.xml %{_datadir}/icons/hicolor/*/apps/gsmartcontrol.png %{_datadir}/polkit-1/actions/org.gsmartcontrol.policy %{_mandir}/man1/gsmartcontrol.1* %{_mandir}/man1/gsmartcontrol-root.1* -%{_datadir}/pixmaps/gsmartcontrol.* %dir %{_docdir}/gsmartcontrol %{_docdir}/gsmartcontrol/* -%doc COPYING ChangeLog NEWS README.txt TODO +%doc LICENSE.txt LICENSE.LGPL3.txt %changelog +* Thu Dec 19 2024 Silvan Calarco 2.0.1-1mamba +- update to 2.0.1 + * Thu Feb 10 2022 Automatic Build System 1.1.4-1mamba - automatic version update by autodist