Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Till Maas
2c841cf05f 2016-05-19: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-05-19 00:40:11 +02:00
4 changed files with 3 additions and 31 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/undbx-0.21.tar.gz

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-05-19: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -1 +0,0 @@
5d81c36ef3ef918e6ff904fbfd8a900e undbx-0.21.tar.gz

View file

@ -1,29 +0,0 @@
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@cicku.me> - 0.21-1
- Initial Package.