From 276f8ed985b7bf71fa6bd6a7ca4a443e2bfbd07e Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 31 Mar 2005 08:45:17 +0000 Subject: [PATCH] - removed base requirement from libs --- gnome-bluetooth.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index a25dd8c..24c8135 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth Version: 0.5.1 -Release: 11 +Release: 12 License: GPL Group: System Environment/Libraries URL: http://usefulinc.com/software/gnome-bluetooth @@ -32,7 +32,6 @@ and save them in your home directory. %package libs Summary: Libraries for applications, which use gnome-bluetooth Group: Development/Libraries -Requires: %{name} = 0:%{version}-%{release} %description libs This package contains the libraries for applications, which use gnome-bluetooth. @@ -78,9 +77,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig +%post libs -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig %files -f %{name}.lang %defattr(-, root, root) @@ -110,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 31 2005 Harald Hoyer - 0.5.1-12 +- removed base requirement from libs + * Tue Mar 29 2005 Warren Togami - 0.5.1-11 - devel req glib2-devel libbtctl-devel for pkgconfig (#152488)