Summary: Linux/Unix tool suite for Nokia mobile phones Summary(pl): Linuksowy/Uniksowy zestaw narzędzi dla telefonów komórkowych Nokia Name: gammu Version: 0.64 Release: 1 Epoch: 1 License: GPL v2 Group: Applications/Communications Source0: http://www.mwiacek.com/english/zips/%{name}.tar.gz URL: http://www.mwiacek.com/english/gsm/gammu/gammu.html BuildRequires: autoconf BuildRequires: automake Provides: mygnokii2 Obsoletes: mygnokii2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Gammu (formerly known as MyGnokii2) is cellular manager for various mobile phones and modems. It currently supports Nokia 3210, 33xx, 3410, 3510, 51xx, 5210, 5510, 61xx, 62xx, 63xx, 6510, 7110, 82xx, 8310, 9110, and 9210, and AT devices (such as Siemens, Alcatel, WaveCom, IPAQ, and other). It has a command line version with many functions for ringtones, phonebook, SMS, logos, WAP, date/time, alarm, calls, etc. It can also make full backups and restore them. %prep %setup -q -n %{name} %build %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1/,%{_prefix}/src/examples,%{name}} install %{name}/%{name} $RPM_BUILD_ROOT%{_bindir} mv -f docs/docs/english/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/ mv -f docs/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name} mv -f docs/default $RPM_BUILD_ROOT%{_examplesdir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc changelog docs/* readme.txt %attr(755,root,root) %{_bindir}/%{name} %{_examplesdir}/%{name} %{_mandir}/man1/*.1*