X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gammu.spec;h=ce680e0b801fc9f2dbf704c8d7c9e37ae20ab139;hb=7a98b528e0f0de7a9b1d007687c9e38084b62114;hp=6a3c62e1cbdf592cbcecc1b6dc13f2ee4151d517;hpb=f836a189b94ba668910e7968a4dfbf4bae95b223;p=packages%2Fgammu.git diff --git a/gammu.spec b/gammu.spec index 6a3c62e..ce680e0 100644 --- a/gammu.spec +++ b/gammu.spec @@ -1,54 +1,83 @@ Summary: Linux/Unix tool suite for Nokia mobile phones Summary(pl): Linuksowy/Uniksowy zestaw narzêdzi dla telefonów komórkowych Nokia -Name: mygnokii2 -Version: 0.58 -Release: 2 +Name: gammu +Version: 0.99.0 +Release: 0.1 Epoch: 1 -License: GPL +License: GPL v2 Group: Applications/Communications -Source0: http://marcin-wiacek.fkn.pl/english/zips/%{name}.tar.gz -Source1: %{name}-config.h -Source2: %{name}-manpage -URL: http://marcin-wiacek.topnet.pl +Source0: http://www.mwiacek.com/zips/gsm/gammu/stable/0_9x/%{name}-%{version}.tar.gz +# Source0-md5: e7e2c1366bc4ee4d4e0ddb0f56bd2772 +Patch0: %{name}-etc_dir.patch +URL: http://www.mwiacek.com/gsm/soft/gammu.html BuildRequires: autoconf -BuildRequires: automake +BuildRequires: bluez-libs-devel +Provides: mygnokii2 +Obsoletes: mygnokii2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -MyGnokii2 is a Linux/Unix tool suite and (eventually) modem/fax driver -for Nokia's mobile phones, released under the GPL. See -docs/develop.txt: and Q. Why mygnokii2, not gnokii? +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. %description -l pl -Gnokii jest zestawem narzêdzi dla Linuksa/Uniksa, oraz (ewentualnie) -sterownikiem modemu/faxu dla telefonów komórkowych Nokia, dostêpnym na -licencji GPL. Przeczytaj docs/develop.txt:Q. Why mygnokii2, not -gnokii? +Gammu (poprzednio znany jako MyGnokii2) jest narzêdziem do zarz±dzania +ró¿nymi telefonami komórkowymi i modemami. Aktualnie obs³uguje Nokie +3210, 33xx, 3410, 51xx, 5210, 5510, 61xx, 62xx, 63xx, 6510, 7110, +82xx, 8310, 9110 i 3210 oraz urz±dzenia AT (takie jak Siemens, +Alcatel, WaveCom, IPAQ i inne). Ma wersjê dzia³aj±c± z linii poleceñ z +wieloma funkcjami do dzwonków, ksi±¿ki telefonicznej, SMS-ów, logo, +WAP, daty/czasu, budzika, dzwonienia itp. Mo¿e tak¿e wykonywaæ pe³ne +kopie zapasowe danych i odtwarzaæ je. %prep -%setup -q -n %{name} -cp %{SOURCE1} config.h -cp %{SOURCE2} %{name}.1 +%setup -q +#%patch0 -p1 %build +cd cfg/autoconf +%{__autoconf} +%configure \ + --enable-cb \ + --enable-7110incoming \ + --enable-6210calendar \ + --enable-fbus \ + --enable-mbus \ + --enable-fbusirda \ + --enable-phonetblue \ + --enable-fbusdku5 \ + --enable-fbuspl2303 \ + --enable-fbusdlr3 \ + --enable-obexgen \ + --enable-mroutergen \ + --enable-mrouterblue \ + --enable-irdaphonet \ + --enable-irdaobex +cd ../.. %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1/,%{_prefix}/src/examples,%{name}} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_examplesdir}/%{name},%{_sysconfdir}} -install mygnokii/mygnokii $RPM_BUILD_ROOT%{_bindir} -install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +install %{name}/%{name} $RPM_BUILD_ROOT%{_bindir} +install docs/examples/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir} +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} +mv -f docs/develop $RPM_BUILD_ROOT%{_examplesdir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc docs -%doc readme.txt -%{_bindir}/mygnokii +%doc changelog docs/* readme.txt +%attr(755,root,root) %{_bindir}/%{name} +%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/gammurc %{_examplesdir}/%{name} -%{_mandir}/man1/ +%{_mandir}/man1/*.1*