]> git.pld-linux.org Git - packages/wammu.git/blame - wammu.spec
- release 3
[packages/wammu.git] / wammu.spec
CommitLineData
3857eb5b 1# NOTE:
2# Wammu must be build with python-gammu rebuild against current gammu-devel
3
f22f3194 4Summary: Wammu - Gammu GUI - Mobile phone manager
ad5bf902 5Summary(pl.UTF-8): Wammu - interfejs graficzny dla Gammu
237f141f 6Name: wammu
00b56072 7Version: 0.33
336d281e 8Release: 3
237f141f 9License: GPL v2
0666075c 10Group: Applications/Communications
237f141f 11Source0: http://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.bz2
00b56072 12# Source0-md5: c28553d12ea90df5c04e23a6bb0b816c
237f141f 13URL: http://wammu.eu/
ad5bf902
JB
14BuildRequires: gammu-devel >= 1:1.11.91
15BuildRequires: pkgconfig >= 1:0.21-2
16BuildRequires: python-devel >= 1:2.5
8f36eb56 17BuildRequires: python-devel >= 1:%py_ver
c8e8e903 18BuildRequires: python-gammu >= 0.24
8f36eb56 19BuildRequires: python-wxPython >= 2.5
ad5bf902
JB
20BuildRequires: rpm-pythonprov
21BuildRequires: rpmbuild(macros) >= 1.219
e22368a4 22%pyrequires_eq python = %py_ver
ad5bf902 23Requires: gammu
f68133be 24Requires: obexfs
ad5bf902 25Requires: obextool
45c3a7f6 26Requires: python-gammu >= 0.24
ad5bf902 27Requires: python-wxPython
00b56072
MK
28#Suggests: bluez-gnome # gnome-bluetooth ?
29#Suggests: python-pybluez #
237f141f
MWP
30BuildArch: noarch
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34Wammu is mobile phone manager running on Linux, Windows and possibly
35other platforms, where Gammu and wxPython works. The communication is
36made by Gammu library. Currently supported features:
37
0666075c
TP
38* complete support for contacts, todo, calendar
39* can read/create/save/send/backup SMSes
237f141f 40* sending files to phone (OBEX and Sony Ericsson phones only)
0666075c 41* SMS composer for multi part SMSes
237f141f 42* display message including pictures and ringtones playback
0666075c
TP
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)
237f141f
MWP
46* searching for phone
47
fd1faf88
JB
48%description -l pl.UTF-8
49Wammu to zarządca telefonów komórkowych działający pod Linuksem,
50Windows i być może na innych platformach, na których działa Gammu i
51wxPython. Komunikacja jest wykonywana przez bibliotekę Gammu.
52Aktualnie 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
237f141f
MWP
64%prep
65%setup -q
66
67%build
68%{__python} setup.py build
69
70%install
71rm -rf $RPM_BUILD_ROOT
72%{__python} setup.py install \
cde18d6a 73 --optimize=2 \
74 --root=$RPM_BUILD_ROOT
237f141f
MWP
75
76%find_lang %{name}
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%files -f %{name}.lang
82%defattr(644,root,root,755)
8278a8c9 83%doc AUTHORS FAQ README
237f141f
MWP
84%attr(755,root,root) %{_bindir}/*
85%{_pixmapsdir}/%{name}.*
86%dir %py_sitescriptdir/Wammu
87%{py_sitescriptdir}/Wammu/*
88%{py_sitescriptdir}/*.egg-info
b6169be5 89%{_mandir}/man1/%{name}*.*
237f141f
MWP
90%dir %{_datadir}/Wammu
91%{_datadir}/Wammu/*
92%{_desktopdir}/%{name}.desktop
This page took 0.097189 seconds and 4 git commands to generate.