]> git.pld-linux.org Git - packages/ofono.git/commitdiff
- updated to 1.28 auto/th/ofono-1.28-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Mar 2019 18:29:51 +0000 (19:29 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Mar 2019 18:29:51 +0000 (19:29 +0100)
ofono.spec

index a759a22cd3d014fdabb62d60e2be9b5e936eb466..5afe5f3c21e28d02eb4c06078fc0ea2048467dca 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       oFono - Open Source Telephony
 Summary(pl.UTF-8):     oFono - telefonia o otwartych źródłach
 Name:          ofono
-Version:       1.26
+Version:       1.28
 Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       https://www.kernel.org/pub/linux/network/ofono/%{name}-%{version}.tar.xz
-# Source0-md5: 997b2c6ac56fd54b6b797435f0bbca51
+# Source0-md5: 3a5406565b552b16602610619b034967
 URL:           https://01.org/ofono
 BuildRequires: bluez-libs-devel >= 4.99
 BuildRequires: dbus-devel >= 1.4
@@ -16,6 +16,7 @@ BuildRequires:        glib2-devel >= 1:2.32
 BuildRequires: libusb-devel >= 1.0
 BuildRequires: mobile-broadband-provider-info-devel
 BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
 BuildRequires: systemd-devel
 BuildRequires: tar >= 1:1.22
 BuildRequires: udev-devel >= 1:143
@@ -59,6 +60,10 @@ Pliki nagłówkowe dla wtyczek oFono.
 %prep
 %setup -q
 
+# no debug symbols in ofono itself
+# and it requires __ell_debug__ section start/stop symbols, which are not exported from shared ell (as of ell 0.17)
+%{__sed} -i -e '/l_debug_enable/d' src/main.c
+
 %build
 %configure \
        --disable-silent-rules \
@@ -66,7 +71,6 @@ Pliki nagłówkowe dla wtyczek oFono.
        --enable-external-ell \
        --enable-mbimmodem \
        --enable-pie \
-       --enable-threads \
        --enable-tools
 %{__make}
 
This page took 0.110951 seconds and 4 git commands to generate.