rar: update to 6.24
This commit is contained in:
parent
14e33f8350
commit
7550b8ef73
@ -17,16 +17,17 @@
|
||||
|
||||
%global debug_package %{nil}
|
||||
%global __debug_install_post /bin/true
|
||||
%global version_nodots 624
|
||||
|
||||
Name: rar
|
||||
Version: 5.9.1
|
||||
Version: 6.24
|
||||
Release: 1%{?dist}
|
||||
Summary: Compression and decompression program rar
|
||||
License: NonFree
|
||||
Group: Productivity/Archiving/Compression
|
||||
URL: https://www.rarsoft.com
|
||||
Source0: https://www.rarlab.com/rar/rarlinux-%{version}.tar.gz
|
||||
Source1: https://www.rarlab.com/rar/rarlinux-x64-%{version}.tar.gz
|
||||
Source0: https://www.rarlab.com/rar/rarlinux-x32-%{version_nodots}.tar.gz
|
||||
Source1: https://www.rarlab.com/rar/rarlinux-x64-%{version_nodots}.tar.gz
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
Provides: unrar = %{version}-%{release}
|
||||
|
||||
@ -35,10 +36,10 @@ Compression and decompression program.
|
||||
|
||||
%prep
|
||||
%setup -q -c -T
|
||||
%ifarch x86_64
|
||||
tar -xaf %{SOURCE1}
|
||||
%else
|
||||
%ifarch %{ix86}
|
||||
tar -xaf %{SOURCE0}
|
||||
%else
|
||||
tar -xaf %{SOURCE1}
|
||||
%endif
|
||||
|
||||
%build
|
||||
@ -59,6 +60,9 @@ install -m 0644 rarfiles.lst %{buildroot}/%{_sysconfdir}
|
||||
%config(noreplace) %{_sysconfdir}/rarfiles.lst
|
||||
|
||||
%changelog
|
||||
* Wed Feb 28 2024 Raven <raven@sysadmins.ws> - 6.24-1
|
||||
- update to 6.24
|
||||
|
||||
* Wed Aug 12 2020 Raven <raven@sysadmins.ws> - 5.9.1-1
|
||||
- update to 5.9.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user