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:
|
||||
* 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
|
||||
|
18
eom.spec
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user