Blob Blame History Raw
Name:      arc
Version:   5.21o
Release:   5%{?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
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.21o-5
- Autorebuild for GCC 4.3

* Fri Aug  3 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.21o-4
- Update License tag for new Licensing Guidelines compliance

* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 5.21o-3
- FE6 Rebuild

* Sun May  7 2006 <j.w.r.degoede@hhs.nl> 5.21o-2
- Unorphan, build for FC-5, devel

* Thu Oct 13 2005 <Nicolas.Mailhot at laPoste.net> 5.21o-1
- 5.21o
- more upstream gcc warning cleanups

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