2024-01-05 23:29:56 +01:00
|
|
|
Name: gsmartcontrol
|
2024-01-05 23:29:57 +01:00
|
|
|
Version: 1.1.4
|
2024-01-05 23:29:56 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Hard disk drive health inspection tool
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:29:57 +01:00
|
|
|
URL: https://gsmartcontrol.shaduri.dev/
|
2024-01-05 23:29:56 +01:00
|
|
|
Source: https://downloads.sourceforge.net/project/gsmartcontrol/%{version}/gsmartcontrol-%{version}.tar.bz2
|
2024-01-05 23:29:56 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libatk-devel
|
2024-01-05 23:29:57 +01:00
|
|
|
BuildRequires: libatkmm1-devel
|
2024-01-05 23:29:56 +01:00
|
|
|
BuildRequires: libcairo-devel
|
2024-01-05 23:29:57 +01:00
|
|
|
BuildRequires: libcairomm10-devel
|
2024-01-05 23:29:56 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 23:29:57 +01:00
|
|
|
BuildRequires: libglibmm24-devel
|
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libgtkmm3-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 23:29:56 +01:00
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 23:29:57 +01:00
|
|
|
BuildRequires: libpangomm1-devel
|
2024-01-05 23:29:56 +01:00
|
|
|
BuildRequires: libpcre-devel
|
2024-01-05 23:29:57 +01:00
|
|
|
BuildRequires: libsigc++2-devel
|
2024-01-05 23:29:56 +01:00
|
|
|
BuildRequires: libstdc++6-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.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 23:29:56 +01:00
|
|
|
%{_sbindir}/gsmartcontrol
|
2024-01-05 23:29:56 +01:00
|
|
|
%{_bindir}/gsmartcontrol-root
|
|
|
|
%{_datadir}/applications/gsmartcontrol.desktop
|
|
|
|
%dir %{_datadir}/gsmartcontrol
|
|
|
|
%{_datadir}/gsmartcontrol/*.png
|
2024-01-05 23:29:56 +01:00
|
|
|
%{_datadir}/metainfo/gsmartcontrol.appdata.xml
|
2024-01-05 23:29:56 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/gsmartcontrol.png
|
2024-01-05 23:29:56 +01:00
|
|
|
%{_datadir}/polkit-1/actions/org.gsmartcontrol.policy
|
2024-01-05 23:29:56 +01:00
|
|
|
%{_mandir}/man1/gsmartcontrol.1*
|
|
|
|
%{_mandir}/man1/gsmartcontrol-root.1*
|
|
|
|
%{_datadir}/pixmaps/gsmartcontrol.*
|
|
|
|
%dir %{_docdir}/gsmartcontrol
|
|
|
|
%{_docdir}/gsmartcontrol/*
|
|
|
|
%doc COPYING ChangeLog NEWS README.txt TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:29:57 +01:00
|
|
|
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:29:56 +01:00
|
|
|
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:29:56 +01:00
|
|
|
* Sat Sep 09 2017 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:29:56 +01:00
|
|
|
* Tue Sep 05 2017 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:29:56 +01:00
|
|
|
* Sat Jun 17 2017 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:29:56 +01:00
|
|
|
* Sun May 21 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.0-1mamba
|
|
|
|
- update to 0.9.0
|
|
|
|
- fixed homepage and download urls
|
|
|
|
|
2024-01-05 23:29:56 +01:00
|
|
|
* Sun Sep 02 2012 Automatic Build System <autodist@mambasoft.it> 0.8.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 17 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.6-1mamba
|
|
|
|
- package created by autospec
|