]> git.pld-linux.org Git - packages/wammu.git/blob - wammu.spec
- add R
[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:        0.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 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Wammu is mobile phone manager running on Linux, Windows and possibly
26 other platforms, where Gammu and wxPython works. The communication is
27 made by Gammu library. Currently supported features:
28
29 * complete support for contacts,todo,calendar
30 * can read/create/save/send/backup smses
31 * sending files to phone (OBEX and Sony Ericsson phones only)
32 * sms composer for multi part smses
33 * display message including pictures and ringtones playback
34 * support for backup and import in various formats 
35         (vCard, vCalendar, vTodo, iCalendar, gammu own backup,...)
36 * export messages to mail (IMAP4, maildir and mailbox storages )
37 * searching for phone
38
39 %prep
40 %setup -q
41
42 %build
43 %{__python} setup.py build
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 %{__python} setup.py install \
48         --optimize=2 \
49         --root=$RPM_BUILD_ROOT
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS FAQ NEWS README
59 %attr(755,root,root) %{_bindir}/*
60 %{_pixmapsdir}/%{name}.*
61 %dir %py_sitescriptdir/Wammu
62 %{py_sitescriptdir}/Wammu/*
63 %{py_sitescriptdir}/*.egg-info
64 %{_mandir}/man1/%{name}.*
65 %dir %{_datadir}/Wammu
66 %{_datadir}/Wammu/*
67 %{_desktopdir}/%{name}.desktop
This page took 0.081458 seconds and 3 git commands to generate.