tstellar / rpms / arc

Forked from rpms/arc 3 years ago
Clone
Blob Blame History Raw
Name:      arc
Version:   5.21n
Release:   1%{dist}

Summary:   Arc archiver

Group:     Applications/Archiving
License:   GPL
URL:       http://arc.sourceforge.net/
Source:    http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tgz
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 -q

sed -i \
  -e 's,^OPT =.*$,OPT = ${RPM_OPT_FLAGS},' \
  Makefile

%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 Readme Arc521.doc
%doc %{_mandir}/man1/*
%attr (0755,root,root) %{_bindir}/*

%changelog

* Sat Oct 9 2005 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 5.21n-1
- 5.21n
- upstream gcc warning cleanups

* Sat Oct 8 2005 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 5.21m-1
- update to 5.21m (CAN-2005-2945, CAN-2005-2992, #168945)
- last maintained package for now (-> orphan)

* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 5.21j-4
- fix build with gcc4, patch from Nicolas Mailhot (#156225)

* Sun May 22 2005 Ralf Corsepius <ralf[AT]links2linux.de>
- Use RPM_OPT_CFLAGS inside of Makefile.

* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 5.21j-3
- rebuild on all arches

* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt

* 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)