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