]> git.pld-linux.org Git - packages/arj.git/blob - arj.spec
- prepared for PLD; adapterized
[packages/arj.git] / arj.spec
1 %define distfile ARJL_310
2
3 Summary:        ARJ archiver for Linux
4 Summary(pl):    Archiwizator ARJ dla Linuksa
5 Name:           arj
6 Version:        3.10
7 Release:        1
8 Copyright:      Shareware, distributable
9 Vendor:         ARJ Software Russia
10 ExclusiveOS:    Linux
11 ExclusiveArch:  %{ix86}
12 Group:          Applications/Archiving
13 # The original URL is outdated: ftp://ftp.black.ru/fileecho/AUTLCOMP/%{distfile}
14 Source0:        %distfile
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define no_install_post_strip 1
18
19 %description
20 This product is an implementation of ARJ v 2.7x for DOS on UNIX and
21 UNIX-like systems. It is assumed that the user is familiar with ARJ
22 operation on DOS before using this package.
23
24 %description -l pl
25 Jest to implementacja programu ARJ v 2.7x dla DOS na platformê UNIX i
26 systemy uniksopodobne. Zak³ada siê, ¿e u¿ytkownik korzystaj±cy z tego
27 pakietu zna sposób funkcjonowania programu ARJ pod DOSem.
28
29
30 %prep
31 %setup -q -T -c
32 install %{SOURCE0} .
33 chmod 755 %{distfile}
34 ./%{distfile} << EOF
35 y
36 n
37
38 y
39 y
40 EOF
41 bin/arj | head -4 > doc/arj/LICENSE
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d ${RPM_BUILD_ROOT}%{_bindir}
46 mv bin/register bin/register-arj
47 install bin/* ${RPM_BUILD_ROOT}%{_bindir}
48
49 %clean
50 rm -rf ${RPM_BUILD_ROOT}
51
52 %files
53 %defattr(644,root,root,755)
54 %doc doc/arj/*
55 %attr(0755, root, root) %{_bindir}/*
This page took 0.334472 seconds and 3 git commands to generate.