]> git.pld-linux.org Git - packages/gammu.git/blob - gammu.spec
7c471ff3de63a795c832bc9be24faddb6b8c19e5
[packages/gammu.git] / gammu.spec
1 Summary:        Linux/Unix tool suite for Nokia mobile phones
2 Summary(pl):    Linuksowy/uniksowy zestaw narzêdzi dla telefonów komórkowych Nokia
3 Name:           gammu
4 Version:        1.02.0
5 Release:        3
6 Epoch:          1
7 License:        GPL v2
8 Group:          Applications/Communications
9 Source0:        http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/%{name}-%{version}.tar.gz
10 # Source0-md5:  f8d0b2c6cc045891b6d8f0021246a464
11 Patch0:         %{name}-etc_dir.patch
12 Patch1:         %{name}-no_nss.patch
13 Patch2:         %{name}-sparc-speeds.patch
14 URL:            http://www.gammu.net/
15 BuildRequires:  autoconf
16 BuildRequires:  bluez-libs-devel
17 BuildRequires:  mysql-devel
18 Provides:       mygnokii2
19 Obsoletes:      mygnokii2
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Gammu (formerly known as MyGnokii2) is cellular manager for various
24 mobile phones and modems. It currently supports Nokia 3210, 33xx,
25 3410, 3510, 51xx, 5210, 5510, 61xx, 62xx, 63xx, 6510, 7110, 82xx,
26 8310, 9110, and 9210, and AT devices (such as Siemens, Alcatel,
27 WaveCom, IPAQ, and other). It has a command line version with many
28 functions for ringtones, phonebook, SMS, logos, WAP, date/time, alarm,
29 calls, etc. It can also make full backups and restore them.
30
31 %description -l pl
32 Gammu (poprzednio znany jako MyGnokii2) jest narzêdziem do zarz±dzania
33 ró¿nymi telefonami komórkowymi i modemami. Aktualnie obs³uguje Nokie
34 3210, 33xx, 3410, 51xx, 5210, 5510, 61xx, 62xx, 63xx, 6510, 7110,
35 82xx, 8310, 9110 i 3210 oraz urz±dzenia AT (takie jak Siemens,
36 Alcatel, WaveCom, IPAQ i inne). Ma wersjê dzia³aj±c± z linii poleceñ z
37 wieloma funkcjami do dzwonków, ksi±¿ki telefonicznej, SMS-ów, logo,
38 WAP, daty/czasu, budzika, dzwonienia itp. Mo¿e tak¿e wykonywaæ pe³ne
39 kopie zapasowe danych i odtwarzaæ je.
40
41 %prep
42 %setup -q
43 #%patch0 -p1
44 %patch1 -p0
45 %patch2 -p1
46
47 %build
48 cd cfg/autoconf
49 %{__autoconf}
50 %configure \
51         --disable-static \
52         --enable-cb \
53         --enable-7110incoming \
54         --enable-6210calendar
55 cd ../..
56 %{__make} shared
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_examplesdir}/%{name}-%{version}}
61 %{__make} installshared \
62         DESTDIR=$RPM_BUILD_ROOT \
63         prefix=%{_prefix} \
64         INSTALL_LIB_DIR=%{_libdir} \
65         INSTALL_MAN_DIR=%{_mandir}/man1 \
66         FIND=/usr/bin/find
67
68 install docs/examples/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir}
69 cp -r docs/{examples,develop} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
70
71 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
72 # anybody feels like developing gammu-based apps?
73 rm -rf $RPM_BUILD_ROOT{%{_includedir},%{_libdir}/{*.{so,a},pkgconfig}}
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %post   -p /sbin/ldconfig
79 %postun -p /sbin/ldconfig
80
81 %files
82 %defattr(644,root,root,755)
83 %doc changelog docs/* readme.txt
84 %attr(755,root,root) %{_bindir}/%{name}
85 %attr(755,root,root) %{_libdir}/*.so.*
86 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gammurc
87 %{_datadir}/%{name}
88 %{_examplesdir}/%{name}-%{version}
89 %{_mandir}/man1/*
This page took 0.087781 seconds and 2 git commands to generate.