- 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 Summary: GNOME Bluetooth Subsystem
Name: gnome-bluetooth Name: gnome-bluetooth
Version: 0.5.1 Version: 0.5.1
Release: 11 Release: 12
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
@ -32,7 +32,6 @@ and save them in your home directory.
%package libs %package libs
Summary: Libraries for applications, which use gnome-bluetooth Summary: Libraries for applications, which use gnome-bluetooth
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = 0:%{version}-%{release}
%description libs %description libs
This package contains the libraries for applications, which use gnome-bluetooth. 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 %clean
rm -rf $RPM_BUILD_ROOT 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 %files -f %{name}.lang
%defattr(-, root, root) %defattr(-, root, root)
@ -110,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 0.5.1-11
- devel req glib2-devel libbtctl-devel for pkgconfig (#152488) - devel req glib2-devel libbtctl-devel for pkgconfig (#152488)