General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

arc spec file : Dries RPM Repository

Back to the arc rpms

Current spec in pydar2:


# $Id: arc.spec 5225 2007-03-09 21:50:51Z dag $
# Authority: dag

Summary: Arc archiver
Name: arc
Version: 5.21o
Release: 1
License: GPL
Group: Applications/Archiving
URL: http://arc.sourceforge.net/

Source: http://downloads.sourceforge.net/arc/arc-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%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} -rf %{buildroot}
%{__install} -Dp -m0755 arc %{buildroot}%{_bindir}/arc
%{__install} -Dp -m0755 marc %{buildroot}%{_bindir}/marc
%{__install} -Dp -m0644 arc.1 %{buildroot}%{_mandir}/man1/arc.1
#%{__install} -Dp -m0644 marc.1 %{buildroot}%{_mandir}/man1/marc.1

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

%files
%defattr(-, root, root, 0755)
%doc Arc521.doc Arcinfo Changelog COPYING LICENSE Readme
%doc %{_mandir}/man1/arc.1*
#%doc %{_mandir}/man1/marc.1*
%{_bindir}/arc
%{_bindir}/marc

%changelog
* Wed Feb 14 2007 Dag Wieers  - 5.21o-1
- Updated to release 5.21o.

* Mon Jun 20 2005 Dries Verachtert  - 5.21j-0
- Updated to release 5.21j.

* Sun Jan 26 2003 Dag Wieers 
- Initial package. (using DAR)