- remove gudev dependency
Change-Id: I784de1e163b4a05a31cd3448b41ce35dc2f7928c
# Set required packages
INCLUDE(FindPkgConfig)
-pkg_check_modules(pkgs REQUIRED glib-2.0 gudev-1.0 libtzplatform-config)
+pkg_check_modules(pkgs REQUIRED glib-2.0 libtzplatform-config)
FOREACH(flag ${pkgs_CFLAGS})
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
%define major 0
%define minor 3
-%define patchlevel 5
+%define patchlevel 6
Name: libtcore
Version: %{major}.%{minor}.%{patchlevel}
Source0: libtcore-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(libtzplatform-config)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Name: tcore
Description: SLP Telephony core API
Version: 1.0
-Requires: glib-2.0 gobject-2.0 gudev-1.0
+Requires: glib-2.0 gobject-2.0
Libs: -L${libdir} -ltcore -ldl
Cflags: -I${includedir}/tcore