This commit is contained in:
parent
def88a661e
commit
b400bf631f
@ -4,6 +4,7 @@ Mon Dec 7 15:13:31 UTC 2015 - sor.alexei@meowr.ru
|
|||||||
- Update to 1.12.1:
|
- Update to 1.12.1:
|
||||||
* Fix shortcuts for several menu items in en_US locale.
|
* Fix shortcuts for several menu items in en_US locale.
|
||||||
* Some more fixes and cleanups.
|
* Some more fixes and cleanups.
|
||||||
|
- Enable GObject Introspection.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 5 20:43:01 UTC 2015 - sor.alexei@meowr.ru
|
Thu Nov 5 20:43:01 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
18
eom.spec
18
eom.spec
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define typelib typelib-1_0-Eom-1_0
|
||||||
%define _version 1.12
|
%define _version 1.12
|
||||||
Name: eom
|
Name: eom
|
||||||
Version: 1.12.1
|
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
|
and zoom and scroll with constant memory usage. Its goals are
|
||||||
simplicity and standards compliance.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -116,13 +127,18 @@ fi
|
|||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
%{_mandir}/man?/%{name}.?%{?ext_man}
|
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/%{name}-2.20/
|
%{_includedir}/%{name}-2.20/
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
%{_datadir}/gir-1.0/Eom-1.0.gir
|
||||||
%{_datadir}/gtk-doc/html/%{name}/
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files -n %{typelib}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/girepository-1.0/Eom-1.0.typelib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user