unarj/unarj.spec

Name: unarj
Summary: Uncompressor for .arj format archive files
Version: 2.63
Release: 0.a.2
License: distributable
Group: Applications/Archiving
URL: <(none)>
Description: The UNARJ program is used to uncompress .arj format archives. The .arj format archive was mostly used on DOS machines.

CentOS 7 x86_64

The build was succesful. The following RPMs were generated:

Build Status

CentOS 6 x86_64

The build was succesful. The following RPMs were generated:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

### EL2 ships with unarj-2.43-13
%{?el2:# Tag: rfx}

%define real_version 2.63a

Summary: Uncompressor for .arj format archive files
Name: unarj
Version: 2.63
Release: 0.a.2%{?dist}
Group: Applications/Archiving
License: distributable

Source: http://www.ibiblio.org/pub/Linux/utils/compress/unarj-%{real_version}.tar.gz
Patch0: unarj-subdir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The UNARJ program is used to uncompress .arj format archives.  The
.arj format archive was mostly used on DOS machines.

%prep
%setup -n %{name}-%{real_version}
#%patch -p1

%build
%{__make} clean
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 unarj %{buildroot}%{_bindir}/unarj

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc *.txt
%{_bindir}/unarj

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 2.63-0.a.2
- Rebuild for Fedora Core 5.

* Thu Mar 04 2004 Dag Wieers <dag@wieers.com> - 2.43-1
- Initial package. (using DAR)