mirror of
https://abf.rosa.ru/djam/wabread.git
synced 2025-02-23 08:02:52 +00:00
Automatic import for version 060901-1
This commit is contained in:
commit
4855ead5dc
2 changed files with 32 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
"libwab-060901.tar.bz2": 3be7ff0774af5e1b5eca314db243113a994e0b20
|
30
wabread.spec
Normal file
30
wabread.spec
Normal 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
|
Loading…
Add table
Reference in a new issue