Author: aredridel Date: Fri May 25 22:32:43 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: libwab.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libwab.spec diff -u /dev/null SPECS/libwab.spec:1.1 --- /dev/null Sat May 26 00:32:43 2007 +++ SPECS/libwab.spec Sat May 26 00:32:38 2007 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +# +Summary: Tool to read windows address book filesd +Name: libwab +Version: 060901 +Release: 1 +License: GPL v2 +Group: Applications +Source0: http://lilith.tec-man.com/libwab/files/%{name}-060901.tar.gz +# Source0-md5: 82c333cb5f737a100c9a431d920dbd5f +URL: http://lilith.tec-man.com/libwab/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Libwab is a little command line utility that you can use to export +your addresses from a Windows Address Book (used in Microsoft Outlook +Express). Simply compile and run it on a .wab file and it should dump +the file in ldif format (a nice ascii format used in ldap). + +Used in heuristic mode libwab can often recover deleted contacts and +contacts from damaged files. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README THANKS +%attr(755,root,root) %{_bindir}/wabread + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/05/25 22:32:38 aredridel +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
