| |
@@ -1,7 +1,7 @@
|
| |
Summary: Programs for accessing MS-DOS disks without mounting the disks
|
| |
Name: mtools
|
| |
Version: 4.0.24
|
| |
- Release: 1%{?dist}
|
| |
+ Release: 2%{?dist}
|
| |
License: GPLv3+
|
| |
Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz
|
| |
Url: https://www.gnu.org/software/mtools/
|
| |
@@ -25,12 +25,12 @@
|
| |
%build
|
| |
autoreconf -fiv
|
| |
%configure --disable-floppyd
|
| |
- make %{?_smp_mflags}
|
| |
+ %make_build
|
| |
|
| |
%install
|
| |
rm -rf $RPM_BUILD_ROOT
|
| |
mkdir -p $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT/%{_infodir}
|
| |
- %makeinstall
|
| |
+ %make_install
|
| |
install -m644 mtools.conf $RPM_BUILD_ROOT/etc
|
| |
gzip -9f $RPM_BUILD_ROOT/%{_infodir}/*
|
| |
|
| |
@@ -52,6 +52,10 @@
|
| |
%{_infodir}/mtools.info*
|
| |
|
| |
%changelog
|
| |
+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 4.0.24-2
|
| |
+ - Use make macros
|
| |
+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
| |
+
|
| |
* Sun Mar 22 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 4.0.24-1
|
| |
- Update to 4.0.24 (#1815863)
|
| |
|
| |
This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.
This pull request will be automatically merged in 1 week if there are not objections.