tstellar / rpms / arc

Forked from rpms/arc 3 years ago
Clone
Blob Blame History Raw
Name:      arc
Version:   5.21j
Release:   1
Summary:   Arc archiver

Group:     Applications/Archiving
License:   GPL
URL:       ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
Source:    ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Arc file archiver and compressor. Long since superseded by zip/unzip
but useful if you have old .arc files you need to unpack.

%prep
%setup

%build
make %{?_smp_mflags}

%install
rm -fr %{buildroot}
install -m 0755 -d %{buildroot}{%{_bindir},%{_mandir}/man1}
install -m 0755 arc marc %{buildroot}%{_bindir}
install -m 0644 arc.1 %{buildroot}%{_mandir}/man1/

%clean
rm -fr %{buildroot}

%files
%defattr(0644, root, root, 0755)
%doc LICENSE COPYING PATCHLEVEL Changes.521 Readme Arc521.doc
%doc %{_mandir}/man1/*
%attr (0755,root,root) %{_bindir}/*

%changelog
* Sun Apr 18 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 0:5.21j-0.fdr.1
- Fedorization

* Sun Apr 18 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 5.21j-0.num.1
- Update to 5.21j

* Sun Jan 26 2003 Dag Wieers <dag@wieers.com>
- Initial package. (using DAR)