]> git.pld-linux.org Git - packages/eom.git/blame - eom.spec
up to 1.14.1
[packages/eom.git] / eom.spec
CommitLineData
4809533a
JB
1#
2# Conditional build:
3%bcond_without apidocs # disable API documentation
96e48035 4%bcond_with gtk3 # use GTK+ 3.x instead of 2.x
76ff73c7 5
4809533a
JB
6Summary: The Eye of MATE image viewer
7Summary(pl.UTF-8): Oko MATE - przeglądarka obrazków
8Summary(pt_BR.UTF-8): Visualizador de imagem Eye of MATE
486ce032 9Name: eom
01e13c4c 10Version: 1.14.1
6c503448 11Release: 1
4809533a
JB
12License: GPL v2+
13Group: X11/Applications/Graphics
40c418d8 14Source0: http://pub.mate-desktop.org/releases/1.14/%{name}-%{version}.tar.xz
01e13c4c 15# Source0-md5: 2f812879081f1392e97dade169daa5ad
4809533a
JB
16Patch0: %{name}-codegen.patch
17URL: http://mate-desktop.org/
18BuildRequires: autoconf >= 2.59
19BuildRequires: automake >= 1:1.9
20BuildRequires: dbus-glib-devel >= 0.71
21BuildRequires: docbook-dtd412-xml
22BuildRequires: exempi-devel >= 1.99.5
40c418d8 23BuildRequires: gdk-pixbuf2-devel >= 2.30.0
be22d432 24BuildRequires: gettext-tools >= 0.10.40
bb49e1ec 25BuildRequires: glib2-devel >= 1:2.36.0
6c503448 26BuildRequires: gobject-introspection-devel >= 0.9.3
96e48035
JB
27%{!?with_gtk3:BuildRequires: gtk+2-devel >= 2:2.18.0}
28%{?with_gtk3:BuildRequires: gtk+3-devel >= 3.0.0}
4809533a 29%{?with_apidocs:BuildRequires: gtk-doc >= 1.9}
bfbe7f73 30BuildRequires: intltool >= 0.50.1
96e48035 31BuildRequires: lcms2-devel >= 2
4809533a
JB
32BuildRequires: libexif-devel >= 1:0.6.14
33BuildRequires: libjpeg-devel
6c503448 34BuildRequires: librsvg-devel >= 2.36.2
4809533a
JB
35BuildRequires: libtool >= 1:1.4.3
36BuildRequires: libxml2-devel >= 2.0
37BuildRequires: mate-common
6c503448 38BuildRequires: mate-desktop-devel >= 1.9.1
4809533a 39BuildRequires: pkgconfig >= 1:0.9.0
96e48035 40BuildRequires: python-devel >= 1:2.3
4809533a
JB
41BuildRequires: python-pygobject-devel >= 2.16.0
42BuildRequires: python-pygtk-devel >= 2:2.14.0
43BuildRequires: rpmbuild(find_lang) >= 1.36
44BuildRequires: rpmbuild(macros) >= 1.311
4809533a
JB
45BuildRequires: shared-mime-info >= 0.20
46BuildRequires: tar >= 1:1.22
47BuildRequires: xorg-lib-libX11-devel
48BuildRequires: xz
486ce032 49BuildRequires: yelp-tools
4809533a
JB
50BuildRequires: zlib-devel
51Requires(post,postun): desktop-file-utils
bb49e1ec 52Requires(post,postun): glib2 >= 1:2.36.0
4809533a
JB
53Requires(post,postun): gtk-update-icon-cache
54Requires(post,postun): hicolor-icon-theme
4809533a
JB
55Requires: dbus-glib >= 0.71
56Requires: exempi >= 1.99.5
bb49e1ec 57Requires: glib2 >= 1:2.36.0
96e48035
JB
58%{!?with_gtk3:Requires: gtk+2 >= 2:2.18.0}
59%{?with_gtk3:Requires: gtk+3 >= 3.0.0}
4809533a 60Requires: libexif >= 1:0.6.14
6c503448
JB
61Requires: librsvg >= 2.36.2
62Requires: mate-desktop-libs >= 1.9.1
4809533a 63Requires: shared-mime-info >= 0.20
486ce032 64Obsoletes: mate-image-viewer
4809533a
JB
65BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
66
67%description
68Eye of MATE is a tool for viewing/cataloging images. It's a fork of
69Eye of GNOME.
70
71%description -l pl.UTF-8
72Eye of MATE (Oko MATE) jest narzędziem do oglądania i katalogowania
73obrazków. Jest to odgałęzienie programu Eye of GNOME.
74
75%description -l pt_BR.UTF-8
76Aplicativo para visualizar imagens chamado Eye of MATE.
77
78%package devel
79Summary: Header files for Eye of MATE plugins
80Summary(pl.UTF-8): Pliki nagłówkowe dla wtyczek Eye of MATE
81Group: X11/Development/Libraries
82# doesn't require base
bb49e1ec 83Requires: glib2-devel >= 1:2.36.0
6c503448
JB
84%{!?with_gtk3:Requires: gtk+2-devel >= 2:2.18.0}
85%{?with_gtk3:Requires: gtk+3-devel >= 3.0.0}
486ce032 86Obsoletes: mate-image-viewer-devel
4809533a
JB
87
88%description devel
89Header files for Eye of MATE plugins.
90
91%description devel -l pl.UTF-8
92Pliki nagłówkowe dla wtyczek Eye of MATE.
93
94%package apidocs
95Summary: Eye of MATE API documentation
96Summary(pl.UTF-8): Dokumentacja API Eye of MATE
97Group: Documentation
98Requires: gtk-doc-common
486ce032 99Obsoletes: mate-image-viewer-apidocs
76ff73c7
ER
100%if "%{_rpmversion}" >= "5"
101BuildArch: noarch
102%endif
4809533a
JB
103
104%description apidocs
105Eye of MATE API documentation.
106
107%description apidocs -l pl.UTF-8
108Dokumentacja API Eye of MATE.
109
110%prep
111%setup -q
112%patch0 -p1
113
114%build
4809533a
JB
115%{?with_apidocs:%{__gtkdocize}}
116%{__intltoolize}
117%{__libtoolize}
118%{__aclocal}
119%{__automake}
120%{__autoheader}
121%{__autoconf}
122%configure \
123 --enable-gtk-doc%{!?with_apidocs:=no} \
4809533a 124 --disable-silent-rules \
96e48035 125 %{?with_gtk:--with-gtk=3.0} \
4809533a
JB
126 --with-html-dir=%{_gtkdocdir}
127%{__make}
128
129%install
130rm -rf $RPM_BUILD_ROOT
131
132%{__make} install \
133 DESTDIR=$RPM_BUILD_ROOT
134
135%{__rm} $RPM_BUILD_ROOT%{_libdir}/eom/plugins/*.la
136
40c418d8 137%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/jv
4809533a 138
96e48035 139%find_lang eom --with-mate
4809533a
JB
140
141%clean
142rm -rf $RPM_BUILD_ROOT
143
144%post
145%glib_compile_schemas
4809533a
JB
146%update_desktop_database_post
147%update_icon_cache hicolor
148
149%postun
150%glib_compile_schemas
4809533a
JB
151%update_desktop_database_postun
152%update_icon_cache hicolor
153
154%files -f eom.lang
155%defattr(644,root,root,755)
40c418d8 156%doc AUTHORS ChangeLog NEWS README
4809533a 157%attr(755,root,root) %{_bindir}/eom
6c503448 158%{_libdir}/girepository-1.0/Eom-1.0.typelib
4809533a
JB
159%dir %{_libdir}/eom
160%dir %{_libdir}/eom/plugins
161%attr(755,root,root) %{_libdir}/eom/plugins/libfullscreen.so
162%{_libdir}/eom/plugins/fullscreen.eom-plugin
163%attr(755,root,root) %{_libdir}/eom/plugins/libreload.so
164%{_libdir}/eom/plugins/reload.eom-plugin
165%attr(755,root,root) %{_libdir}/eom/plugins/libstatusbar-date.so
166%{_libdir}/eom/plugins/statusbar-date.eom-plugin
6c503448
JB
167%{_datadir}/appdata/eom.appdata.xml
168%{_datadir}/glib-2.0/schemas/org.mate.eom.enums.xml
4809533a 169%{_datadir}/glib-2.0/schemas/org.mate.eom.gschema.xml
486ce032 170%{_datadir}/eom
4809533a
JB
171%{_desktopdir}/eom.desktop
172%{_iconsdir}/hicolor/*/apps/eom.*
173%{_mandir}/man1/eom.1*
174
175%files devel
176%defattr(644,root,root,755)
177%{_includedir}/eom-2.20
6c503448 178%{_datadir}/gir-1.0/Eom-1.0.gir
4809533a
JB
179%{_pkgconfigdir}/eom.pc
180
181%if %{with apidocs}
182%files apidocs
183%defattr(644,root,root,755)
184%{_gtkdocdir}/eom
185%endif
This page took 0.093329 seconds and 4 git commands to generate.