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