update to 2.0.1 [release 2.0.1-1mamba;Thu Dec 19 2024]

This commit is contained in:
2024-12-23 09:07:16 +01:00
parent 7ace5b8b8a
commit db16fdd677

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 2.0.1-1mamba
- update to 2.0.1
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
- automatic version update by autodist