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