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