mirror of
https://abf.rosa.ru/djam/wabread.git
synced 2025-02-23 08:02:52 +00:00
31 lines
638 B
RPMSpec
31 lines
638 B
RPMSpec
![]() |
%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
|