]> git.pld-linux.org Git - packages/libpst.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Nov 2003 14:08:12 +0000 (14:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpst.spec -> 1.1

libpst.spec [new file with mode: 0644]

diff --git a/libpst.spec b/libpst.spec
new file mode 100644 (file)
index 0000000..ab2bfa2
--- /dev/null
@@ -0,0 +1,46 @@
+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
+Name:          libpst
+Version:       0.5
+Release:       1
+License:       GPL
+Group:         Applications/Files
+Source0:       http://dl.sourceforge.net/ol2mbox/%{name}_%{version}.tgz
+# Source0-md5: aebe0033b3a3fb9afc6ae948d767a684
+#http://dl.sourceforge.net/ol2mbox/kdbx-0.7.1.tar.gz
+URL:           http://sourceforge.net/projects/ol2mbox/
+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.
+
+%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.
+
+%prep
+%setup -q -n %{name}_%{version}
+
+%build
+%{__make} \
+       GCC_FLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install readpst readpstlog $RPM_BUILD_ROOT%{_bindir}
+install debian/readpst.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS FILE-FORMAT README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.130824 seconds and 4 git commands to generate.