]> git.pld-linux.org Git - packages/dtrx.git/blob - dtrx.spec
- up to 6.6
[packages/dtrx.git] / dtrx.spec
1 Summary:        Cleanly extract many archive types
2 Summary(hu.UTF-8):      Sokféle tömörített állomány egyszerű kicsomagolása
3 Name:           dtrx
4 Version:        6.6
5 Release:        0.1
6 License:        GPL v3
7 Group:          Applications/Archiving
8 Source0:        http://brettcsmith.org/2007/dtrx/%{name}-%{version}.tar.gz
9 # Source0-md5:  3c6e12c95070942e546645dc8d1c35f6
10 URL:            http://brettcsmith.org/2007/dtrx/
11 BuildRequires:  python-devel
12 Requires:       binutils
13 Requires:       bzip2
14 Requires:       cpio
15 Requires:       gzip
16 Requires:       p7zip
17 Requires:       rpm-utils
18 Requires:       tar
19 Requires:       unzip
20 Requires:       xz
21 Suggests:       cabextract
22 Suggests:       synce-unshield
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 dtrx extracts archives in a number of different formats; it currently
28 supports tar, zip (including self-extracting .exe files), cpio, rpm,
29 deb, gem, 7z, cab, rar, and InstallShield files. It can also
30 decompress files compressed with gzip, bzip2, lzma, or compress.
31
32 %description -l hu.UTF-8
33 dtrx a tömörített állományok sok fajtáját képes kicsomagolni; jelenleg
34 tar, zip (önkicsomagoló .exe fájlokat is beleértve), cpio, rpm, deb,
35 gem, 7z, cab, rar és InstallShield fájlokat támogatja. A gzip-pel,
36 bzip2-vel, lzma-val tömörített fájlokat is képes kicsomagolni vagy
37 tömöríteni.
38
39 %prep
40 %setup -q
41
42 %build
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc INSTALL NEWS PKG-INFO
54 %attr(755,root,root) %{_bindir}/dtrx
55 %{py_sitescriptdir}/*.egg-info
This page took 0.0679 seconds and 3 git commands to generate.