]> git.pld-linux.org Git - packages/ofono.git/blame - ofono.spec
- updated to 1.15
[packages/ofono.git] / ofono.spec
CommitLineData
4b82abda
JB
1Summary: oFono - Open Source Telephony
2Summary(pl.UTF-8): oFono - telefonia o otwartych źródłach
3Name: ofono
8ae0ccbe 4Version: 1.15
4b82abda
JB
5Release: 1
6License: GPL v2
7Group: Networking/Daemons
c175805b 8Source0: https://www.kernel.org/pub/linux/network/ofono/%{name}-%{version}.tar.xz
8ae0ccbe 9# Source0-md5: 4d03de85239d8100dc7721bf0dad2bd2
4b82abda
JB
10URL: https://ofono.org/
11BuildRequires: bluez-libs-devel >= 4.99
12BuildRequires: dbus-devel >= 1.4
13BuildRequires: glib2-devel >= 1:2.28
14BuildRequires: libusb-devel >= 1.0
15BuildRequires: mobile-broadband-provider-info-devel
16BuildRequires: pkgconfig
17BuildRequires: systemd-devel
18BuildRequires: tar >= 1:1.22
19BuildRequires: udev-devel >= 1:143
20BuildRequires: xz
21Requires: dbus >= 1.4
22Requires: glib2 >= 1:2.28
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26oFono is an infrastructure for building mobile telephony (GSM/UMTS)
27applications. oFono is licensed under GPL v2, and it includes a
28high-level D-Bus API for use by telephony applications of any license.
29oFono also includes a low-level plug-in API for integrating with open
30source as well as third party telephony stacks, cellular modems and
31storage back-ends.
32
33%description -l pl.UTF-8
34oFono to infrastruktura do tworzenia aplikacji związanych z telefonią
35komórkową (GSM/UMTS). oFono jest wydawane na licencji GPL v2 i zawiera
36wysokopoziomowe API D-Bus do wykorzystywania przez aplikacje na
37dowolnej licencji. oFono zawiera także niskopoziomowe API wtyczek do
38integracji z oprogramowaniem o otwartych źródłach, a także stosami
39telefonicznych innych producentów, modemami komórkowymi oraz
40backendami do przechowywania danych.
41
42%package devel
43Summary: Header files for oFono plugins
44Summary(pl.UTF-8): Pliki nagłówkowe dla wtyczek oFono
45Group: Development/Libraries
46Requires: dbus-devel >= 1.4
47Requires: glib2-devel >= 1:2.28
48# doesn't require base
49
50%description devel
51Header files for oFono plugins.
52
53%description devel -l pl.UTF-8
54Pliki nagłówkowe dla wtyczek oFono.
55
56%prep
57%setup -q
58
59%build
60%configure \
61 --disable-silent-rules \
62 --enable-dundee \
63 --enable-threads \
64 --enable-tools
65%{__make}
66
67%install
68rm -rf $RPM_BUILD_ROOT
69
70%{__make} install \
71 DESTDIR=$RPM_BUILD_ROOT
72
73install -d $RPM_BUILD_ROOT%{_libdir}/ofono/plugins
74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
78%files
79%defattr(644,root,root,755)
80%doc AUTHORS ChangeLog README TODO
81%attr(755,root,root) %{_sbindir}/dundee
82%attr(755,root,root) %{_sbindir}/ofonod
83%dir %{_libdir}/ofono
84%dir %{_libdir}/ofono/plugins
85%dir %{_sysconfdir}/ofono
86%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ofono/phonesim.conf
87/etc/dbus-1/system.d/dundee.conf
88/etc/dbus-1/system.d/ofono.conf
89/lib/systemd/system/dundee.service
90/lib/systemd/system/ofono.service
91%{_mandir}/man8/ofonod.8*
92
93%files devel
94%defattr(644,root,root,755)
95%doc doc/*.txt
96%{_includedir}/ofono
97%{_pkgconfigdir}/ofono.pc
This page took 0.15479 seconds and 4 git commands to generate.