Author: glen Date: Fri Dec 8 14:51:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - merged from readpst.spec; rel 2
---- Files affected: SPECS: libpst.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/libpst.spec diff -u SPECS/libpst.spec:1.3 SPECS/libpst.spec:1.4 --- SPECS/libpst.spec:1.3 Tue Feb 21 08:33:42 2006 +++ SPECS/libpst.spec Fri Dec 8 15:51:50 2006 @@ -1,49 +1,56 @@ # $Revision$, $Date$ -Summary: Tools for conversion of Outlook files to mailbox and other formats -Summary(pl): Narzędzia do konwersji plików Outlooka do formatu mailbox i innych +Summary: Utility for converting Microsoft Outlook mail files +Summary(pl): Narzędzie do konwertowania plików wiadomości Microsoft Outlooka Name: libpst Version: 0.5.1 -Release: 1 +Release: 2 License: GPL -Group: Applications/Files -Source0: http://alioth.debian.org/download.php/844/%{name}-%{version}.tgz +Group: Applications +Source0: http://alioth.debian.org/download.php/844/%{name}-%{version}.tar.gz # Source0-md5: 0a80562bf7c503f9d3fdd96e0de10408 +Patch0: readpst-install.patch URL: http://alioth.debian.org/projects/libpst/ +Obsoletes: readpst BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -libpst converts Outlook PST files to mailbox and others formats: -kmail, its own recursive format or separate each email into its own -file. It currently handles EMails, Folders and mostly Contacts. +readpst is a utility for converting Microsoft Outlook mail files +(personal folders) to standard UNIX mbox format. + +This is a fork of the libpst project at sourceforge. %description -l pl -libpst konwertuje pliki PST z Outlooka do standardowego formatu -skrzynek (mailbox) lub innych formatów: kmaila, własnego formatu -rekurencyjnego lub oddziela każdy list do osobnego pliku. Aktualnie -obsługuje listy, foldery i w większości kontakty. +readpst to narzędzie do konwertowania plików wiadomości programu +Microsoft Outlook (osobistych katalogów) do standardowego formatu Unix +mbox. + +Jest to odgałęzienie projektu libpst na sourceforge. %prep %setup -q +%patch0 -p1 %build %{__make} \ - GCC_FLAGS="%{rpmcflags}" + CC="%{__cc}" \ + CFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} - -install lspst readpst readpstlog $RPM_BUILD_ROOT%{_bindir} -install readpst.1 readpstlog.1 $RPM_BUILD_ROOT%{_mandir}/man1 +%{__make} install \ + PREFIX=%{_prefix} \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog CREDITS FILE-FORMAT TODO -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/* +%doc AUTHORS CREDITS ChangeLog FILE-FORMAT TODO +%attr(755,root,root) %{_bindir}/readpst +%attr(755,root,root) %{_bindir}/readpstlog +%{_mandir}/man1/readpst.1* +%{_mandir}/man1/readpstlog.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -51,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/12/08 14:51:50 glen +- merged from readpst.spec; rel 2 + Revision 1.3 2006/02/21 07:33:42 zboczuch - up to 0.5.1 - updated URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libpst.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
