]> git.pld-linux.org Git - packages/wammu.git/blob - wammu.spec
f43eb466d23ec50e62c244cfe1168d25a8c37a5d
[packages/wammu.git] / wammu.spec
1 Summary:        Wammu - Gammu GUI - Mobile phone manager
2 Summary(pl.UTF-8):      Wammu - interfejs graficzny dla Gammu
3 Name:           wammu
4 Version:        0.21
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://dl.cihar.com/wammu/latest/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6bd3fa7e8842a3713d9534ccb1a5d777
10 URL:            http://wammu.eu/
11 BuildRequires:  gammu-devel >= 1:1.11.91
12 BuildRequires:  pkgconfig >= 1:0.21-2
13 BuildRequires:  python-devel >= 1:2.5
14 BuildRequires:  python-gammu >= 0.20
15 BuildRequires:  python-wxPython
16 BuildRequires:  rpm-pythonprov
17 BuildRequires:  rpmbuild(macros) >= 1.219
18 %pyrequires_eq  python
19 Requires:       gammu
20 Requires:       obexfs
21 Requires:       obextool
22 Requires:       python-gammu >= 0.20
23 Requires:       python-wxPython
24 Suggests:       bluez-gnome
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Wammu is mobile phone manager running on Linux, Windows and possibly
30 other platforms, where Gammu and wxPython works. The communication is
31 made by Gammu library. Currently supported features:
32
33 * complete support for contacts, todo, calendar
34 * can read/create/save/send/backup SMSes
35 * sending files to phone (OBEX and Sony Ericsson phones only)
36 * SMS composer for multi part SMSes
37 * display message including pictures and ringtones playback
38 * support for backup and import in various formats
39         (vCard, vCalendar, vTodo, iCalendar, gammu own backup, ...)
40 * export messages to mail (IMAP4, maildir and mailbox storages)
41 * searching for phone
42
43 %prep
44 %setup -q
45
46 %build
47 %{__python} setup.py build
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 %{__python} setup.py install \
52         --optimize=2 \
53         --root=$RPM_BUILD_ROOT
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS FAQ NEWS README
63 %attr(755,root,root) %{_bindir}/*
64 %{_pixmapsdir}/%{name}.*
65 %dir %py_sitescriptdir/Wammu
66 %{py_sitescriptdir}/Wammu/*
67 %{py_sitescriptdir}/*.egg-info
68 %{_mandir}/man1/%{name}.*
69 %dir %{_datadir}/Wammu
70 %{_datadir}/Wammu/*
71 %{_desktopdir}/%{name}.desktop
This page took 0.063646 seconds and 2 git commands to generate.