Automatic import for version 060901-1

This commit is contained in:
Rosa 2013-09-27 20:41:26 +04:00
commit 4855ead5dc
2 changed files with 32 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
"libwab-060901.tar.bz2": 3be7ff0774af5e1b5eca314db243113a994e0b20

30
wabread.spec Normal file
View file

@ -0,0 +1,30 @@
%define oname libwab
Name: wabread
Version: 060901
Release: %mkrel 1
Summary: Read binary .wab files produced by the Windows Address Book
Group: System/Libraries
License: LGPLv2
Url: http://lilith.tec-man.com/libwab/
Source: http://lilith.tec-man.com/libwab/files/%oname-%version.tar.bz2
%description
libwab is a tool that can read binary .wab files produced by the Windows
Address Book application and output the data in ldif format. It can also
read broken files and recover deleted addresses.
%prep
%setup -q -n %oname-%version
%build
%configure
%make
%install
%makeinstall
%files
%doc README ChangeLog
%_bindir/%name
%changelog