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