- removed base requirement from libs

This commit is contained in:
Harald Hoyer 2005-03-31 08:45:17 +00:00
parent 758a42bc25
commit 276f8ed985

View File

@ -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 <harald@redhat.com> - 0.5.1-12
- removed base requirement from libs
* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 0.5.1-11
- devel req glib2-devel libbtctl-devel for pkgconfig (#152488)