- added requires for python-abi

This commit is contained in:
Harald Hoyer 2004-12-07 16:25:32 +00:00
parent b2e4022d06
commit 42dbaf9d5d

View File

@ -1,7 +1,7 @@
Summary: GNOME Bluetooth Subsystem Summary: GNOME Bluetooth Subsystem
Name: gnome-bluetooth Name: gnome-bluetooth
Version: 0.5.1 Version: 0.5.1
Release: 7 Release: 8
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://usefulinc.com/software/gnome-bluetooth URL: http://usefulinc.com/software/gnome-bluetooth
@ -18,6 +18,8 @@ BuildRequires: gob2 openobex-devel >= 0:1.0.1 perl
BuildRequires: pygtk2-devel BuildRequires: pygtk2-devel
Requires: %{name}-libs = 0:%{version}-%{release} Requires: %{name}-libs = 0:%{version}-%{release}
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
%define pyver %(%{__python} -c "import sys; print sys.version[:3]")
Requires: python-abi = %{pyver}
%description %description
This package contains a Bonobo server to control Bluetooth devices, This package contains a Bonobo server to control Bluetooth devices,
@ -104,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-8
- added requires for python-abi
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-7 * Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-7
- split package into app, libs and devel - split package into app, libs and devel