- Fix a few rpmlint warnings
This commit is contained in:
parent
47c179ad9f
commit
55a365a16f
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 2.29.3
|
Version: 2.29.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Bluetooth graphical utilities
|
Summary: Bluetooth graphical utilities
|
||||||
|
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
@ -63,8 +63,8 @@ Group: Development/Libraries
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: gtk-doc pkgconfig
|
Requires: gtk-doc pkgconfig
|
||||||
Obsoletes: gnome-bluetooth-devel
|
Obsoletes: gnome-bluetooth-devel < 2.27.1-4
|
||||||
Provides: gnome-bluetooth-devel
|
Provides: gnome-bluetooth-devel = %{version}
|
||||||
|
|
||||||
%description libs-devel
|
%description libs-devel
|
||||||
This package contains the libraries amd header files that are needed
|
This package contains the libraries amd header files that are needed
|
||||||
@ -129,6 +129,9 @@ for f in $helpdir/C/figures/*.png; do
|
|||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
scrollkeeper-update -q
|
scrollkeeper-update -q
|
||||||
update-desktop-database -q
|
update-desktop-database -q
|
||||||
@ -224,6 +227,9 @@ fi
|
|||||||
%{_bindir}/bluetooth-panel
|
%{_bindir}/bluetooth-panel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2010 Bastien Nocera <bnocera@redhat.com> 2.29.3-4
|
||||||
|
- Fix a few rpmlint warnings
|
||||||
|
|
||||||
* Tue Dec 15 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
|
* Tue Dec 15 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
|
||||||
- Enable introspection
|
- Enable introspection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user