]> git.pld-linux.org Git - packages/rar.git/commitdiff
Rel 3; Revert "- rel 2; add unrar, too" auto/th/rar-5.4.0-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Aug 2016 13:14:51 +0000 (15:14 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Aug 2016 13:15:50 +0000 (15:15 +0200)
This reverts commit 07c696e196d55c1d2a7ee6f2911fff124d79ee20.

About unrar from rar binary package and unrar source code:

From: Eugene Roshal <roshal@rarlab.com>
Date: Thu Aug 25 15:12:05 2016

Hello,

They are basically the same. Very minor difference is possible,
but it does not include any noticeable features.

Eugene

rar.spec

index 5931799568df1ac759bec21620d5d2bc79cf3734..8b924c4f2394314422812445602da2cfe71ce9b0 100644 (file)
--- a/rar.spec
+++ b/rar.spec
@@ -2,7 +2,7 @@ Summary:        The RAR Archiver
 Summary(pl.UTF-8):     Archiwizator RAR
 Name:          rar
 Version:       5.4.0
-Release:       2
+Release:       3
 License:       Shareware
 Group:         Applications/Archiving
 #Source0Download: http://www.rarlab.com/download.htm
@@ -13,7 +13,6 @@ Source1:      http://www.rarlab.com/rar/%{name}linux-x64-%{version}.tar.gz
 # Source1-md5: f7181c0aed3b7be402b95185bd61e646
 Source2:       %{name}.1
 URL:           http://www.rarlab.com/
-Obsoletes:     unrar
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,7 +41,6 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/rar,%{_mandir}/man1}
 install *.sfx $RPM_BUILD_ROOT%{_libdir}/rar
 install *.lst $RPM_BUILD_ROOT%{_libdir}/rar
 install rar $RPM_BUILD_ROOT%{_bindir}/rar
-install unrar $RPM_BUILD_ROOT%{_bindir}/unrar
 install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
@@ -52,6 +50,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.txt
 %attr(755,root,root) %{_bindir}/rar
-%attr(755,root,root) %{_bindir}/unrar
 %{_libdir}/rar
 %{_mandir}/man1/rar.1*
This page took 0.08509 seconds and 4 git commands to generate.