File arj.spec of Package arj
Summary: arj archiver
Name: arj
Version: 3.10.22
Release: 1
License: GPL
Group: Productivity/Archiving/Compression
Packager: Leo Eraly <leo@unstable.be>
URL: http://arj.sourceforge.net
Source: http://testcase.newmail.ru/files/arj-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: autoconf
%description
open-source implementation of the world-famous ARJ archiver
%prep
%setup
%build
cd gnu/
/usr/bin/autoconf
%{configure}
cd ../
%{__make} prepare
%{__make} -i
%install
%{__make} install DESTDIR="%{buildroot}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc ChangeLog
%dir %{_libdir}/arj
%{_bindir}/arj
%{_bindir}/arj-register
%{_bindir}/arjdisp
%{_bindir}/rearj
%{_libdir}/arj/arjcrypt.so
%{_mandir}/man1/arj-register.1.gz
%{_mandir}/man1/arj.1.gz
%{_mandir}/man1/arjdisp.1.gz
%{_mandir}/man1/rearj.1.gz
%changelog
* Sat Aug 11 2007 Leo Eraly <leo@unstable.be> - 3.10.22-1
- Initial package