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