diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-09-03 16:45:50 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-09-03 16:46:10 -0400 |
commit | 0910bc53d2965584e7305b4f32158fa56af6197f (patch) | |
tree | 71c60a79d6a8c97621043a48c7b9415cb4e8d57d | |
parent | 2e58652f982bd7145706a0b7d5b9320afd6a3d2b (diff) | |
download | dbus-python-tizen_3.0.m14.2_ivi.tar.gz dbus-python-tizen_3.0.m14.2_ivi.tar.bz2 dbus-python-tizen_3.0.m14.2_ivi.zip |
fixed runtime dependenciestizen_3.0.m14.3_ivi_releasetizen_3.0.m14.2_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_genivi/20140131.024350submit/tizen/20130912.075658submit/tizen/20130903.220512ivi_oct_m2accepted/tizen/ivi/genivi/20140131.024617accepted/tizen/20130912.093348accepted/tizen/20130912.085617accepted/tizen/20130912.082950tizen_ivi_genivitizen_3.0.m14.3_ivitizen_3.0.m14.2_ivitizen_3.0.2014.q3_commonaccepted/tizen_genericaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonaccepted/tizen/ivi/stableaccepted/tizen/ivi/genivi
- Do not depend on RPM to get version of dbus
- Fixed package groups
Change-Id: Ie3bf84eef9542a889e251bf7f05c0f9715f3cf67
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r-- | packaging/dbus-python.spec | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/packaging/dbus-python.spec b/packaging/dbus-python.spec index bc53a51..9df22eb 100644 --- a/packaging/dbus-python.spec +++ b/packaging/dbus-python.spec @@ -3,7 +3,7 @@ Version: 1.1.1 Release: 0 Summary: Python bindings for D-Bus License: MIT -Group: Development/Libraries/Python +Group: System/Libraries Url: http://www.freedesktop.org/wiki/Software/DBusBindings/ Source0: http://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz Source1001: dbus-python.manifest @@ -13,18 +13,16 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) Requires: libxml2-python Requires: python-xml -Requires: dbus >= %( echo `rpm -q --queryformat '%{VERSION}' dbus`) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: dbus >= 1.6.10 %description D-Bus python bindings for use with python programs. %package devel Summary: Python bindings for D-Bus -Group: Development/Libraries/Python Requires: dbus-python = %{version} -Requires: dbus >= %( echo `rpm -q --queryformat '%{VERSION}' dbus`) -Requires: dbus-devel >= %( echo `rpm -q --queryformat '%{VERSION}' dbus-devel`) +Requires: dbus >= 1.6.10 +Requires: dbus-devel >= 1.6.10 %description devel Developer files for Python bindings for D-Bus. @@ -39,9 +37,7 @@ export CFLAGS="%{optflags} -fstack-protector -fno-strict-aliasing -fPIC" make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install - -# Install additional docs +%make_install %remove_docs |