]> git.pld-linux.org Git - packages/libpst.git/blob - libpst.spec
- up to 0.5.1
[packages/libpst.git] / libpst.spec
1 Summary:        Tools for conversion of Outlook files to mailbox and other formats
2 Summary(pl):    Narzêdzia do konwersji plików Outlooka do formatu mailbox i innych
3 Name:           libpst
4 Version:        0.5.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Files
8 Source0:        http://alioth.debian.org/download.php/844/%{name}-%{version}.tgz
9 # Source0-md5:  0a80562bf7c503f9d3fdd96e0de10408
10 URL:            http://alioth.debian.org/projects/libpst/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 libpst converts Outlook PST files to mailbox and others formats:
15 kmail, its own recursive format or separate each email into its own
16 file. It currently handles EMails, Folders and mostly Contacts.
17
18 %description -l pl
19 libpst konwertuje pliki PST z Outlooka do standardowego formatu
20 skrzynek (mailbox) lub innych formatów: kmaila, w³asnego formatu
21 rekurencyjnego lub oddziela ka¿dy list do osobnego pliku. Aktualnie
22 obs³uguje listy, foldery i w wiêkszo¶ci kontakty.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__make} \
29         GCC_FLAGS="%{rpmcflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
34
35 install lspst readpst readpstlog $RPM_BUILD_ROOT%{_bindir}
36 install readpst.1 readpstlog.1 $RPM_BUILD_ROOT%{_mandir}/man1
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog CREDITS FILE-FORMAT TODO
44 %attr(755,root,root) %{_bindir}/*
45 %{_mandir}/man1/*
This page took 0.073906 seconds and 4 git commands to generate.