]> git.pld-linux.org Git - packages/dtrx.git/blob - dtrx.spec
BR: rpmbuild(macros) >= 1.710
[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:  rpmbuild(macros) >= 1.710
12 BuildRequires:  python-devel
13 Requires:       binutils
14 Requires:       bzip2
15 Requires:       cpio
16 Requires:       gzip
17 Requires:       p7zip
18 Requires:       rpm-utils
19 Requires:       tar
20 Requires:       unzip
21 Requires:       xz
22 Suggests:       cabextract
23 Suggests:       synce-unshield
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 dtrx extracts archives in a number of different formats; it currently
29 supports tar, zip (including self-extracting .exe files), cpio, rpm,
30 deb, gem, 7z, cab, rar, and InstallShield files. It can also
31 decompress files compressed with gzip, bzip2, lzma, or compress.
32
33 %description -l hu.UTF-8
34 dtrx a tömörített állományok sok fajtáját képes kicsomagolni; jelenleg
35 tar, zip (önkicsomagoló .exe fájlokat is beleértve), cpio, rpm, deb,
36 gem, 7z, cab, rar és InstallShield fájlokat támogatja. A gzip-pel,
37 bzip2-vel, lzma-val tömörített fájlokat is képes kicsomagolni vagy
38 tömöríteni.
39
40 %prep
41 %setup -q
42
43 %build
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 %py_install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc INSTALL NEWS PKG-INFO
55 %attr(755,root,root) %{_bindir}/dtrx
56 %{py_sitescriptdir}/*.egg-info
This page took 0.051732 seconds and 3 git commands to generate.