summaryrefslogtreecommitdiff
path: root/packaging/connman.spec
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-14 06:35:14 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-03-11 01:45:21 -0700
commit85b91df1949eb65905b5191543e1fcf9806af0a2 (patch)
tree034277253ae5eb8bafb804eb595a677f4583b1e8 /packaging/connman.spec
parentf7b9c76419664f21727150ff17f4f24ba5394234 (diff)
downloadconnman-85b91df1949eb65905b5191543e1fcf9806af0a2.tar.gz
connman-85b91df1949eb65905b5191543e1fcf9806af0a2.tar.bz2
connman-85b91df1949eb65905b5191543e1fcf9806af0a2.zip
Update to 1.11
Diffstat (limited to 'packaging/connman.spec')
-rw-r--r--packaging/connman.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index 6d27f3d5..316ebefe 100644
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -1,13 +1,12 @@
Name: connman
-Version: 1.9
+Version: 1.11
Release: 1
License: GPL-2.0
Summary: Connection Manager
Url: http://connman.net
-Group: System/Networking
+Group: Connectivity/Connection Management
Source0: %{name}-%{version}.tar.xz
-Source1001: packaging/connman.manifest
-Patch0: dbus.patch
+Source1001: connman.manifest
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libiptc)
@@ -25,7 +24,7 @@ within embedded devices running the Linux operating system.
%package test
Summary: Test Scripts for Connection Manager
-Group: Development/Tools
+Group: Development/Testing
Requires: %{name} = %{version}
Requires: dbus-python
Requires: python-gobject
@@ -44,11 +43,10 @@ Header files and development files for connman.
%prep
%setup -q
-%patch0 -p1
+cp %{SOURCE1001} .
%build
-cp %{SOURCE1001} .
./bootstrap
%configure \
--enable-threads \