[atool] Initial import (#647063).

Pierre Carrier pcarrier at fedoraproject.org
Sun Oct 31 00:34:44 UTC 2010


commit 9b8d85000ca29d4ee4b11ce3f9824cd2dcbd62af
Author: pcarrier <pcarrier at flaubert.usersys.redhat.com>
Date:   Sun Oct 31 01:34:42 2010 +0100

    Initial import (#647063).

 .gitignore |    1 +
 atool.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cb8154c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/atool-0.37.0.tar.gz
diff --git a/atool.spec b/atool.spec
new file mode 100644
index 0000000..1d83449
--- /dev/null
+++ b/atool.spec
@@ -0,0 +1,49 @@
+Name:		atool
+Version:	0.37.0
+Release:	1%{?dist}
+Summary:	A perl script for managing file archives of various types
+
+Group:		Applications/Archiving
+License:	GPLv2+
+URL:		http://www.nongnu.org/atool/
+Source0:	http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
+
+BuildArch:	noarch
+
+%description
+atool is a script for managing file archives of various types.
+
+It includes aunpack (to extract archives), apack (to create archives),
+als (to list files), acat (to extract files to the standard output),
+etc.
+
+atool relies on external programs to handle the archives.
+It determines the archive types using file extensions whenever possible,
+with a fallback on 'file'.
+
+It includes support for tarballs, gzip, bzip, bzip2, lzop, lzma, pkzip, rar,
+ace, arj, rpm, cpio, arc, 7z, alzip.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+mv NEWS NEWS.old
+iconv -f iso-8859-1 -t UTF-8 -o NEWS NEWS.old
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/*
+%doc NEWS README TODO AUTHORS COPYING
+%{_mandir}/man1/*
+
+%changelog
+* Wed Oct 27 2010 Pierre Carrier <prc at redhat.com> 0.37.0-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..0e1a9a3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2607e9b19518af4145be8a6bed454477  atool-0.37.0.tar.gz


More information about the scm-commits mailing list