Co-own gir directories
... instead of having a hard dep on gobject-introspection, as is common practice these days.
This commit is contained in:
parent
3f7bb6f393
commit
c8ba82df2f
@ -46,7 +46,6 @@ monitor and use Bluetooth devices.
|
||||
%package libs
|
||||
Summary: GTK+ Bluetooth device selection widgets
|
||||
License: LGPLv2+
|
||||
Requires: gobject-introspection
|
||||
|
||||
%if 0%{?fedora}
|
||||
# From rhughes-f20-gnome-3-12 copr
|
||||
@ -62,7 +61,6 @@ Summary: Development files for %{name}-libs
|
||||
License: LGPLv2+
|
||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: gobject-introspection-devel
|
||||
Obsoletes: gnome-bluetooth-devel < 2.27.1-4
|
||||
Provides: gnome-bluetooth-devel = %{version}
|
||||
|
||||
@ -122,6 +120,7 @@ fi
|
||||
%files -f gnome-bluetooth2.lang libs
|
||||
%license COPYING.LIB
|
||||
%{_libdir}/libgnome-bluetooth.so.*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
%{_datadir}/icons/hicolor/*/status/*
|
||||
@ -130,6 +129,7 @@ fi
|
||||
%{_includedir}/gnome-bluetooth/
|
||||
%{_libdir}/libgnome-bluetooth.so
|
||||
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
|
||||
%{_datadir}/gtk-doc
|
||||
|
||||
@ -137,6 +137,7 @@ fi
|
||||
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1:3.20.0-2
|
||||
- Update project URLs
|
||||
- Don't set group tags
|
||||
- Co-own gir directories
|
||||
|
||||
* Tue May 24 2016 Bastien Nocera <bnocera@redhat.com> - 3.20.0-1
|
||||
- Update to 3.20.0
|
||||
|
Loading…
Reference in New Issue
Block a user