]> 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
237f141f
MWP
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Wammu is mobile phone manager running on Linux, Windows and possibly
26other platforms, where Gammu and wxPython works. The communication is
27made 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
46rm -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
54rm -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.053889 seconds and 4 git commands to generate.