]> git.pld-linux.org Git - packages/gammu.git/blob - gammu.spec
- disable rpmdir (avoids %_topdir macro parsing loop)
[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:        4
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 ln -s ../../version cfg/autoconf/VERSION
47
48 %build
49 cd cfg/autoconf
50 %{__autoconf}
51 %configure \
52         --disable-static \
53         --without-rpmdir \
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}-%{version}}
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}-%{version}
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},pkgconfig}}
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %files
84 %defattr(644,root,root,755)
85 %doc changelog docs/* readme.txt
86 %attr(755,root,root) %{_bindir}/%{name}
87 %attr(755,root,root) %{_libdir}/*.so.*
88 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gammurc
89 %{_datadir}/%{name}
90 %{_examplesdir}/%{name}-%{version}
91 %{_mandir}/man1/*
This page took 0.042507 seconds and 3 git commands to generate.