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