diff --git a/unrar.spec b/unrar.spec index 128e6dc..97be450 100644 --- a/unrar.spec +++ b/unrar.spec @@ -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 5.9.2-1mamba +- automatic version update by autodist + * Mon Apr 29 2019 Automatic Build System 5.7.5-1mamba - automatic version update by autodist