]> git.pld-linux.org Git - packages/gammu.git/blob - gammu.spec
-up to 0.92.0
[packages/gammu.git] / gammu.spec
1 %define         major   0
2 %define         minor   92
3 %define         rel     0
4
5 Summary:        Linux/Unix tool suite for Nokia mobile phones
6 Summary(pl):    Linuksowy/Uniksowy zestaw narzêdzi dla telefonów komórkowych Nokia
7 Name:           gammu
8 Version:        %{major}.%{minor}.{rel}
9 Release:        1
10 Epoch:          1
11 License:        GPL v2
12 Group:          Applications/Communications
13 Source0:        http://www.mwiacek.com/zips/gsm/%{name}/older/%{name}-%{major}.%{minor}.%{rel}.tar.gz
14 # Source0-md5:  dba30fe8fded818508a065ca10519bf6
15 Patch0:         %{name}-etc_dir.patch
16 URL:            http://www.mwiacek.com/english/gsm/gammu/gammu.html
17 BuildRequires:  autoconf
18 BuildRequires:  bluez-libs-devel
19 Provides:       mygnokii2
20 Obsoletes:      mygnokii2
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Gammu (formerly known as MyGnokii2) is cellular manager for various
25 mobile phones and modems. It currently supports Nokia 3210, 33xx,
26 3410, 3510, 51xx, 5210, 5510, 61xx, 62xx, 63xx, 6510, 7110, 82xx,
27 8310, 9110, and 9210, and AT devices (such as Siemens, Alcatel,
28 WaveCom, IPAQ, and other). It has a command line version with many
29 functions for ringtones, phonebook, SMS, logos, WAP, date/time, alarm,
30 calls, etc. It can also make full backups and restore them.
31
32 %description -l pl
33 Gammu (poprzednio znany jako MyGnokii2) jest narzêdziem do zarz±dzania
34 ró¿nymi telefonami komórkowymi i modemami. Aktualnie obs³uguje Nokie
35 3210, 33xx, 3410, 51xx, 5210, 5510, 61xx, 62xx, 63xx, 6510, 7110,
36 82xx, 8310, 9110 i 3210 oraz urz±dzenia AT (takie jak Siemens,
37 Alcatel, WaveCom, IPAQ i inne). Ma wersjê dzia³aj±c± z linii poleceñ z
38 wieloma funkcjami do dzwonków, ksi±¿ki telefonicznej, SMS-ów, logo,
39 WAP, daty/czasu, budzika, dzwonienia itp. Mo¿e tak¿e wykonywaæ pe³ne
40 kopie zapasowe danych i odtwarzaæ je.
41
42 %prep
43 %setup -q -n %{name}-%{major}.%{minor}.%{rel}
44 #%patch0 -p1
45
46 %build
47 cd cfg/autoconf
48 %{__autoconf}
49 %configure
50 cd ../..
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_examplesdir}/%{name},%{_sysconfdir}}
56
57 install %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}
58 install docs/examples/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir}
59 mv -f docs/docs/english/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
60 mv -f docs/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}
61 mv -f docs/develop $RPM_BUILD_ROOT%{_examplesdir}/%{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc changelog docs/* readme.txt
69 %attr(755,root,root) %{_bindir}/%{name}
70 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/gammurc
71 %{_examplesdir}/%{name}
72 %{_mandir}/man1/*.1*
This page took 0.035099 seconds and 3 git commands to generate.