]> git.pld-linux.org Git - packages/arj.git/blame - arj.spec
- initial release from RH contrib
[packages/arj.git] / arj.spec
CommitLineData
2569e82d 1%define distfile ARJL_310
2
3Summary: ARJ for Linux
4Name: arj
5Version: 3.10
6Release: 0.1
7Copyright: shareware
8Vendor: ARJ Software Russia
9ExclusiveOS: Linux
10ExclusiveArch: i386
11Group: Applications/Archiving
12Source: ftp://ftp.black.ru/fileecho/AUTLCOMP/%{distfile}
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15%description
16This product is an implementation of ARJ v 2.7x for DOS on UNIX and
17UNIX-like systems. It is assumed that the user is familiar with ARJ
18operation on DOS before using this package.
19
20
21%prep
22%setup -T -c
23chmod 755 ${RPM_SOURCE_DIR}/%{distfile}
24${RPM_SOURCE_DIR}/%{distfile} << EOF
25y
26n
27
28y
29y
30EOF
31
32%install
33rm -rf ${RPM_BUILD_ROOT}
34mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
35mv bin/register bin/register-arj
36install -m 644 bin/* ${RPM_BUILD_ROOT}%{_bindir}
37
38%clean
39rm -rf ${RPM_BUILD_ROOT}
40
41%files
42%defattr(0644, root, root, 0755)
43%doc doc/arj/*
44%attr(0755, root, root) %{_bindir}/*
This page took 0.08324 seconds and 4 git commands to generate.