]> git.pld-linux.org Git - packages/gammu.git/blob - gammu.spec
- updated to 1.01.0
[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.01.0
5 Release:        1
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:  1ae9d7d51158c9f0cb5d3b25e7e7e1e1
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
45 %ifarch sparc
46 %patch2 -p1
47 %endif
48
49 %build
50 cd cfg/autoconf
51 %{__autoconf}
52 %configure \
53         --disable-static \
54         --enable-cb \
55         --enable-7110incoming \
56         --enable-6210calendar           
57 cd ../..        
58 %{__make} shared
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_examplesdir}/%{name}}
63 %{__make} installshared \
64         DESTDIR=$RPM_BUILD_ROOT \
65         prefix=%{_prefix} \
66         INSTALL_LIB_DIR=%{_libdir} \
67         INSTALL_MAN_DIR=%{_mandir}/man1 \
68         FIND=/usr/bin/find
69
70 install docs/examples/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir}
71 cp -r docs/{examples,develop} $RPM_BUILD_ROOT%{_examplesdir}/%{name}
72
73 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
74 # anybody feels like developing gammu-based apps?
75 rm -rf $RPM_BUILD_ROOT{%{_includedir},%{_libdir}/*.{so,a}}
76 rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/pkgconfig # yes, not pkgconfigdir
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post   -p /sbin/ldconfig
82 %postun -p /sbin/ldconfig
83
84 %files
85 %defattr(644,root,root,755)
86 %doc changelog docs/* readme.txt
87 %attr(755,root,root) %{_bindir}/%{name}
88 %attr(755,root,root) %{_libdir}/*.so.*
89 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/gammurc
90 %{_datadir}/%{name}
91 %{_examplesdir}/%{name}
92 %{_mandir}/man1/*
This page took 0.032547 seconds and 3 git commands to generate.