automatic version update by autodist [release 5.9.2-1mamba;Wed Apr 01 2020]

This commit is contained in:
Automatic Build System 2024-01-05 18:49:40 +01:00
parent 6f3e24e2cd
commit 6ae3ea6716

View File

@ -1,5 +1,5 @@
Name: unrar
Version: 5.7.5
Version: 5.9.2
Release: 1mamba
Summary: Unrar can extract files from .rar archives
Group: System/Tools
@ -20,7 +20,7 @@ If you want to create .rar archives, install package rar.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%setup -q -n unrar
%patch0 -p1
#%patch0 -p1
%build
%make CXX=%{_host}-g++
@ -29,7 +29,7 @@ If you want to create .rar archives, install package rar.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d %{buildroot}{%{_bindir},%{_mandir}/man1}
install -m 0755 unrar %{buildroot}%{_bindir}
install -m 0644 unrar.1 %{buildroot}%{_mandir}/man1
#install -m 0644 unrar.1 %{buildroot}%{_mandir}/man1
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -37,9 +37,12 @@ install -m 0644 unrar.1 %{buildroot}%{_mandir}/man1
%files
%defattr(-,root,root)
%{_bindir}/unrar
%{_mandir}/man1/*
#%{_mandir}/man1/*
%changelog
* Wed Apr 01 2020 Automatic Build System <autodist@mambasoft.it> 5.9.2-1mamba
- automatic version update by autodist
* Mon Apr 29 2019 Automatic Build System <autodist@mambasoft.it> 5.7.5-1mamba
- automatic version update by autodist