[undbx/f19] Initial SETUP.

Christopher Meng cicku at fedoraproject.org
Tue Dec 3 05:14:32 UTC 2013


commit 3bb2b4285f926d8abea7614b50fc1210ce5d29a8
Author: Christopher Meng <rpm at cicku.me>
Date:   Tue Dec 3 13:13:00 2013 +0800

    Initial SETUP.

 .gitignore |    1 +
 sources    |    1 +
 undbx.spec |   29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..33252ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/undbx-0.21.tar.gz
diff --git a/sources b/sources
index e69de29..3130082 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5d81c36ef3ef918e6ff904fbfd8a900e  undbx-0.21.tar.gz
diff --git a/undbx.spec b/undbx.spec
new file mode 100644
index 0000000..41559e9
--- /dev/null
+++ b/undbx.spec
@@ -0,0 +1,29 @@
+Name:           undbx
+Version:        0.21
+Release:        1%{?dist}
+Summary:        Outlook Express .dbx files extractor
+License:        GPLv3
+URL:            https://code.google.com/p/undbx/
+Source0:        https://undbx.googlecode.com/files/%{name}-%{version}.tar.gz
+
+%description
+UnDBX is a tool to extract, recover and undelete e-mail messages from 
+Outlook Express .dbx file.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+%files
+%doc COPYING README.rst
+%{_bindir}/undbx*
+
+%changelog
+* Thu Nov 21 2013 Christopher Meng <rpm at cicku.me> - 0.21-1
+- Initial Package.


More information about the scm-commits mailing list