automatic version update by autodist [release 5.9.2-1mamba;Wed Apr 01 2020]
This commit is contained in:
parent
6f3e24e2cd
commit
6ae3ea6716
11
unrar.spec
11
unrar.spec
@ -1,5 +1,5 @@
|
|||||||
Name: unrar
|
Name: unrar
|
||||||
Version: 5.7.5
|
Version: 5.9.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Unrar can extract files from .rar archives
|
Summary: Unrar can extract files from .rar archives
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -20,7 +20,7 @@ If you want to create .rar archives, install package rar.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%setup -q -n unrar
|
%setup -q -n unrar
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make CXX=%{_host}-g++
|
%make CXX=%{_host}-g++
|
||||||
@ -29,7 +29,7 @@ If you want to create .rar archives, install package rar.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -d %{buildroot}{%{_bindir},%{_mandir}/man1}
|
install -d %{buildroot}{%{_bindir},%{_mandir}/man1}
|
||||||
install -m 0755 unrar %{buildroot}%{_bindir}
|
install -m 0755 unrar %{buildroot}%{_bindir}
|
||||||
install -m 0644 unrar.1 %{buildroot}%{_mandir}/man1
|
#install -m 0644 unrar.1 %{buildroot}%{_mandir}/man1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -37,9 +37,12 @@ install -m 0644 unrar.1 %{buildroot}%{_mandir}/man1
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/unrar
|
%{_bindir}/unrar
|
||||||
%{_mandir}/man1/*
|
#%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 29 2019 Automatic Build System <autodist@mambasoft.it> 5.7.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user