remove conflicting %_infodir/dir file [release 4.0.44-2mamba;Wed Jun 05 2024]
This commit is contained in:
parent
f949c74e72
commit
71f9a16d7a
12
mtools.spec
12
mtools.spec
@ -1,13 +1,13 @@
|
||||
Name: mtools
|
||||
Version: 4.0.44
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Utilities to access MS-DOS disks from Unix without mounting them
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.gnu.org/software/mtools/
|
||||
Source: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.bz2
|
||||
Source: https://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -34,6 +34,8 @@ Mtools can now handle the long filenames of Windows NT and Windows 95.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeoldinstall
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -47,12 +49,14 @@ exit 0
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_infodir}/*
|
||||
%{_infodir}/%{name}.info*
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING
|
||||
# Release.notes
|
||||
|
||||
%changelog
|
||||
* Wed Jun 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.44-2mamba
|
||||
- remove conflicting %_infodir/dir file
|
||||
|
||||
* Tue Jun 04 2024 Automatic Build System <autodist@openmamba.org> 4.0.44-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user