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