From adad44a18f9e7e695301a6429609373d71d6a576 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 04:03:55 +0000 Subject: auto-import changelog data from arc-5.21j-0.fdr.1.rh90.src.rpm 5.21j-0.fdr.1 - Fedorization Sun Apr 18 2004 Nicolas Mailhot 5.21j-0.num.1 - Update to 5.21j Sun Jan 26 2003 Dag Wieers - Initial package. (using DAR) --- diff --git a/.cvsignore b/.cvsignore index e69de29..174f979 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +arc-5.21j.tar.gz diff --git a/arc.spec b/arc.spec new file mode 100644 index 0000000..ae4c156 --- /dev/null +++ b/arc.spec @@ -0,0 +1,46 @@ +Name: arc +Version: 5.21j +Release: 0.fdr.1.rh90 +Epoch: 0 +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 0:5.21j-0.fdr.1 +- Fedorization + +* Sun Apr 18 2004 Nicolas Mailhot 5.21j-0.num.1 +- Update to 5.21j + +* Sun Jan 26 2003 Dag Wieers +- Initial package. (using DAR) diff --git a/sources b/sources index e69de29..386d7af 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b3c12bbc71c440df19d3a8a653d4baf5 arc-5.21j.tar.gz