diff --git a/mtx.spec b/mtx.spec index 8c8ef3c0e72389ab5533afafc1e3855b4aa54251..eb3cead6e39c4f0b554214afa29d8c9b07d8cdf4 100644 --- a/mtx.spec +++ b/mtx.spec @@ -1,6 +1,6 @@ Name: mtx Version: 1.3.12 -Release: 22 +Release: 23 Summary: generic magtape exerciser License: GPLv2 URL: http://mtx.sourceforge.net/ @@ -8,18 +8,15 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0001: mtx-1.3.12-destdir.patch Patch0002: mtx-1.3.12-argc.patch +BuildRequires: gcc + %description mtx is a native linux media changer tool, it controls SCSI media changer devices. The mtx command controls single or multi-drive SCSI media changers such as tape changers, autoloaders, tape libraries, or optical media jukeboxes -%package help -Summary: This package contains help documents +%package_help Requires: %{name} = %{version}-%{release} -BuildRequires: gcc - -%description help -Files for help with mtx. %prep %autosetup -n %{name}-%{version} -p1 @@ -42,6 +39,9 @@ chmod a-x contrib/config_sgen_solaris.sh contrib/mtx-changer %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 Pan Zhang - 1.3.12-23 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jun 02 2021 zhaoyao - 1.3.12-22 - fixs faileds: /bin/sh: gcc: command not found.