diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : smartmontools
-version : '7.0'
-release : 3
+version : '7.1'
+release : 4
source :
- - https://netcologne.dl.sourceforge.net/project/smartmontools/smartmontools/7.0/smartmontools-7.0.tar.gz : e5e1ac2786bc87fdbd6f92d0ee751b799fbb3e1a09c0a6a379f9eb64b3e8f61c
-license : GPL-2.0
+ - https://netcologne.dl.sourceforge.net/project/smartmontools/smartmontools/7.1/smartmontools-7.1.tar.gz : 3f734d2c99deb1e4af62b25d944c6252de70ca64d766c4c7294545a2e659b846
+license : GPL-2.0-or-later
component : system.utils
summary : smartmontools to check S.M.A.R.T information on harddrives/SSD
description: |
@@ -16,5 +16,13 @@
%make
install : |
%make_install
+ mv $installdir/etc/smartd_warning.sh $installdir/usr/share/smartmontools
+ rm -rf $installdir/etc
+ find $installdir/usr/share/doc/smartmontools \
+ -maxdepth 1 \
+ -type f -not -name smartd.conf -delete
+
+ install -dm00755 $installdir/usr/include
+ mv $installdir/usr/share/smartmontools/*.h $installdir/usr/include
check : |
%make check
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
smartmontools
- Pierre-Yves
- pyu@riseup.net
+ Fabio Forni
+ livingsilver94.solus@redaril.me
- GPL-2.0
+ GPL-2.0-or-later
system.utils
smartmontools to check S.M.A.R.T information on harddrives/SSD
The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA/SATA, SCSI/SAS and NVMe disks
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
smartmontools
@@ -19,43 +19,47 @@
system.utils
- /etc/smartd.conf
- /etc/smartd_warning.d
- /etc/smartd_warning.sh
/usr/lib/systemd/system/smartd.service
/usr/sbin/smartctl
/usr/sbin/smartd
/usr/sbin/update-smart-drivedb
- /usr/share/doc/smartmontools/AUTHORS
- /usr/share/doc/smartmontools/COPYING
- /usr/share/doc/smartmontools/ChangeLog
- /usr/share/doc/smartmontools/ChangeLog-5.0-6.0
- /usr/share/doc/smartmontools/INSTALL
- /usr/share/doc/smartmontools/NEWS
- /usr/share/doc/smartmontools/README
- /usr/share/doc/smartmontools/TODO
/usr/share/doc/smartmontools/examplescripts/Example1
/usr/share/doc/smartmontools/examplescripts/Example2
/usr/share/doc/smartmontools/examplescripts/Example3
/usr/share/doc/smartmontools/examplescripts/Example4
/usr/share/doc/smartmontools/examplescripts/Example5
/usr/share/doc/smartmontools/examplescripts/Example6
+ /usr/share/doc/smartmontools/examplescripts/Example7
+ /usr/share/doc/smartmontools/examplescripts/Example8
/usr/share/doc/smartmontools/examplescripts/README
/usr/share/doc/smartmontools/smartd.conf
/usr/share/man/man5/smartd.conf.5
/usr/share/man/man8/smartctl.8
/usr/share/man/man8/smartd.8
/usr/share/man/man8/update-smart-drivedb.8
- /usr/share/smartmontools/drivedb.h
+ /usr/share/smartmontools/smartd_warning.sh
+
+
+
+ smartmontools-devel
+ Development files for smartmontools
+ The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA/SATA, SCSI/SAS and NVMe disks
+
+ programming.devel
+
+ smartmontools
+
+
+ /usr/include/drivedb.h
-
- 2019-01-01
- 7.0
+
+ 2020-04-05
+ 7.1
Packaging update
- Pierre-Yves
- pyu@riseup.net
+ Fabio Forni
+ livingsilver94.solus@redaril.me
\ No newline at end of file