[unzix] Initial import (#710452)

muks muks at fedoraproject.org
Tue Jun 7 08:42:00 UTC 2011


commit 9495439fcb12217a043b0d838776ab8b0e226cfa
Author: Mukund Sivaraman <muks at banu.com>
Date:   Tue Jun 7 14:11:43 2011 +0530

    Initial import (#710452)

 .gitignore |    1 +
 sources    |    1 +
 unzix.spec |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bc3ac22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/unzix-0.3.0.tar.gz
diff --git a/sources b/sources
index e69de29..ebf8beb 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c9ee8172ecefe9fa578cdee780535296  unzix-0.3.0.tar.gz
diff --git a/unzix.spec b/unzix.spec
new file mode 100644
index 0000000..bb94b4a
--- /dev/null
+++ b/unzix.spec
@@ -0,0 +1,41 @@
+Name:           unzix
+Version:        0.3.0
+Release:        1%{?dist}
+Summary:        A WinZix archive extractor
+
+Group:          Applications/Archiving
+License:        BSD
+URL:            http://banu.com/unzix/
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Source0:        http://banu.com/pub/unzix/0.3/%{name}-%{version}.tar.gz
+
+BuildRequires:  zlib-devel, asciidoc
+
+%description
+Unzix is a small command-line program for extracting files from archives
+in the WinZix format.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS LICENSE NEWS README
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.*
+
+%changelog
+* Thu Jun 06 2011 Mukund Sivaraman <muks at banu.com> - 0.3.0-1
+- Initial RPM package


More information about the scm-commits mailing list