From f4b4a04b69401dc70b3aa0c997fe6eae024da946 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Wed, 30 May 2012 20:48:06 +0800 Subject: [PATCH] cleanup specfile for packaging --- packaging/connman-qt.changes | 3 +++ packaging/connman-qt.spec | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packaging/connman-qt.changes b/packaging/connman-qt.changes index 1567dd9..23ffe7b 100644 --- a/packaging/connman-qt.changes +++ b/packaging/connman-qt.changes @@ -1,2 +1,5 @@ +* Wed May 30 - Zhang Qiang - 0.1.4 +- Clean up spec file for packaging + * Fri May 04 2012 Lin Yang - test release infrastructure diff --git a/packaging/connman-qt.spec b/packaging/connman-qt.spec index 41ed29b..c175a4e 100644 --- a/packaging/connman-qt.spec +++ b/packaging/connman-qt.spec @@ -1,4 +1,4 @@ -%define buildwayland 0 +%define buildwayland 1 %if %{buildwayland} %define backend -wayland %else @@ -12,7 +12,7 @@ Release: 1 Group: System/GUI/Other License: Apache License URL: http://www.meego.com -Source0: connman-qt-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Requires: connman-qt%{backend}-declarative Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -61,7 +61,7 @@ applications using libconnman-qt %prep -%setup -q -n connman-qt-%{version} +%setup -q -n %{name}-%{version} # >> setup # << setup -- 2.7.4