]> git.pld-linux.org Git - packages/unrar.git/blob - unrar.spec
4b29a35f67db632cd03d5489bfb66a237fe26a71
[packages/unrar.git] / unrar.spec
1 Summary:        unRAR - extract, test and view RAR archives.
2 Summary(pl):    unRAR - rozpakowuje, testuje i przegl±da archiwa RAR.
3 Name:           unrar
4 Version:        2.50
5 Release:        1
6 Copyright:      Freeware
7 Group:          Utilities/Archiving
8 Group(pl):      Narzêdzia/Archiwizacja
9 Source:         ftp://sunsite.unc.edu/pub/Linux/utils/compress/%{name}-%{version}.tar.gz
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 The unRAR utility is a freeware program, distributed with source code and
14 developed for extracting, testing and viewing the contents of archives created
15 with the RAR archiver version 1.50 and above.
16
17 %description -l pl
18 UnRAR jest programem freeware, rozpowszechnianym wraz z kodem ¼ród³owym, 
19 przeznaczonym do rozpakowywania, testowania oraz przegl±dania zawarto¶ci
20 archiwów stworzonych przez program RAR w wersji 1.50 i wy¿szej.
21
22 %prep
23 %setup -q
24
25 rm -f unrar
26
27 %build
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install -s unrar $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %attr(755,root,root) %{_bindir}/*
This page took 0.050624 seconds and 3 git commands to generate.