commit 4855ead5dcd2e90e8bbc038a8684c8a30189bb3a Author: Rosa Date: Fri Sep 27 20:41:26 2013 +0400 Automatic import for version 060901-1 diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..8482311 --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + "libwab-060901.tar.bz2": 3be7ff0774af5e1b5eca314db243113a994e0b20 diff --git a/wabread.spec b/wabread.spec new file mode 100644 index 0000000..e83ff8f --- /dev/null +++ b/wabread.spec @@ -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