]> git.pld-linux.org Git - packages/rar.git/blame - rar.spec
- up to 5.4.0
[packages/rar.git] / rar.spec
CommitLineData
524e3889 1Summary: The RAR Archiver
d5ed73d9 2Summary(pl.UTF-8): Archiwizator RAR
524e3889 3Name: rar
87daf182 4Version: 5.4.0
f3d20fcb 5Release: 1
fd10bcfb 6License: Shareware
7Group: Applications/Archiving
157e95c1 8#Source0Download: http://www.rarlab.com/download.htm
f3d20fcb 9Source0: http://www.rarlab.com/rar/%{name}linux-%{version}.tar.gz
87daf182 10# Source0-md5: cd1fede60f8dde36f62283f371e7cc6b
157e95c1 11#Source1Download: http://www.rarlab.com/download.htm
f3d20fcb 12Source1: http://www.rarlab.com/rar/%{name}linux-x64-%{version}.tar.gz
87daf182 13# Source1-md5: f7181c0aed3b7be402b95185bd61e646
e410b295 14Source2: %{name}.1
909ce645 15URL: http://www.rarlab.com/
e410b295 16ExclusiveArch: %{ix86} %{x8664}
524e3889
JR
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20RAR is a powerful tool which allows you to manage and control archive
21files. The archive is usually a regular file, which name has a ".rar"
22suffix.
23
0bfe6503
JR
24%description -l pl.UTF-8
25RAR jest potężnym narzędziem pozwalającym na zarządzanie i
26kontrolowanie archiwów. Archiwum jest to zazwyczaj zwykły plik,
27którego nazwa ma rozszerzenie ".rar".
2921f2a7 28
524e3889 29%prep
e410b295 30%ifarch %{ix86}
1facd64d 31%setup -q -T -b 0 -n %{name}
e410b295
AM
32%endif
33%ifarch %{x8664}
1facd64d 34%setup -q -T -b 1 -n %{name}
e410b295 35%endif
524e3889
JR
36
37%install
38rm -rf $RPM_BUILD_ROOT
2fd453f0 39install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/rar,%{_mandir}/man1}
524e3889 40
909ce645
MW
41install *.sfx $RPM_BUILD_ROOT%{_libdir}/rar
42install *.lst $RPM_BUILD_ROOT%{_libdir}/rar
db3813ee 43install rar $RPM_BUILD_ROOT%{_bindir}/rar
602d7797 44install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
524e3889 45
524e3889
JR
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
69c013b8 51%doc *.txt
c4c55ddd 52%attr(755,root,root) %{_bindir}/rar
524e3889 53%{_libdir}/rar
78f3053c 54%{_mandir}/man1/rar.1*
This page took 0.671856 seconds and 4 git commands to generate.