diff --git a/eom.changes b/eom.changes index 78a51cf..4fff88f 100644 --- a/eom.changes +++ b/eom.changes @@ -4,6 +4,7 @@ Mon Dec 7 15:13:31 UTC 2015 - sor.alexei@meowr.ru - Update to 1.12.1: * Fix shortcuts for several menu items in en_US locale. * Some more fixes and cleanups. +- Enable GObject Introspection. ------------------------------------------------------------------- Thu Nov 5 20:43:01 UTC 2015 - sor.alexei@meowr.ru diff --git a/eom.spec b/eom.spec index 2b55561..fb5fd65 100644 --- a/eom.spec +++ b/eom.spec @@ -16,6 +16,7 @@ # +%define typelib typelib-1_0-Eom-1_0 %define _version 1.12 Name: eom Version: 1.12.1 @@ -73,6 +74,16 @@ which uses the gdk-pixbuf library. It can deal with large images, and zoom and scroll with constant memory usage. Its goals are simplicity and standards compliance. +%package -n %{typelib} +Summary: MATE Desktop graphics viewer typelib +Group: SSystem/Libraries + +%description -n %{typelib} +The Eye of MATE is a simple graphics viewer for the MATE Desktop +which uses the gdk-pixbuf library. It can deal with large images, +and zoom and scroll with constant memory usage. Its goals are +simplicity and standards compliance. + %prep %setup -q @@ -116,13 +127,18 @@ fi %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_mandir}/man?/%{name}.?%{?ext_man} +%files lang -f %{name}.lang +%defattr(-,root,root) + %files devel %defattr(-,root,root) %{_includedir}/%{name}-2.20/ %{_libdir}/pkgconfig/%{name}.pc +%{_datadir}/gir-1.0/Eom-1.0.gir %{_datadir}/gtk-doc/html/%{name}/ -%files lang -f %{name}.lang +%files -n %{typelib} %defattr(-,root,root) +%{_libdir}/girepository-1.0/Eom-1.0.typelib %changelog