]> git.pld-linux.org Git - packages/p7zip.git/blob - p7zip.spec
- new
[packages/p7zip.git] / p7zip.spec
1 Summary:        File archiver with highest compression ratio
2 Summary(pl):    Paker plików z najwy¿szym stopniem kompresji
3 Name:           p7zip
4 Version:        0.81
5 Release:        1
6 License:        LGPL
7 Group:          Applications/Archiving
8 Source0:        http://dl.sf.net/p7zip/%{name}_%{version}.tar.bz2
9 # Source0-md5:  2a4f8e1c2ae8635cc98a0016f3fdb578
10 BuildRequires:  XFree86-devel
11 URL:            http://sourceforge.net/projects/p7zip
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 7-Zip is a file archiver with highest compression ratio.
16
17 The main features of 7z format:
18 - Open architecture
19 - High compression ratio
20 - Strong AES-256 encryption
21 - Ability of using any compression, conversion or encryption method
22 - Supporting files with sizes up to 16000000000 GB
23 - Unicode file names
24 - Solid compressing
25 - Archive headers compressing
26
27 %description -l pl
28 7-Zip jest pakerem plików z najwy¿szym stopniem kompresji.
29
30 G³ówne cechy formatu 7z:
31 - Otwarta architektura,
32 - Wysoki stopieñ kompresji,
33 - Silne kodowanie AES-256,
34 - Mo¿liwo¶æ u¿ywania dowelnych metod kodowania, kompresji, konwersji,
35 - Obs³uga bardzo du¿ych plików,
36 - Obs³uga nazw plików w unikodzie,
37 - Kompresja upakowana,
38 - Kompresja nag³ówków archiwum.
39
40 %prep
41 %setup -q -n %{name}_%{version}_a014
42
43 %build
44 %{__make} \
45         CC="%{__cc} %{rpmcflags}" \
46         CXX="%{__cxx} %{rpmcflags}"
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{_bindir}
51
52 install 7z $RPM_BUILD_ROOT%{_bindir}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc html ChangeLog README TODO
60 %attr(755,root,root) %{_bindir}/*
This page took 0.070192 seconds and 4 git commands to generate.