]> git.pld-linux.org Git - packages/wammu.git/blame - wammu.spec
- release 2 (by relup.sh)
[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
dc370033 7Version: 0.36
d8fb51e9 8Release: 2
f15e65a8 9License: GPL v2+
0666075c 10Group: Applications/Communications
237f141f 11Source0: http://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.bz2
dc370033 12# Source0-md5: 065186e6d08bffd7f95ae000046904cb
237f141f 13URL: http://wammu.eu/
ad5bf902
JB
14BuildRequires: gammu-devel >= 1:1.11.91
15BuildRequires: pkgconfig >= 1:0.21-2
8f36eb56 16BuildRequires: python-devel >= 1:%py_ver
c8e8e903 17BuildRequires: python-gammu >= 0.24
8f36eb56 18BuildRequires: python-wxPython >= 2.5
ad5bf902
JB
19BuildRequires: rpm-pythonprov
20BuildRequires: rpmbuild(macros) >= 1.219
e22368a4 21%pyrequires_eq python = %py_ver
ad5bf902 22Requires: gammu
f68133be 23Requires: obexfs
ad5bf902 24Requires: obextool
45c3a7f6 25Requires: python-gammu >= 0.24
ad5bf902 26Requires: python-wxPython
00b56072 27#Suggests: bluez-gnome # gnome-bluetooth ?
f15e65a8 28#Suggests: 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
d04f212e 37- complete support for contacts, todo, calendar
38- can read/create/save/send/backup SMSes
39- sending files to phone (OBEX and Sony Ericsson phones only)
40- SMS composer for multi part SMSes
41- display message including pictures and ringtones playback
42- support for backup and import in various formats (vCard, vCalendar,
43 vTodo, iCalendar, gammu own backup, ...)
44- export messages to mail (IMAP4, maildir and mailbox storages)
45- searching for phone
237f141f 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
f15e65a8 58- obsługa kopii bezpieczeństwa i importu z różnych formatów (vCard,
59 vCalendar, vTodo, iCalendar, własny format kopii Gammu...)
fd1faf88
JB
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}*.*
d04f212e 89%lang(cs) %{_mandir}/cs/man1/%{name}*.*
90%lang(de) %{_mandir}/de/man1/%{name}*.*
dc370033
AA
91%lang(es) %{_mandir}/es/man1/%{name}*.*
92%lang(fr) %{_mandir}/fr/man1/%{name}*.*
d04f212e 93%lang(it) %{_mandir}/it/man1/%{name}*.*
94%lang(nl) %{_mandir}/nl/man1/%{name}*.*
dc370033 95%lang(pt_BR) %{_mandir}/pt_BR/man1/%{name}*.*
d04f212e 96%lang(ru) %{_mandir}/ru/man1/%{name}*.*
97%lang(sk) %{_mandir}/sk/man1/%{name}*.*
237f141f
MWP
98%dir %{_datadir}/Wammu
99%{_datadir}/Wammu/*
100%{_desktopdir}/%{name}.desktop
This page took 0.12561 seconds and 4 git commands to generate.