]> git.pld-linux.org Git - packages/wammu.git/blob - wammu.spec
6b7c628e3eec9aeb39280117db5faa5440ede7ae
[packages/wammu.git] / wammu.spec
1 # NOTE:
2 # Wammu must be build with python-gammu rebuild against current gammu-devel
3
4 Summary:        Wammu - Gammu GUI - Mobile phone manager
5 Summary(pl.UTF-8):      Wammu - interfejs graficzny dla Gammu
6 Name:           wammu
7 Version:        0.21
8 Release:        2
9 License:        GPL v2
10 Group:          Applications/Communications
11 Source0:        http://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.bz2
12 # Source0-md5:  6bd3fa7e8842a3713d9534ccb1a5d777
13 URL:            http://wammu.eu/
14 BuildRequires:  gammu-devel >= 1:1.11.91
15 BuildRequires:  pkgconfig >= 1:0.21-2
16 BuildRequires:  python-devel >= 1:2.5
17 BuildRequires:  python-gammu >= 0.20
18 BuildRequires:  python-wxPython
19 BuildRequires:  rpm-pythonprov
20 BuildRequires:  rpmbuild(macros) >= 1.219
21 %pyrequires_eq  python
22 Requires:       gammu
23 Requires:       obexfs
24 Requires:       obextool
25 Requires:       python-gammu >= 0.20
26 Requires:       python-wxPython
27 Suggests:       bluez-gnome
28 BuildArch:      noarch
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Wammu is mobile phone manager running on Linux, Windows and possibly
33 other platforms, where Gammu and wxPython works. The communication is
34 made by Gammu library. Currently supported features:
35
36 * complete support for contacts, todo, calendar
37 * can read/create/save/send/backup SMSes
38 * sending files to phone (OBEX and Sony Ericsson phones only)
39 * SMS composer for multi part SMSes
40 * display message including pictures and ringtones playback
41 * support for backup and import in various formats
42         (vCard, vCalendar, vTodo, iCalendar, gammu own backup, ...)
43 * export messages to mail (IMAP4, maildir and mailbox storages)
44 * searching for phone
45
46 %description -l pl.UTF-8
47 Wammu to zarządca telefonów komórkowych działający pod Linuksem,
48 Windows i być może na innych platformach, na których działa Gammu i
49 wxPython. Komunikacja jest wykonywana przez bibliotekę Gammu.
50 Aktualnie dostępne możliwości:
51 - pełna obsługa kontaktów, listy zadań, kalendarza
52 - odczyt przeczytanych/utworzonych/zapisanych/wysłanych/zachowanych
53   SMS-ów
54 - przesyłanie plików do telefonu (tylko OBEX i telefony Sony Ericsson)
55 - narzędzie do tworzenia wieloczęściowych SMS-ów
56 - wyświetlanie komunikatów wraz z obrazkami i dzwonkami
57 - obsługa kopii bezpieczeństwa i importu z różnych formatów
58   (vCard, vCalendar, vTodo, iCalendar, własny format kopii Gammu...)
59 - eksport wiadomości do e-maili (IMAP4, maildir i mailbox)
60 - szukanie telefonów
61
62 %prep
63 %setup -q
64
65 %build
66 %{__python} setup.py build
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70 %{__python} setup.py install \
71         --optimize=2 \
72         --root=$RPM_BUILD_ROOT
73
74 %find_lang %{name}
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files -f %{name}.lang
80 %defattr(644,root,root,755)
81 %doc AUTHORS FAQ NEWS README
82 %attr(755,root,root) %{_bindir}/*
83 %{_pixmapsdir}/%{name}.*
84 %dir %py_sitescriptdir/Wammu
85 %{py_sitescriptdir}/Wammu/*
86 %{py_sitescriptdir}/*.egg-info
87 %{_mandir}/man1/%{name}.*
88 %dir %{_datadir}/Wammu
89 %{_datadir}/Wammu/*
90 %{_desktopdir}/%{name}.desktop
This page took 0.164066 seconds and 3 git commands to generate.