]> git.pld-linux.org Git - packages/efl.git/blob - efl.spec
- typos
[packages/efl.git] / efl.spec
1 # TODO:
2 # - Xpresent
3 # - use system liblinebreak?
4 # - eio-devel conflicts with libeio-devel
5 #       file /usr/lib64/libeio.so from install of eio-devel-0.1.0.65643-1.x86_64 conflicts with file from package libeio-devel-1.0-1.x86_64
6 #
7 # Conditional build:
8 %bcond_without  drm             # DRM engine
9 %bcond_without  egl             # EGL rendering support
10 %bcond_without  fb              # Linux FrameBuffer support
11 %bcond_without  gstreamer       # GStreamer support
12 %bcond_with     gesture         # Xgesture support in Ecore_X
13 %bcond_without  harfbuzz        # HarfBuzz complex text shaping and layouting support
14 %bcond_without  ibus            # IBus input module
15 %bcond_without  luajit          # LuaJIT as Lua engine (Lua 5.1 interpreter if disabled)
16 %bcond_with     pixman          # pixman for software rendering
17 %bcond_without  scim            # SCIM input module
18 %bcond_without  sdl             # SDL support
19 %bcond_with     systemd         # systemd journal support in Eina, daemon support in Ecore
20 %bcond_with     wayland         # Wayland display server support
21 %bcond_with     wayland_egl     # Wayland display server support [only with GLES instead of GL]
22 %bcond_with     xcb             # use XCB API instead of Xlib
23 %bcond_without  xine            # Xine support
24 %bcond_with     gnutls          # use GnuTLS as crypto library (default is OpenSSL)
25 %bcond_without  static_libs     # static libraries build
26 #
27 Summary:        EFL - The Enlightenment Foundation Libraries
28 Summary(pl.UTF-8):      EFL (Enlightenment Foundation Libraries) - biblioteki tworzące Enlightment
29 Name:           efl
30 Version:        1.10.1
31 Release:        1
32 License:        LGPL v2.1+, BSD (depends on component)
33 Group:          Libraries
34 Source0:        http://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.bz2
35 # Source0-md5:  eadc55e41602b3b34d6b9b0e0b12826a
36 Patch0:         %{name}-pc.patch
37 Patch1:         %{name}-wayland.patch
38 Patch2:         %{name}-am.patch
39 Patch3:         %{name}-gif.patch
40 URL:            https://trac.enlightenment.org/e/wiki/EFL
41 %{?with_egl:BuildRequires:      EGL-devel}
42 BuildRequires:  OpenGL-GLX-devel
43 %{?with_sdl:BuildRequires:      SDL-devel >= 1.2.0}
44 BuildRequires:  autoconf >= 2.60
45 BuildRequires:  automake >= 1.6
46 BuildRequires:  avahi-devel
47 BuildRequires:  bullet-devel >= 2.80
48 BuildRequires:  dbus-devel
49 BuildRequires:  doxygen
50 BuildRequires:  fontconfig-devel >= 2.5.0
51 BuildRequires:  freetype-devel >= 1:2.2
52 BuildRequires:  fribidi-devel >= 0.19.2
53 BuildRequires:  gettext-devel >= 0.17
54 BuildRequires:  giflib-devel
55 BuildRequires:  glib2-devel >= 2.0
56 %{?with_gnutls:BuildRequires:   gnutls-devel >= 2.12.16}
57 %if %{with gstreamer}
58 BuildRequires:  gstreamer-devel >= 1.0
59 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
60 %endif
61 %{?with_harfbuzz:BuildRequires: harfbuzz-devel >= 0.9.0}
62 %{?with_ibus:BuildRequires:     ibus-devel >= 1.4}
63 %{?with_drm:BuildRequires:      libdrm-devel >= 2.4}
64 %{?with_gnutls:BuildRequires:   libgcrypt-devel >= 1.2.0}
65 BuildRequires:  libjpeg-devel
66 BuildRequires:  libmount-devel >= 2.18.0
67 BuildRequires:  libpng-devel >= 1.2.10
68 BuildRequires:  libsndfile-devel
69 BuildRequires:  libstdc++-devel
70 BuildRequires:  libtiff-devel
71 BuildRequires:  libwebp-devel
72 %{!?with_luajit:BuildRequires:  lua51 >= 5.1.0}
73 %{?with_luajit:BuildRequires:   luajit >= 2.0.0}
74 BuildRequires:  libtool >= 2:2
75 BuildRequires:  openjpeg2-devel >= 2
76 %{!?with_gnutls:BuildRequires:  openssl-devel}
77 %if %{with pixman} || %{with xcb}
78 BuildRequires:  pixman-devel
79 %endif
80 BuildRequires:  pkgconfig >= 1:0.22
81 BuildRequires:  pulseaudio-devel
82 %{?with_scim:BuildRequires:     scim-devel}
83 %{?with_systemd:BuildRequires:  systemd-devel >= 1:192}
84 BuildRequires:  tslib-devel
85 BuildRequires:  udev-devel >= 1:148
86 %{?with_xine:BuildRequires:     xine-lib-devel >= 2:1.1.1}
87 %{?with_gesture:BuildRequires:  xorg-lib-libXgesture-devel}
88 %if %{with drm} || %{with wayland}
89 BuildRequires:  xorg-lib-libxkbcommon-devel >= 0.3.0
90 %endif
91 BuildRequires:  zlib-devel >= 1.2.3
92 %if %{with xcb}
93 BuildRequires:  libxcb-devel
94 BuildRequires:  xcb-util-devel >= 0.3.8
95 BuildRequires:  xcb-util-image-devel >= 0.2.1
96 BuildRequires:  xcb-util-keysyms-devel >= 0.3.8
97 BuildRequires:  xcb-util-wm-devel >= 0.3.8
98 %else
99 BuildRequires:  xorg-lib-libX11-devel
100 BuildRequires:  xorg-lib-libXScrnSaver-devel
101 BuildRequires:  xorg-lib-libXcomposite-devel
102 BuildRequires:  xorg-lib-libXcursor-devel
103 BuildRequires:  xorg-lib-libXdamage-devel
104 BuildRequires:  xorg-lib-libXext-devel
105 BuildRequires:  xorg-lib-libXfixes-devel
106 BuildRequires:  xorg-lib-libXi-devel >= 1.6
107 BuildRequires:  xorg-lib-libXinerama-devel
108 BuildRequires:  xorg-lib-libXp-devel
109 BuildRequires:  xorg-lib-libXrandr-devel >= 1.3.3
110 BuildRequires:  xorg-lib-libXrender-devel
111 BuildRequires:  xorg-lib-libXtst-devel
112 %endif
113 %if %{with wayland}
114 %{?with_wayland_egl:BuildRequires:      Mesa-libEGL-devel >= 7.10}
115 %{?with_wayland_egl:BuildRequires:      Mesa-libwayland-egl-devel >= 9.2.0}
116 BuildRequires:  wayland-devel >= 1.3.0
117 %endif
118 # svg tests - exist in m4, but not called from configure
119 #BuildRequires: esvg-devel >= 0.0.18
120 #BuildRequires: ender-devel >= 0.0.6
121 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
122
123 # it used to be linux-gnu-ARCH before...
124 %define         arch_tag        v-1.10
125
126 %description
127 EFL - The Enlightenment Foundation Libraries.
128
129 %description -l pl.UTF-8
130 EFL (Enlightenment Foundation Libraries) - biblioteki tworzące
131 Enlightment.
132
133 %package -n ecore
134 Summary:        Enlightened Core event abstraction library
135 Summary(pl.UTF-8):      Biblioteka interfejsu abstrakcji zdarzeń Enlightened Core
136 License:        BSD
137 Group:          Libraries
138 URL:            http://trac.enlightenment.org/e/wiki/Ecore
139 Requires:       eina = %{version}-%{release}
140 Requires:       eo = %{version}-%{release}
141 %{?with_systemd:Requires:       systemd-libs >= 1:192}
142 Obsoletes:      ecore-config
143 Obsoletes:      ecore-config-devel
144 Obsoletes:      ecore-config-static
145 Obsoletes:      ecore-directfb
146 Obsoletes:      ecore-directfb-devel
147 Obsoletes:      ecore-directfb-static
148 Obsoletes:      ecore-desktop
149 Obsoletes:      ecore-job
150 Obsoletes:      ecore-libs
151 Obsoletes:      ecore-txt
152
153 %description -n ecore
154 Ecore is the event/X abstraction layer that makes doing selections,
155 Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
156 optimized, and convenient. It's a separate library so anyone can make
157 use of the work put into Ecore to make this job easy for applications.
158
159 %description -n ecore -l pl.UTF-8
160 Ecore to warstwa abstrakcji zdarzeń/X, która powoduje, że dokonywanie
161 zaznaczeń, Xdnd, ogólne operacje X, pętle zdarzeń, obsługa timeoutów i
162 bezczynności są szybkie, zoptymalizowane i wygodne. Jest to wydzielona
163 biblioteka, więc każdy może skorzystać z pracy włożonej w Ecore do
164 ułatwienia swojej pracy przy aplikacjach.
165
166 %package -n ecore-devel
167 Summary:        Header files for Ecore library
168 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ecore
169 License:        BSD
170 Group:          Development/Libraries
171 URL:            http://trac.enlightenment.org/e/wiki/Ecore
172 Requires:       ecore = %{version}-%{release}
173 Requires:       eina-devel = %{version}-%{release}
174 Requires:       eo-devel = %{version}-%{release}
175 Requires:       glib2-devel >= 2.0
176 %{?with_systemd:Requires:       systemd-devel >= 1:192}
177
178 %description -n ecore-devel
179 Header files for Ecore library.
180
181 %description -n ecore-devel -l pl.UTF-8
182 Pliki nagłówkowe biblioteki Ecore.
183
184 %package -n ecore-static
185 Summary:        Static Ecore library
186 Summary(pl.UTF-8):      Statyczna biblioteka Ecore
187 License:        BSD
188 Group:          Development/Libraries
189 URL:            http://trac.enlightenment.org/e/wiki/Ecore
190 Requires:       ecore-devel = %{version}-%{release}
191
192 %description -n ecore-static
193 Static Ecore library.
194
195 %description -n ecore-static -l pl.UTF-8
196 Statyczna biblioteka Ecore.
197
198 %package -n ecore-cxx-devel
199 Summary:        C++ API for Ecore library
200 Summary(pl.UTF-8):      API języka C++ do biblioteki Ecore
201 Group:          Development/Libraries
202 URL:            http://trac.enlightenment.org/e/wiki/Ecore
203 Requires:       ecore-devel = %{version}-%{release}
204 Requires:       eina-cxx-devel = %{version}-%{release}
205 Requires:       eo-cxx-devel = %{version}-%{release}
206
207 %description -n ecore-cxx-devel
208 C++ API for Ecore library.
209
210 %description -n ecore-cxx-devel -l pl.UTF-8
211 API języka C++ do biblioteki Ecore.
212
213 %package -n ecore-system-systemd
214 Summary:        systemd system module for Ecore library
215 Summary(pl.UTF-8):      Moduł systemu systemd dla biblioteki Ecore
216 License:        BSD
217 Group:          Libraries
218 URL:            http://trac.enlightenment.org/e/wiki/Ecore
219 Requires:       ecore = %{version}-%{release}
220 Requires:       eldbus = %{version}-%{release}
221
222 %description -n ecore-system-systemd
223 systemd system module for Ecore library.
224
225 %description -n ecore-system-systemd -l pl.UTF-8
226 Moduł systemu systemd dla biblioteki Ecore.
227
228 %package -n ecore-system-upower
229 Summary:        UPower system module for Ecore library
230 Summary(pl.UTF-8):      Moduł systemu UPower dla biblioteki Ecore
231 License:        BSD
232 Group:          Libraries
233 URL:            http://trac.enlightenment.org/e/wiki/Ecore
234 Requires:       ecore = %{version}-%{release}
235 Requires:       eldbus = %{version}-%{release}
236
237 %description -n ecore-system-upower
238 UPower system module for Ecore library.
239
240 %description -n ecore-system-upower -l pl.UTF-8
241 Moduł systemu UPower dla biblioteki Ecore.
242
243 %package -n ecore-audio
244 Summary:        Ecore Audio library
245 Summary(pl.UTF-8):      Biblioteka dźwięku Ecore Audio
246 License:        BSD
247 Group:          Libraries
248 URL:            http://trac.enlightenment.org/e/wiki/Ecore
249 Requires:       ecore = %{version}-%{release}
250 Requires:       eet = %{version}-%{release}
251
252 %description -n ecore-audio
253 Ecore Audio Library.
254
255 %description -n ecore-audio -l pl.UTF-8
256 Biblioteka dźwięku Ecore Audio.
257
258 %package -n ecore-audio-devel
259 Summary:        Header file for Ecore Audio library
260 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Audio
261 License:        BSD
262 Group:          Development/Libraries
263 URL:            http://trac.enlightenment.org/e/wiki/Ecore
264 Requires:       ecore-audio = %{version}-%{release}
265 Requires:       ecore-devel = %{version}-%{release}
266 Requires:       eet-devel = %{version}-%{release}
267 Requires:       libsndfile-devel
268 Requires:       pulseaudio-devel
269
270 %description -n ecore-audio-devel
271 Header file for Ecore Audio library.
272
273 %description -n ecore-audio-devel -l pl.UTF-8
274 Plik nagłówkowy biblioteki dźwięku Ecore Audio.
275
276 %package -n ecore-audio-static
277 Summary:        Static Ecore Audio library
278 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Audio
279 License:        BSD
280 Group:          Development/Libraries
281 URL:            http://trac.enlightenment.org/e/wiki/Ecore
282 Requires:       ecore-audio-devel = %{version}-%{release}
283
284 %description -n ecore-audio-static
285 Static Ecore Audio library.
286
287 %description -n ecore-audio-static -l pl.UTF-8
288 Statyczna biblioteka dźwięku Ecore Audio.
289
290 %package -n ecore-audio-cxx-devel
291 Summary:        C++ API for Ecore Audio library
292 Summary(pl.UTF-8):      API języka C++ do biblioteki Ecore Audio
293 Group:          Development/Libraries
294 URL:            http://trac.enlightenment.org/e/wiki/Ecore
295 Requires:       ecore-audio-devel = %{version}-%{release}
296 Requires:       eo-cxx-devel = %{version}-%{release}
297
298 %description -n ecore-audio-cxx-devel
299 C++ API for Ecore Audio library.
300
301 %description -n ecore-audio-cxx-devel -l pl.UTF-8
302 API języka C++ do biblioteki Ecore Audio.
303
304 %package -n ecore-avahi
305 Summary:        Ecore Avahi integration library
306 Summary(pl.UTF-8):      Biblioteka integracji Ecore z Avahi
307 License:        unknown
308 Group:          Libraries
309 URL:            http://trac.enlightenment.org/e/wiki/Ecore
310 Requires:       ecore = %{version}-%{release}
311 Requires:       eina = %{version}-%{release}
312 Requires:       eo = %{version}-%{release}
313
314 %description -n ecore-avahi
315 Ecore Avahi integration library.
316
317 %description -n ecore-avahi -l pl.UTF-8
318 Biblioteka integracji Ecore z Avahi.
319
320 %package -n ecore-avahi-devel
321 Summary:        Header file for Ecore Avahi library
322 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Avahi
323 License:        unknown
324 Group:          Development/Libraries
325 URL:            http://trac.enlightenment.org/e/wiki/Ecore
326 Requires:       avahi-devel
327 Requires:       ecore-avahi = %{version}-%{release}
328 Requires:       ecore-devel = %{version}-%{release}
329 Requires:       eina-devel = %{version}-%{release}
330 Requires:       eo-devel = %{version}-%{release}
331
332 %description -n ecore-avahi-devel
333 Header file for Ecore Avahi library.
334
335 %description -n ecore-avahi-devel -l pl.UTF-8
336 Plik nagłówkowy biblioteki dźwięku Ecore Avahi.
337
338 %package -n ecore-avahi-static
339 Summary:        Static Ecore Avahi library
340 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Avahi
341 License:        unknown
342 Group:          Development/Libraries
343 URL:            http://trac.enlightenment.org/e/wiki/Ecore
344 Requires:       ecore-avahi-devel = %{version}-%{release}
345
346 %description -n ecore-avahi-static
347 Static Ecore Avahi library.
348
349 %description -n ecore-avahi-static -l pl.UTF-8
350 Statyczna biblioteka dźwięku Ecore Avahi.
351
352 %package -n ecore-con
353 Summary:        Ecore Con(nection) library
354 Summary(pl.UTF-8):      Biblioteka połączeń Ecore Con
355 License:        BSD
356 Group:          Libraries
357 URL:            http://trac.enlightenment.org/e/wiki/Ecore
358 Requires:       ecore = %{version}-%{release}
359 Requires:       eet = %{version}-%{release}
360 %{?with_gnutls:Requires:        gnutls >= 2.12.16}
361 %{?with_gnutls:Requires:        libgcrypt >= 1.2.0}
362
363 %description -n ecore-con
364 Ecore Con(nection) Library.
365
366 %description -n ecore-con -l pl.UTF-8
367 Biblioteka połączeń Ecore Con.
368
369 %package -n ecore-con-devel
370 Summary:        Header file for Ecore Con library
371 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Con
372 License:        BSD
373 Group:          Development/Libraries
374 URL:            http://trac.enlightenment.org/e/wiki/Ecore
375 Requires:       ecore-con = %{version}-%{release}
376 Requires:       ecore-devel = %{version}-%{release}
377 Requires:       eet-devel = %{version}-%{release}
378 %{?with_gnutls:Requires:        gnutls-devel >= 2.12.16}
379 %{?with_gnutls:Requires:        libgcrypt-devel >= 1.2.0}
380 %{!?with_gnutls:Requires:       openssl-devel}
381
382 %description -n ecore-con-devel
383 Header file for Ecore Con(nection) library.
384
385 %description -n ecore-con-devel -l pl.UTF-8
386 Plik nagłówkowy biblioteki połączeń Ecore Con.
387
388 %package -n ecore-con-static
389 Summary:        Static Ecore Con library
390 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Con
391 License:        BSD
392 Group:          Development/Libraries
393 URL:            http://trac.enlightenment.org/e/wiki/Ecore
394 Requires:       ecore-con-devel = %{version}-%{release}
395
396 %description -n ecore-con-static
397 Static Ecore Con(nection) library.
398
399 %description -n ecore-con-static -l pl.UTF-8
400 Statyczna biblioteka połączeń Ecore Con.
401
402 %package -n ecore-drm
403 Summary:        Ecore DRM library
404 Summary(pl.UTF-8):      Biblioteka Ecore DRM
405 License:        BSD
406 Group:          Libraries
407 URL:            http://trac.enlightenment.org/e/wiki/Ecore
408 Requires:       ecore-input = %{version}-%{release}
409 Requires:       libdrm >= 2.4
410 Requires:       udev-libs >= 1:148
411 Requires:       xorg-lib-libxkbcommon >= 0.3.0
412
413 %description -n ecore-drm
414 Ecore DRM library.
415
416 %description -n ecore-drm -l pl.UTF-8
417 Biblioteka Ecore DRM.
418
419 %package -n ecore-drm-devel
420 Summary:        Header file for Ecore DRM library
421 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore DRM
422 License:        BSD
423 Group:          Development/Libraries
424 URL:            http://trac.enlightenment.org/e/wiki/Ecore
425 Requires:       ecore-drm = %{version}-%{release}
426 Requires:       ecore-input-devel = %{version}-%{release}
427 Requires:       libdrm-devel >= 2.4
428 Requires:       udev-devel >= 1:148
429 Requires:       xorg-lib-libxkbcommon-devel >= 0.3.0
430
431 %description -n ecore-drm-devel
432 Header file for Ecore DRM (frame buffer system functions) library.
433
434 %description -n ecore-drm-devel -l pl.UTF-8
435 Plik nagłówkowy biblioteki Ecore DRM (funkcji systemowych
436 framebuffera).
437
438 %package -n ecore-drm-static
439 Summary:        Static Ecore DRM library
440 Summary(pl.UTF-8):      Statyczna biblioteka Ecore DRM
441 License:        BSD
442 Group:          Development/Libraries
443 URL:            http://trac.enlightenment.org/e/wiki/Ecore
444 Requires:       ecore-drm-devel = %{version}-%{release}
445
446 %description -n ecore-drm-static
447 Static Ecore DRM (frame buffer system functions) library.
448
449 %description -n ecore-drm-static -l pl.UTF-8
450 Statyczna biblioteka Ecore DRM (funkcji systemowych framebuffera).
451
452 %package -n ecore-evas
453 Summary:        Ecore Evas library
454 Summary(pl.UTF-8):      Biblioteka Ecore Evas
455 License:        BSD
456 Group:          Libraries
457 URL:            http://trac.enlightenment.org/e/wiki/Ecore
458 Requires:       ecore = %{version}-%{release}
459 %{?with_drm:Requires:   ecore = %{version}-%{release}}
460 Requires:       ecore-input = %{version}-%{release}
461 Requires:       ecore-input-evas = %{version}-%{release}
462 Requires:       evas = %{version}-%{release}
463
464 %description -n ecore-evas
465 Ecore Evas library.
466
467 %description -n ecore-evas -l pl.UTF-8
468 Biblioteka Ecore Evas.
469
470 %package -n ecore-evas-devel
471 Summary:        Header file for Ecore Evas library
472 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Evas
473 License:        BSD
474 Group:          Development/Libraries
475 URL:            http://trac.enlightenment.org/e/wiki/Ecore
476 Requires:       ecore-devel = %{version}-%{release}
477 %{?with_drm:Requires:   ecore-drm = %{version}-%{release}}
478 Requires:       ecore-evas = %{version}-%{release}
479 Requires:       ecore-input-devel = %{version}-%{release}
480 Requires:       ecore-input-evas-devel = %{version}-%{release}
481 Requires:       evas-devel = %{version}-%{release}
482
483 %description -n ecore-evas-devel
484 Header file for Ecore Evas library.
485
486 %description -n ecore-evas-devel -l pl.UTF-8
487 Plik nagłówkowy biblioteki Ecore Evas.
488
489 %package -n ecore-evas-static
490 Summary:        Static Ecore Evas library
491 Summary(pl.UTF-8):      Biblioteka statyczna Ecore Evas
492 License:        BSD
493 Group:          Development/Libraries
494 URL:            http://trac.enlightenment.org/e/wiki/Ecore
495 Requires:       ecore-evas-devel = %{version}-%{release}
496
497 %description -n ecore-evas-static
498 Static Ecore Evas library.
499
500 %description -n ecore-evas-static -l pl.UTF-8
501 Biblioteka statyczna Ecore Evas.
502
503 %package -n ecore-evas-engine-drm
504 Summary:        DRM engine module for Ecore Evas library
505 Summary(pl.UTF-8):      Moduł silnika DRM dla biblioteki Ecore Evas
506 License:        BSD
507 Group:          Libraries
508 URL:            http://trac.enlightenment.org/e/wiki/Ecore
509 Requires:       ecore-evas = %{version}-%{release}
510 Requires:       evas-engine-drm = %{version}-%{release}
511
512 %description -n ecore-evas-engine-drm
513 DRM engine module for Ecore Evas library.
514
515 %description -n ecore-evas-engine-drm -l pl.UTF-8
516 Moduł silnika DRM dla biblioteki Ecore Evas.
517
518 %package -n ecore-evas-engine-extn
519 Summary:        extn engine module for Ecore Evas library
520 Summary(pl.UTF-8):      Moduł silnika extn dla biblioteki Ecore Evas
521 License:        BSD
522 Group:          Libraries
523 URL:            http://trac.enlightenment.org/e/wiki/Ecore
524 Requires:       ecore-evas = %{version}-%{release}
525 Requires:       ecore-ipc = %{version}-%{release}
526
527 %description -n ecore-evas-engine-extn
528 extn engine module for Ecore Evas library.
529
530 %description -n ecore-evas-engine-extn -l pl.UTF-8
531 Moduł silnika extn dla biblioteki Ecore Evas.
532
533 %package -n ecore-evas-engine-fb
534 Summary:        Framebuffer engine module for Ecore Evas library
535 Summary(pl.UTF-8):      Moduł silnika framebuffer dla biblioteki Ecore Evas
536 License:        BSD
537 Group:          Libraries
538 URL:            http://trac.enlightenment.org/e/wiki/Ecore
539 Requires:       ecore-evas = %{version}-%{release}
540 Requires:       ecore-fb = %{version}-%{release}
541 Requires:       ecore-input-evas = %{version}-%{release}
542 Requires:       evas-engine-fb = %{version}-%{release}
543
544 %description -n ecore-evas-engine-fb
545 Framebuffer engine module for Ecore Evas library.
546
547 %description -n ecore-evas-engine-fb -l pl.UTF-8
548 Moduł silnika framebuffer dla biblioteki Ecore Evas.
549
550 %package -n ecore-evas-engine-sdl
551 Summary:        SDL engine module for Ecore Evas library
552 Summary(pl.UTF-8):      Moduł silnika SDL dla biblioteki Ecore Evas
553 License:        BSD
554 Group:          Libraries
555 URL:            http://trac.enlightenment.org/e/wiki/Ecore
556 Requires:       ecore-evas = %{version}-%{release}
557 Requires:       ecore-input-evas = %{version}-%{release}
558 Requires:       ecore-sdl = %{version}-%{release}
559 Requires:       evas-engine-gl_sdl = %{version}-%{release}
560
561 %description -n ecore-evas-engine-sdl
562 SDL engine module for Ecore Evas library.
563
564 %description -n ecore-evas-engine-sdl -l pl.UTF-8
565 Moduł silnika SDL dla biblioteki Ecore Evas.
566
567 %package -n ecore-evas-engine-wayland
568 Summary:        Wayland engine module for Ecore Evas library
569 Summary(pl.UTF-8):      Moduł silnika Wayland dla biblioteki Ecore Evas
570 License:        BSD
571 Group:          Libraries
572 URL:            http://trac.enlightenment.org/e/wiki/Ecore
573 Requires:       ecore-evas = %{version}-%{release}
574 Requires:       ecore-input-evas = %{version}-%{release}
575 Requires:       ecore-wayland = %{version}-%{release}
576 # ?
577 Requires:       evas-engine-wayland_egl = %{version}-%{release}
578 Requires:       evas-engine-wayland_shm = %{version}-%{release}
579
580 %description -n ecore-evas-engine-wayland
581 Wayland engine module for Ecore Evas library.
582
583 %description -n ecore-evas-engine-wayland -l pl.UTF-8
584 Moduł silnika Wayland dla biblioteki Ecore Evas.
585
586 %package -n ecore-evas-engine-x
587 Summary:        X engine module for Ecore Evas library
588 Summary(pl.UTF-8):      Moduł silnika X dla biblioteki Ecore Evas
589 License:        BSD
590 Group:          Libraries
591 URL:            http://trac.enlightenment.org/e/wiki/Ecore
592 Requires:       ecore-evas = %{version}-%{release}
593 Requires:       ecore-input-evas = %{version}-%{release}
594 Requires:       ecore-x = %{version}-%{release}
595 # ?
596 Requires:       evas-engine-gl_x11 = %{version}-%{release}
597 Requires:       evas-engine-software_x11 = %{version}-%{release}
598
599 %description -n ecore-evas-engine-x
600 X engine module for Ecore Evas library.
601
602 %description -n ecore-evas-engine-x -l pl.UTF-8
603 Moduł silnika X dla biblioteki Ecore Evas.
604
605 %package -n ecore-fb
606 Summary:        Ecore FB (frame buffer system functions) library
607 Summary(pl.UTF-8):      Biblioteka Ecore FB (funkcji systemowych framebuffera)
608 License:        BSD
609 Group:          Libraries
610 URL:            http://trac.enlightenment.org/e/wiki/Ecore
611 Requires:       ecore-input = %{version}-%{release}
612
613 %description -n ecore-fb
614 Ecore FB (frame buffer system functions) library.
615
616 %description -n ecore-fb -l pl.UTF-8
617 Biblioteka Ecore FB (funkcji systemowych framebuffera).
618
619 %package -n ecore-fb-devel
620 Summary:        Header file for Ecore FB library
621 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore FB
622 License:        BSD
623 Group:          Development/Libraries
624 URL:            http://trac.enlightenment.org/e/wiki/Ecore
625 Requires:       ecore-fb = %{version}-%{release}
626 Requires:       ecore-input-devel = %{version}-%{release}
627 Requires:       tslib-devel
628
629 %description -n ecore-fb-devel
630 Header file for Ecore FB (frame buffer system functions) library.
631
632 %description -n ecore-fb-devel -l pl.UTF-8
633 Plik nagłówkowy biblioteki Ecore FB (funkcji systemowych
634 framebuffera).
635
636 %package -n ecore-fb-static
637 Summary:        Static Ecore FB library
638 Summary(pl.UTF-8):      Statyczna biblioteka Ecore FB
639 License:        BSD
640 Group:          Development/Libraries
641 URL:            http://trac.enlightenment.org/e/wiki/Ecore
642 Requires:       ecore-fb-devel = %{version}-%{release}
643
644 %description -n ecore-fb-static
645 Static Ecore FB (frame buffer system functions) library.
646
647 %description -n ecore-fb-static -l pl.UTF-8
648 Statyczna biblioteka Ecore FB (funkcji systemowych framebuffera).
649
650 %package -n ecore-file
651 Summary:        Ecore File library
652 Summary(pl.UTF-8):      Biblioteka Ecore File
653 License:        BSD
654 Group:          Libraries
655 URL:            http://trac.enlightenment.org/e/wiki/Ecore
656 Requires:       ecore-con = %{version}-%{release}
657
658 %description -n ecore-file
659 Ecore File library.
660
661 %description -n ecore-file -l pl.UTF-8
662 Biblioteka Ecore File.
663
664 %package -n ecore-file-devel
665 Summary:        Header file for Ecore File library
666 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore File
667 License:        BSD
668 Group:          Development/Libraries
669 URL:            http://trac.enlightenment.org/e/wiki/Ecore
670 Requires:       ecore-con-devel = %{version}-%{release}
671 Requires:       ecore-file = %{version}-%{release}
672
673 %description -n ecore-file-devel
674 Header file for Ecore File library.
675
676 %description -n ecore-file-devel -l pl.UTF-8
677 Plik nagłówkowy biblioteki Ecore File.
678
679 %package -n ecore-file-static
680 Summary:        Static Ecore File library
681 Summary(pl.UTF-8):      Statyczna biblioteka Ecore File
682 License:        BSD
683 Group:          Development/Libraries
684 URL:            http://trac.enlightenment.org/e/wiki/Ecore
685 Requires:       ecore-file-devel = %{version}-%{release}
686
687 %description -n ecore-file-static
688 Static Ecore File library.
689
690 %description -n ecore-file-static -l pl.UTF-8
691 Statyczna biblioteka Ecore File.
692
693 %package -n ecore-imf
694 Summary:        Ecore IMF library
695 Summary(pl.UTF-8):      Biblioteka Ecore IMF
696 License:        BSD
697 Group:          Libraries
698 URL:            http://trac.enlightenment.org/e/wiki/Ecore
699 Requires:       ecore-input = %{version}-%{release}
700
701 %description -n ecore-imf
702 Ecore IMF library.
703
704 %description -n ecore-imf -l pl.UTF-8
705 Biblioteka Ecore IMF.
706
707 %package -n ecore-imf-devel
708 Summary:        Header file for Ecore IMF library
709 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore IMF
710 License:        BSD
711 Group:          Development/Libraries
712 URL:            http://trac.enlightenment.org/e/wiki/Ecore
713 Requires:       ecore-input-devel = %{version}-%{release}
714 Requires:       ecore-imf = %{version}-%{release}
715
716 %description -n ecore-imf-devel
717 Header file for Ecore IMF library.
718
719 %description -n ecore-imf-devel -l pl.UTF-8
720 Plik nagłówkowy biblioteki Ecore IMF.
721
722 %package -n ecore-imf-static
723 Summary:        Static Ecore IMF library
724 Summary(pl.UTF-8):      Statyczna biblioteka Ecore IMF
725 License:        BSD
726 Group:          Development/Libraries
727 URL:            http://trac.enlightenment.org/e/wiki/Ecore
728 Requires:       ecore-imf-devel = %{version}-%{release}
729
730 %description -n ecore-imf-static
731 Static Ecore IMF library.
732
733 %description -n ecore-imf-static -l pl.UTF-8
734 Statyczna biblioteka Ecore IMF.
735
736 %package -n ecore-imf-module-ibus
737 Summary:        Ecore IMF IBus input method module
738 Summary(pl.UTF-8):      Ecore IMF - moduł metody wprowadzania znaków IBus
739 License:        BSD
740 Group:          Libraries
741 URL:            http://trac.enlightenment.org/e/wiki/Ecore
742 Requires:       ecore-evas = %{version}-%{release}
743 Requires:       ecore-imf = %{version}-%{release}
744 Requires:       ecore-x = %{version}-%{release}
745 Requires:       ibus >= 1.4
746 Obsoletes:      ecore-module-ibus
747
748 %description -n ecore-imf-module-ibus
749 Ecore IMF IBus input method module.
750
751 %description -n ecore-imf-module-ibus -l pl.UTF-8
752 Ecore IMF - moduł metody wprowadzania znaków IBus.
753
754 %package -n ecore-imf-module-scim
755 Summary:        Ecore IMF SCIM input method module
756 Summary(pl.UTF-8):      Ecore IMF - moduł metody wprowadzania znaków SCIM
757 License:        BSD
758 Group:          Libraries
759 URL:            http://trac.enlightenment.org/e/wiki/Ecore
760 Requires:       ecore-evas = %{version}-%{release}
761 Requires:       ecore-imf = %{version}-%{release}
762 Requires:       ecore-x = %{version}-%{release}
763 Requires:       scim
764 Obsoletes:      ecore-module-scim
765
766 %description -n ecore-imf-module-scim
767 Ecore IMF SCIM input method module.
768
769 %description -n ecore-imf-module-scim -l pl.UTF-8
770 Ecore IMF - moduł metody wprowadzania znaków SCIM.
771
772 %package -n ecore-imf-module-wayland
773 Summary:        Ecore IMF Wayland input method module
774 Summary(pl.UTF-8):      Ecore IMF - moduł metody wprowadzania znaków Wayland
775 License:        BSD
776 Group:          Libraries
777 URL:            http://trac.enlightenment.org/e/wiki/Ecore
778 Requires:       ecore-evas = %{version}-%{release}
779 Requires:       ecore-imf = %{version}-%{release}
780 Requires:       ecore-wayland = %{version}-%{release}
781
782 %description -n ecore-imf-module-wayland
783 Ecore IMF Wayland input method module.
784
785 %description -n ecore-imf-module-wayland -l pl.UTF-8
786 Ecore IMF - moduł metody wprowadzania znaków Wayland.
787
788 %package -n ecore-imf-module-xim
789 Summary:        Ecore IMF XIM input method module
790 Summary(pl.UTF-8):      Ecore IMF - moduł metody wprowadzania znaków XIM
791 License:        BSD
792 Group:          Libraries
793 URL:            http://trac.enlightenment.org/e/wiki/Ecore
794 Requires:       ecore-imf = %{version}-%{release}
795 Requires:       ecore-x = %{version}-%{release}
796 Obsoletes:      ecore-module-xim
797
798 %description -n ecore-imf-module-xim
799 Ecore IMF XIM input method module.
800
801 %description -n ecore-imf-module-xim -l pl.UTF-8
802 Ecore IMF - moduł metody wprowadzania znaków XIM.
803
804 %package -n ecore-imf-evas
805 Summary:        Ecore IMF Evas library
806 Summary(pl.UTF-8):      Biblioteka Ecore IMF Evas
807 License:        BSD
808 Group:          Libraries
809 URL:            http://trac.enlightenment.org/e/wiki/Ecore
810 Requires:       ecore-imf = %{version}-%{release}
811 Requires:       evas = %{version}-%{release}
812
813 %description -n ecore-imf-evas
814 Ecore IMF Evas library.
815
816 %description -n ecore-imf-evas -l pl.UTF-8
817 Biblioteka Ecore IMF Evas.
818
819 %package -n ecore-imf-evas-devel
820 Summary:        Header file for Ecore IMF Evas library
821 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore IMF Evas
822 License:        BSD
823 Group:          Development/Libraries
824 URL:            http://trac.enlightenment.org/e/wiki/Ecore
825 Requires:       ecore-imf-devel = %{version}-%{release}
826 Requires:       ecore-imf-evas = %{version}-%{release}
827 Requires:       evas-devel = %{version}-%{release}
828
829 %description -n ecore-imf-evas-devel
830 Header file for Ecore IMF Evas library.
831
832 %description -n ecore-imf-evas-devel -l pl.UTF-8
833 Plik nagłówkowy biblioteki Ecore IMF Evas.
834
835 %package -n ecore-imf-evas-static
836 Summary:        Static Ecore IMF Evas library
837 Summary(pl.UTF-8):      Statyczna biblioteka Ecore IMF Evas
838 License:        BSD
839 Group:          Development/Libraries
840 URL:            http://trac.enlightenment.org/e/wiki/Ecore
841 Requires:       ecore-imf-evas-devel = %{version}-%{release}
842
843 %description -n ecore-imf-evas-static
844 Static Ecore IMF Evas library.
845
846 %description -n ecore-imf-evas-static -l pl.UTF-8
847 Statyczna biblioteka Ecore IMF Evas.
848
849 %package -n ecore-input
850 Summary:        Ecore Input library
851 Summary(pl.UTF-8):      Biblioteka Ecore Input
852 License:        BSD
853 Group:          Libraries
854 URL:            http://trac.enlightenment.org/e/wiki/Ecore
855 Requires:       ecore = %{version}-%{release}
856
857 %description -n ecore-input
858 Ecore Input library.
859
860 %description -n ecore-input -l pl.UTF-8
861 Biblioteka Ecore Input.
862
863 %package -n ecore-input-devel
864 Summary:        Header file for Ecore Input library
865 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Input
866 License:        BSD
867 Group:          Development/Libraries
868 URL:            http://trac.enlightenment.org/e/wiki/Ecore
869 Requires:       ecore-devel = %{version}-%{release}
870 Requires:       ecore-input = %{version}-%{release}
871
872 %description -n ecore-input-devel
873 Header file for Ecore Input library.
874
875 %description -n ecore-input-devel -l pl.UTF-8
876 Plik nagłówkowy biblioteki Ecore Input.
877
878 %package -n ecore-input-static
879 Summary:        Static Ecore Input library
880 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Input
881 License:        BSD
882 Group:          Development/Libraries
883 URL:            http://trac.enlightenment.org/e/wiki/Ecore
884 Requires:       ecore-input-devel = %{version}-%{release}
885
886 %description -n ecore-input-static
887 Static Ecore Input library.
888
889 %description -n ecore-input-static -l pl.UTF-8
890 Statyczna biblioteka Ecore Input.
891
892 %package -n ecore-input-evas
893 Summary:        Ecore Input Evas extension library
894 Summary(pl.UTF-8):      Biblioteka rozszerzenia Ecore Input Evas
895 License:        BSD
896 Group:          Libraries
897 URL:            http://trac.enlightenment.org/e/wiki/Ecore
898 Requires:       ecore-input = %{version}-%{release}
899 Requires:       evas = %{version}-%{release}
900
901 %description -n ecore-input-evas
902 Ecore Input Evas extension library.
903
904 %description -n ecore-input-evas -l pl.UTF-8
905 Biblioteka rozszerzenia Ecore Input Evas.
906
907 %package -n ecore-input-evas-devel
908 Summary:        Header file for Ecore Input Evas extension library
909 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas
910 License:        BSD
911 Group:          Development/Libraries
912 URL:            http://trac.enlightenment.org/e/wiki/Ecore
913 Requires:       ecore-input-devel = %{version}-%{release}
914 Requires:       evas-devel = %{version}-%{release}
915
916 %description -n ecore-input-evas-devel
917 Header file for Ecore Input Evas extension library.
918
919 %description -n ecore-input-evas-devel -l pl.UTF-8
920 Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas.
921
922 %package -n ecore-input-evas-static
923 Summary:        Static Ecore Input Evas extension library
924 Summary(pl.UTF-8):      Statyczna biblioteka rozszerzenia Ecore Input Evas
925 License:        BSD
926 Group:          Development/Libraries
927 URL:            http://trac.enlightenment.org/e/wiki/Ecore
928 Requires:       ecore-input-evas-devel = %{version}-%{release}
929
930 %description -n ecore-input-evas-static
931 Static Ecore Input Evas extension library.
932
933 %description -n ecore-input-evas-static -l pl.UTF-8
934 Statyczna biblioteka rozszerzenia Ecore Input Evas.
935
936 %package -n ecore-ipc
937 Summary:        Ecore IPC (inter-process communication functions) library
938 Summary(pl.UTF-8):      Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej)
939 License:        BSD
940 Group:          Libraries
941 URL:            http://trac.enlightenment.org/e/wiki/Ecore
942 Requires:       ecore-con = %{version}-%{release}
943
944 %description -n ecore-ipc
945 Ecore IPC (inter-process communication functions) library.
946
947 %description -n ecore-ipc -l pl.UTF-8
948 Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
949
950 %package -n ecore-ipc-devel
951 Summary:        Header file for Ecore IPC library
952 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore IPC
953 License:        BSD
954 Group:          Development/Libraries
955 URL:            http://trac.enlightenment.org/e/wiki/Ecore
956 Requires:       ecore-con-devel = %{version}-%{release}
957 Requires:       ecore-ipc = %{version}-%{release}
958
959 %description -n ecore-ipc-devel
960 Header file for Ecore IPC (inter-process communication functions)
961 library.
962
963 %description -n ecore-ipc-devel -l pl.UTF-8
964 Plik nagłówkowy biblioteki Ecore IPC (funkcji komunikacji
965 międzyprocesowej).
966
967 %package -n ecore-ipc-static
968 Summary:        Static Ecore IPC library
969 Summary(pl.UTF-8):      Statyczna biblioteka Ecore IPC
970 License:        BSD
971 Group:          Development/Libraries
972 URL:            http://trac.enlightenment.org/e/wiki/Ecore
973 Requires:       ecore-ipc-devel = %{version}-%{release}
974
975 %description -n ecore-ipc-static
976 Static Ecore IPC (inter-process communication functions) library.
977
978 %description -n ecore-ipc-static -l pl.UTF-8
979 Statyczna biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
980
981 %package -n ecore-sdl
982 Summary:        Ecore SDL library
983 Summary(pl.UTF-8):      Biblioteka Ecore SDL
984 License:        BSD
985 Group:          Libraries
986 URL:            http://trac.enlightenment.org/e/wiki/Ecore
987 Requires:       ecore-input = %{version}-%{release}
988 Requires:       SDL >= 1.2.0
989
990 %description -n ecore-sdl
991 Ecore SDL library.
992
993 %description -n ecore-sdl -l pl.UTF-8
994 Biblioteka Ecore SDL.
995
996 %package -n ecore-sdl-devel
997 Summary:        Header file for Ecore SDL library
998 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore SDL
999 License:        BSD
1000 Group:          Development/Libraries
1001 URL:            http://trac.enlightenment.org/e/wiki/Ecore
1002 Requires:       ecore-input-devel = %{version}-%{release}
1003 Requires:       SDL-devel >= 1.2.0
1004
1005 %description -n ecore-sdl-devel
1006 Header file for Ecore SDL library.
1007
1008 %description -n ecore-sdl-devel -l pl.UTF-8
1009 Plik nagłówkowy biblioteki Ecore SDL.
1010
1011 %package -n ecore-sdl-static
1012 Summary:        Static Ecore SDL library
1013 Summary(pl.UTF-8):      Statyczna biblioteka Ecore SDL
1014 License:        BSD
1015 Group:          Development/Libraries
1016 URL:            http://trac.enlightenment.org/e/wiki/Ecore
1017 Requires:       ecore-sdl-devel = %{version}-%{release}
1018
1019 %description -n ecore-sdl-static
1020 Static Ecore SDL library.
1021
1022 %description -n ecore-sdl-static -l pl.UTF-8
1023 Statyczna biblioteka Ecore SDL.
1024
1025 %package -n ecore-wayland
1026 Summary:        Ecore Wayland library
1027 Summary(pl.UTF-8):      Biblioteka Ecore Wayland
1028 Group:          Libraries
1029 Requires:       ecore = %{version}-%{release}
1030 Requires:       ecore-input = %{version}-%{release}
1031 Requires:       wayland >= 1.3.0
1032 Requires:       xorg-lib-libxkbcommon >= 0.3.0
1033
1034 %description -n ecore-wayland
1035 Ecore Wayland library.
1036
1037 %description -n ecore-wayland -l pl.UTF-8
1038 Biblioteka Ecore Wayland.
1039
1040 %package -n ecore-wayland-devel
1041 Summary:        Header file for Ecore Wayland library
1042 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Wayland
1043 Group:          Development/Libraries
1044 Requires:       ecore-devel = %{version}-%{release}
1045 Requires:       ecore-input-devel = %{version}-%{release}
1046 Requires:       wayland-devel >= 1.3.0
1047 Requires:       xorg-lib-libxkbcommon-devel >= 0.3.0
1048
1049 %description -n ecore-wayland-devel
1050 Header file for Ecore Wayland library.
1051
1052 %description -n ecore-wayland-devel -l pl.UTF-8
1053 Plik nagłówkowy biblioteki Ecore Wayland.
1054
1055 %package -n ecore-wayland-static
1056 Summary:        Static Ecore Wayland library
1057 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Wayland
1058 Group:          Development/Libraries
1059 Requires:       ecore-wayland-devel = %{version}-%{release}
1060
1061 %description -n ecore-wayland-static
1062 Static Ecore Wayland library.
1063
1064 %description -n ecore-wayland-static -l pl.UTF-8
1065 Statyczna biblioteka Ecore Wayland.
1066
1067 %package -n ecore-x
1068 Summary:        Ecore X (functions for dealing with the X Window System) library
1069 Summary(pl.UTF-8):      Biblioteka Ecore X (funkcji do obsługi X Window System)
1070 Group:          X11/Libraries
1071 Requires:       ecore = %{version}-%{release}
1072 Requires:       ecore-input = %{version}-%{release}
1073 %if %{with xcb}
1074 Requires:       xcb-util >= 0.3.8
1075 Requires:       xcb-util-image >= 0.2.1
1076 Requires:       xcb-util-keysyms >= 0.3.8
1077 Requires:       xcb-util-wm >= 0.3.8
1078 %else
1079 Requires:       xorg-lib-libXi >= 1.6
1080 Requires:       xorg-lib-libXrandr >= 1.3.3
1081 %endif
1082
1083 %description -n ecore-x
1084 Ecore X (functions for dealing with the X Window System) library.
1085
1086 %description -n ecore-x -l pl.UTF-8
1087 Biblioteka Ecore X (funkcji do obsługi X Window System).
1088
1089 %package -n ecore-x-devel
1090 Summary:        Header files for Ecore X library
1091 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ecore X
1092 Group:          Development/Libraries
1093 Requires:       ecore-devel = %{version}-%{release}
1094 Requires:       ecore-input-devel = %{version}-%{release}
1095 Requires:       ecore-x = %{version}-%{release}
1096 %if %{with xcb}
1097 Requires:       libxcb-devel
1098 Requires:       pixman-devel
1099 Requires:       xcb-util-devel >= 0.3.8
1100 Requires:       xcb-util-image-devel >= 0.2.1
1101 Requires:       xcb-util-keysyms-devel >= 0.3.8
1102 Requires:       xcb-util-wm-devel >= 0.3.8
1103 %else
1104 Requires:       xorg-lib-libX11-devel
1105 Requires:       xorg-lib-libXScrnSaver-devel
1106 Requires:       xorg-lib-libXcomposite-devel
1107 Requires:       xorg-lib-libXcursor-devel
1108 Requires:       xorg-lib-libXdamage-devel
1109 Requires:       xorg-lib-libXext-devel
1110 Requires:       xorg-lib-libXfixes-devel
1111 Requires:       xorg-lib-libXi-devel >= 1.6
1112 Requires:       xorg-lib-libXinerama-devel
1113 Requires:       xorg-lib-libXp-devel
1114 Requires:       xorg-lib-libXrandr-devel >= 1.3.3
1115 Requires:       xorg-lib-libXrender-devel
1116 Requires:       xorg-lib-libXtst-devel
1117 %endif
1118
1119 %description -n ecore-x-devel
1120 Header files for Ecore X (functions for dealing with the X Window
1121 System) library.
1122
1123 %description -n ecore-x-devel -l pl.UTF-8
1124 Pliki nagłówkowe biblioteki Ecore X (funkcji do obsługi X Window
1125 System).
1126
1127 %package -n ecore-x-static
1128 Summary:        Static Ecore X library
1129 Summary(pl.UTF-8):      Statyczna biblioteka Ecore X
1130 Group:          Development/Libraries
1131 Requires:       ecore-x-devel = %{version}-%{release}
1132
1133 %description -n ecore-x-static
1134 Static Ecore X (functions for dealing with the X Window System)
1135 library.
1136
1137 %description -n ecore-x-static -l pl.UTF-8
1138 Statyczna biblioteka Ecore X (funkcji do obsługi X Window System).
1139
1140 %package -n edje
1141 Summary:        Complex Graphical Design/Layout Engine
1142 Summary(pl.UTF-8):      Złożony silnik graficznego projektowania/planowania
1143 License:        BSD (library), GPL v2 (epp)
1144 Group:          Libraries
1145 URL:            http://trac.enlightenment.org/e/wiki/Edje
1146 Requires:       edje-libs = %{version}-%{release}
1147 Requires:       evas-loader-png = %{version}-%{release}
1148
1149 %description -n edje
1150 Edje is a complex graphical design and layout engine. It provides a
1151 mechanism for allowing configuration data to define visual elements in
1152 terms of layout, behavior, and appearance. Edje allows for multiple
1153 collections of layouts in one file, allowing a complete set of images,
1154 animations, and controls to exist as a unified whole.
1155
1156 Edje separates the arrangement, appearance, and behavior logic into
1157 distinct independent entities. This allows visual objects to share
1158 image data and configuration information without requiring them to do
1159 so. This separation and simplistic event driven style of programming
1160 can produce almost any look and feel one could want for basic visual
1161 elements. Anything more complex is likely the domain of an application
1162 or widget set that may use Edje as a convenient way of being able to
1163 configure parts of the display.
1164
1165 %description -n edje -l pl.UTF-8
1166 Edje to złożony silnik graficznego projektowania i planowania.
1167 Dostarcza mechanizm pozwalający na definiowanie elementów graficznych
1168 za pomocą danych konfiguracyjnych poprzez rozmieszczenie, zachowanie i
1169 wygląd. Edje pozwala na wiele kolekcji projektów w jednym pliku,
1170 zezwalając na istnienie pełnego zbioru obrazów, animacji i kontrolek
1171 jako całości.
1172
1173 Edje oddziela rozmieszczenie, wygląd i logikę zachowania na różne,
1174 niezależne elementy. Pozwala to na współdzielenie danych obrazów i
1175 informacji o konfiguracji elementów graficznych bez wymagania tego.
1176 Rozdzielenie to i uproszczony model programowania sterowanego
1177 zdarzeniami może stworzyć prawie dowolny wygląd i zachowanie
1178 podstawowych elementów graficznych. Wszystko bardziej złożone jest
1179 raczej domeną aplikacji lub zbioru widgetów, które mogą używać Edje
1180 jako wygodnego sposobu konfigurowania części ekranu.
1181
1182 %package -n edje-libs
1183 Summary:        Edje library
1184 Summary(pl.UTF-8):      Biblioteka edje
1185 License:        BSD
1186 Group:          Libraries
1187 URL:            http://trac.enlightenment.org/e/wiki/Edje
1188 Requires:       ecore-audio = %{version}-%{release}
1189 Requires:       ecore-evas = %{version}-%{release}
1190 Requires:       ecore-file = %{version}-%{release}
1191 Requires:       ecore-imf-evas = %{version}-%{release}
1192 Requires:       eina = %{version}-%{release}
1193 Requires:       eio = %{version}-%{release}
1194 Requires:       eet = %{version}-%{release}
1195 Requires:       embryo = %{version}-%{release}
1196 Requires:       ephysics = %{version}-%{release}
1197 %{!?with_luajit:Requires:       lua51 >= 5.1.0}
1198 %{?with_luajit:Requires:        luajit >= 2.0.0}
1199
1200 %description -n edje-libs
1201 Edje library.
1202
1203 %description -n edje-libs -l pl.UTF-8
1204 Biblioteka edje.
1205
1206 %package -n edje-devel
1207 Summary:        Edje header files
1208 Summary(pl.UTF-8):      Pliki nagłówkowe Edje
1209 License:        BSD
1210 Group:          Development/Libraries
1211 URL:            http://trac.enlightenment.org/e/wiki/Edje
1212 Requires:       ecore-audio-devel = %{version}-%{release}
1213 Requires:       ecore-evas-devel = %{version}-%{release}
1214 Requires:       ecore-file-devel = %{version}-%{release}
1215 Requires:       ecore-imf-evas-devel = %{version}-%{release}
1216 Requires:       edje-libs = %{version}-%{release}
1217 Requires:       eet-devel = %{version}-%{release}
1218 Requires:       eio-devel = %{version}-%{release}
1219 Requires:       embryo-devel = %{version}-%{release}
1220 Requires:       ephysics-devel = %{version}-%{release}
1221 %{!?with_luajit:Requires:       lua51-devel >= 5.1.0}
1222 %{?with_luajit:Requires:        luajit-devel >= 2.0.0}
1223
1224 %description -n edje-devel
1225 Header files for Edje.
1226
1227 %description -n edje-devel -l pl.UTF-8
1228 Pliki nagłówkowe Edje.
1229
1230 %package -n edje-static
1231 Summary:        Static Edje library
1232 Summary(pl.UTF-8):      Statyczna biblioteka Edje
1233 License:        BSD
1234 Group:          Development/Libraries
1235 URL:            http://trac.enlightenment.org/e/wiki/Edje
1236 Requires:       edje-devel = %{version}-%{release}
1237
1238 %description -n edje-static
1239 Static Edje library.
1240
1241 %description -n edje-static -l pl.UTF-8
1242 Statyczna biblioteka Edje.
1243
1244 %package -n edje-cxx-devel
1245 Summary:        C++ API for Edje library
1246 Summary(pl.UTF-8):      API języka C++ do biblioteki Edje
1247 Group:          Development/Libraries
1248 URL:            http://trac.enlightenment.org/e/wiki/Edje
1249 Requires:       edje-devel = %{version}-%{release}
1250 Requires:       eo-cxx-devel = %{version}-%{release}
1251
1252 %description -n edje-cxx-devel
1253 C++ API for Edje library.
1254
1255 %description -n edje-cxx-devel -l pl.UTF-8
1256 API języka C++ do biblioteki Edje.
1257
1258 %package -n edje-module-emotion
1259 Summary:        Emotion module for Edje library
1260 Summary(pl.UTF-8):      Moduł Emotion dla biblioteki Edje
1261 License:        BSD
1262 Group:          Libraries
1263 URL:            http://trac.enlightenment.org/e/wiki/Emotion
1264 Requires:       edje-libs = %{version}-%{release}
1265 Requires:       emotion = %{version}-%{release}
1266
1267 %description -n edje-module-emotion
1268 Emotion module for Edje library.
1269
1270 %description -n edje-module-emotion -l pl.UTF-8
1271 Moduł Emotion dla biblioteki Edje.
1272
1273 %package -n eet
1274 Summary:        Library for speedy data storage, retrieval, and compression
1275 Summary(pl.UTF-8):      Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
1276 License:        BSD
1277 Group:          Libraries
1278 URL:            http://trac.enlightenment.org/e/wiki/Eet
1279 Requires:       eina = %{version}-%{release}
1280 %{?with_gnutls:Requires:        gnutls >= 2.12.16}
1281 %{?with_gnutls:Requires:        libgcrypt >= 1.2.0}
1282 Requires:       zlib >= 1.2.3
1283
1284 %description -n eet
1285 Eet is a tiny library designed to write an arbitary set of chunks of
1286 data to a file and optionally compress each chunk (very much like a
1287 zip file) and allow fast random-access reading of the file later on.
1288 It does not do zip as a zip itself has more complexity than is needed,
1289 and it was much simpler to implement this once here.
1290
1291 It also can encode and decode data structures in memory, as well as
1292 image data for saving to eet files or sending across the network to
1293 other machines, or just writing to arbitary files on the system. All
1294 data is encoded in a platform independant way and can be written and
1295 read by any architecture.
1296
1297 %description -n eet -l pl.UTF-8
1298 Eet to mała biblioteka zaprojektowana do zapisu dowolnego zbioru
1299 porcji danych do pliku i opcjonalnej kompresji każdej porcji (podobnie
1300 do pliku zip) oraz umożliwienia później szybkiego odczytu pliku ze
1301 swobodnym dostępem. Nie jest to zip, jako że sam zip jest bardziej
1302 złożony niż trzeba, a było dużo prościej zaimplementować to tak, jak
1303 jest.
1304
1305 Biblioteka może także kodować i dekodować struktury danych w pamięci,
1306 a także dane obrazów do zapisu do plików eet lub wysyłania po sieci na
1307 inne maszyny, lub po prostu zapisywania do dowolnych plików w
1308 systemie. Wszystkie dane są kodowane w sposób niezależny od platformy
1309 i mogą być zapisywane i odczytywane na dowolnej architekturze.
1310
1311 %package -n eet-devel
1312 Summary:        Header files for Eet library
1313 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Eet
1314 License:        BSD
1315 Group:          Development/Libraries
1316 URL:            http://trac.enlightenment.org/e/wiki/Eet
1317 Requires:       eet = %{version}-%{release}
1318 Requires:       eina-devel = %{version}-%{release}
1319 %{?with_gnutls:Requires:        gnutls-devel >= 2.12.16}
1320 %{?with_gnutls:Requires:        libgcrypt-devel >= 1.2.0}
1321 %{!?with_gnutls:Requires:       openssl-devel}
1322 Requires:       libjpeg-devel
1323 Requires:       zlib-devel >= 1.2.3
1324
1325 %description -n eet-devel
1326 Header files for Eet library.
1327
1328 %description -n eet-devel -l pl.UTF-8
1329 Pliki nagłówkowe biblioteki Eet.
1330
1331 %package -n eet-static
1332 Summary:        Static Eet library
1333 Summary(pl.UTF-8):      Statyczna biblioteka Eet
1334 License:        BSD
1335 Group:          Development/Libraries
1336 URL:            http://trac.enlightenment.org/e/wiki/Eet
1337 Requires:       eet-devel = %{version}-%{release}
1338
1339 %description -n eet-static
1340 Static Eet library.
1341
1342 %description -n eet-static -l pl.UTF-8
1343 Statyczna biblioteka Eet.
1344
1345 %package -n eet-cxx-devel
1346 Summary:        C++ API for Eet library
1347 Summary(pl.UTF-8):      API języka C++ do biblioteki Eet
1348 Group:          Development/Libraries
1349 URL:            http://trac.enlightenment.org/e/wiki/Eet
1350 Requires:       eet-devel = %{version}-%{release}
1351 Requires:       eina-cxx-devel = %{version}-%{release}
1352 Requires:       eo-cxx-devel = %{version}-%{release}
1353
1354 %description -n eet-cxx-devel
1355 C++ API for Eet library.
1356
1357 %description -n eet-cxx-devel -l pl.UTF-8
1358 API języka C++ do biblioteki Eet.
1359
1360 %package -n eeze
1361 Summary:        Library for manipulating devices through udev
1362 Summary(pl.UTF-8):      Biblioteka do operowania urządzeniami korzystająca z udev
1363 License:        BSD
1364 Group:          Libraries
1365 URL:            http://trac.enlightenment.org/e/wiki/Eeze
1366 Requires:       ecore-file = %{version}-%{release}
1367 Requires:       eet = %{version}-%{release}
1368 Requires:       libmount >= 2.18.0
1369 Requires:       udev-libs >= 1:148
1370 Obsoletes:      enlightenment-utils-eeze
1371
1372 %description -n eeze
1373 Eeze is a library for manipulating devices through udev with a simple
1374 and fast API. It interfaces directly with libudev, avoiding such
1375 middleman daemons as udisks/upower or hal, to immediately gather
1376 device information the instant it becomes known to the system. This
1377 can be used to determine such things as:
1378  - If a CD-ROM has a disk inserted
1379  - The temperature of a cpu core
1380  - The remaining power left in a battery
1381  - The current power consumption of various parts
1382  - Monitor in realtime the status of peripheral devices.
1383   
1384 Each of the above examples can be performed by using only a single
1385 eeze function, as one of the primary focuses of the library is to
1386 reduce the complexity of managing devices.
1387
1388 %description -n eeze -l pl.UTF-8
1389 Eeze to bibliotek do operowania urządzeniami poprzez udev z prostym i
1390 szybkim API. Działa bezpośrednio z libudev, bez pośrednich demonów,
1391 takich jak udisks, upower czy hal, aby zebrać informacje z urządzeń
1392 natychmiast, kiedy staną się znane w systemie. Może to służyć do
1393 określania rzeczy takich jak:
1394  - włożenie płyty CD
1395  - termperatura rdzenia procesora
1396  - pozostała pojemność baterii
1397  - aktualne zużycie energii przez różne elementy
1398  - monitorowanie stanu urządzeń peryferyjnych w czasie rzeczywistym.
1399
1400 Każde z tych zapytań może być wykonane przy użyciu jedynie pojedynczej
1401 funkcji eeze, jako że jedną z głównych idei biblioteki jest
1402 ograniczenie skomplikowania zarządzania urządzeniami.
1403
1404 %package -n eeze-devel
1405 Summary:        Eeze header files
1406 Summary(pl.UTF-8):      Pliki nagłówkowe Eeze
1407 License:        BSD
1408 Group:          Development/Libraries
1409 URL:            http://trac.enlightenment.org/e/wiki/Eeze
1410 Requires:       eeze = %{version}-%{release}
1411 Requires:       ecore-file-devel = %{version}-%{release}
1412 Requires:       libmount-devel >= 2.18.0
1413 Requires:       udev-devel >= 1:148
1414
1415 %description -n eeze-devel
1416 Header files for Eeze.
1417
1418 %description -n eeze-devel -l pl.UTF-8
1419 Pliki nagłówkowe Eeze.
1420
1421 %package -n eeze-static
1422 Summary:        Static Eeze library
1423 Summary(pl.UTF-8):      Statyczna biblioteka Eeze
1424 License:        BSD
1425 Group:          Development/Libraries
1426 URL:            http://trac.enlightenment.org/e/wiki/Eeze
1427 Requires:       eeze-devel = %{version}-%{release}
1428
1429 %description -n eeze-static
1430 Static Eeze library.
1431
1432 %description -n eeze-static -l pl.UTF-8
1433 Statyczna biblioteka Eeze.
1434
1435 %package -n efreet
1436 Summary:        freedesktop.org standards implementation for the EFL
1437 Summary(pl.UTF-8):      Implementacja standardów freedesktop.org dla EFL
1438 License:        BSD
1439 Group:          Libraries
1440 URL:            http://trac.enlightenment.org/e/wiki/Efreet
1441 Requires:       dbus
1442 Requires:       efreet-libs = %{version}-%{release}
1443
1444 %description -n efreet
1445 Efreet is an implementation of the following specifications from
1446 freedesktop.org:
1447  - Base Directory - Locations for system and user specific desktop
1448    configuration files,
1449  - Desktop Entries - The metadata associated with the applications
1450    installed on a system,
1451  - Application Menus - The arrangement of available applications into
1452    a hierarchical menu,
1453  - Icon Themes - A means of associating icons with various objects on
1454    the desktop in a themable fashion.
1455
1456 By following these specifications, Enlightenment 0.17 uses the same
1457 format for describing application launchers, menus and icon themes as
1458 the GNOME, KDE and XFCE Desktop Environments. A system must only
1459 provide a single set of this data for use with any of these desktops.
1460
1461 %description -n efreet -l pl.UTF-8
1462 Efreet to implementacja następujących specyfikacji z freedesktop.org:
1463  - Base Directory - położenie plików konfiguracyjnych środowiska dla
1464    systemu i użytkownika,
1465  - Desktop Entries - metadane związane z aplikacjami zainstalowanymi w
1466    systemie,
1467  - Application Menus - uporządkowanie dostępnych aplikacji w menu
1468    hierarchiczne,
1469  - Icon Themes - sposób wiązania ikon z różnymi obiektami w środowisku
1470    w sposób pozwalający na ustawianie motywów.
1471
1472 %package -n efreet-libs
1473 Summary:        Efreet shared libraries
1474 Summary(pl.UTF-8):      Biblioteki współdzielone Efreet
1475 License:        BSD
1476 Group:          Libraries
1477 URL:            http://trac.enlightenment.org/e/wiki/Efreet
1478 Requires:       ecore-file = %{version}-%{release}
1479 Requires:       eldbus = %{version}-%{release}
1480 Requires:       eet = %{version}-%{release}
1481
1482 %description -n efreet-libs
1483 Efreet shared libraries.
1484
1485 %description -n efreet-libs -l pl.UTF-8
1486 Biblioteki współdzielone Efreet.
1487
1488 %package -n efreet-devel
1489 Summary:        Efreet header files
1490 Summary(pl.UTF-8):      Pliki nagłówkowe Efreet
1491 License:        BSD
1492 Group:          Development/Libraries
1493 URL:            http://trac.enlightenment.org/e/wiki/Efreet
1494 Requires:       ecore-file-devel = %{version}-%{release}
1495 Requires:       eet-devel = %{version}-%{release}
1496 Requires:       efreet-libs = %{version}-%{release}
1497 Requires:       eldbus-devel = %{version}-%{release}
1498
1499 %description -n efreet-devel
1500 Header files for Efreet.
1501
1502 %description -n efreet-devel -l pl.UTF-8
1503 Pliki nagłówkowe Efreet.
1504
1505 %package -n efreet-static
1506 Summary:        Static Efreet library
1507 Summary(pl.UTF-8):      Statyczna biblioteka Efreet
1508 License:        BSD
1509 Group:          Development/Libraries
1510 URL:            http://trac.enlightenment.org/e/wiki/Efreet
1511 Requires:       efreet-devel = %{version}-%{release}
1512
1513 %description -n efreet-static
1514 Static Efreet library.
1515
1516 %description -n efreet-static -l pl.UTF-8
1517 Statyczna biblioteka Efreet.
1518
1519 %package -n eina
1520 Summary:        Data types library (list, hash, etc.)
1521 Summary(pl.UTF-8):      Biblioteka struktur danych (lista, hasz, itp.)
1522 License:        LGPL v2.1+
1523 Group:          Libraries
1524 URL:            http://trac.enlightenment.org/e/wiki/Eina
1525 %{?with_systemd:Requires:       systemd-libs >= 1:192}
1526
1527 %description -n eina
1528 Data types library (list, hash, etc.)
1529
1530 %description -n eina -l pl.UTF-8
1531 Bilblioteka struktur danych (lista, hasz, itp.).
1532
1533 %package -n eina-devel
1534 Summary:        Eina header files
1535 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Eina
1536 License:        LGPL v2.1+
1537 Group:          Development/Libraries
1538 URL:            http://trac.enlightenment.org/e/wiki/Eina
1539 Requires:       eina = %{version}-%{release}
1540 %{?with_systemd:Requires:       systemd-devel >= 1:192}
1541
1542 %description -n eina-devel
1543 Header files for Eina.
1544
1545 %description -n eina-devel -l pl.UTF-8
1546 Pliki nagłówkowe biblioteki Eina.
1547
1548 %package -n eina-static
1549 Summary:        Static Eina library
1550 Summary(pl.UTF-8):      Statyczna biblioteka Eina
1551 License:        LGPL v2.1+
1552 Group:          Development/Libraries
1553 URL:            http://trac.enlightenment.org/e/wiki/Eina
1554 Requires:       eina-devel = %{version}-%{release}
1555
1556 %description -n eina-static
1557 Static Eina library.
1558
1559 %description -n eina-static -l pl.UTF-8
1560 Statyczna biblioteka Eina.
1561
1562 %package -n eina-cxx-devel
1563 Summary:        C++ API for Eina library
1564 Summary(pl.UTF-8):      API języka C++ do biblioteki Eina
1565 Group:          Development/Libraries
1566 URL:            http://trac.enlightenment.org/e/wiki/Eina
1567 Requires:       eina-devel = %{version}-%{release}
1568 Requires:       libstdc++-devel
1569
1570 %description -n eina-cxx-devel
1571 C++ API for Eina library.
1572
1573 %description -n eina-cxx-devel -l pl.UTF-8
1574 API języka C++ do biblioteki Eina.
1575
1576 %package -n eio
1577 Summary:        Enlightenment Input Output Library
1578 Summary(pl.UTF-8):      Enlightenment Input Output - biblioteka wejścia/wyjścia z projektu Enlightenment
1579 License:        LGPL v2.1+
1580 Group:          Libraries
1581 URL:            http://trac.enlightenment.org/e/wiki/Eio
1582 Requires:       ecore = %{version}-%{release}
1583 Requires:       eet = %{version}-%{release}
1584
1585 %description -n eio
1586 This library is intended to provide non blocking I/O by using thread
1587 for all operation that may block. It depends only on eina and ecore
1588 right now. It should integrate all the features/functions of
1589 Ecore_File that could block.
1590
1591 %description -n eio -l pl.UTF-8
1592 Ta biblioteka na za zadanie zapewniać nieblokujące operacje we/wy
1593 poprzez użycie wątków dla wszystkich operacji, które mogę być
1594 blokujące. Na razie wymaga tylko bibliotek eina i ecore. Powinna
1595 zawierać wszystkie funkcje Ecore_File, które mogą być blokujące.
1596
1597 %package -n eio-devel
1598 Summary:        Header files for Eio library
1599 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Eio
1600 Group:          Development/Libraries
1601 Requires:       ecore-devel = %{version}-%{release}
1602 Requires:       eet-devel = %{version}-%{release}
1603 Requires:       eio = %{version}-%{release}
1604 Conflicts:      libeio-devel
1605
1606 %description -n eio-devel
1607 Header files for Eio library.
1608
1609 %description -n eio-devel -l pl.UTF-8
1610 Pliki nagłówkowe biblioteki Eio.
1611
1612 %package -n eio-static
1613 Summary:        Static Eio library
1614 Summary(pl.UTF-8):      Statyczna biblioteka Eio
1615 Group:          Development/Libraries
1616 Requires:       eio-devel = %{version}-%{release}
1617
1618 %description -n eio-static
1619 Static Eio library.
1620
1621 %description -n eio-static -l pl.UTF-8
1622 Statyczna biblioteka Eio.
1623
1624 %package -n eldbus
1625 Summary:        Easy access to D-Bus from EFL applications
1626 Summary(pl.UTF-8):      Łatwy dostęp do usługi D-Bus z aplikacji EFL
1627 License:        LGPL v2.1+
1628 Group:          Libraries
1629 Requires:       ecore = %{version}-%{release}
1630 Requires:       eina = %{version}-%{release}
1631
1632 %description -n eldbus
1633 Eldbus provides easy access to D-Bus from EFL applications.
1634
1635 Eldbus allows connecting to both system and session buses acting as
1636 both client and service roles.
1637
1638 %description -n eldbus -l pl.UTF-8
1639 Eldbus zapewnia łatwy dostęp do usługi D-Bus z aplikacji EFL.
1640
1641 Eldbus pozwala na łączenie się z szyną systemową lub sesyjną, zarówno
1642 w roli klienta, jak i usługi.
1643
1644 %package -n eldbus-devel
1645 Summary:        Header files for eldbus library
1646 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki eldbus
1647 License:        LGPL v2.1+
1648 Group:          Development/Libraries
1649 Requires:       dbus-devel
1650 Requires:       ecore-devel = %{version}-%{release}
1651 Requires:       eina-devel = %{version}-%{release}
1652 Requires:       eldbus = %{version}-%{release}
1653
1654 %description -n eldbus-devel
1655 Header files for eldbus library.
1656
1657 %description -n eldbus-devel -l pl.UTF-8
1658 Pliki nagłówkowe biblioteki eldbus.
1659
1660 %package -n eldbus-static
1661 Summary:        Static eldbus library
1662 Summary(pl.UTF-8):      Statyczna biblioteka eldbus
1663 License:        LGPL v2.1+
1664 Group:          Development/Libraries
1665 Requires:       eldbus-devel = %{version}-%{release}
1666
1667 %description -n eldbus-static
1668 Static eldbus library.
1669
1670 %description -n eldbus-static -l pl.UTF-8
1671 Statyczna biblioteka eldbus.
1672
1673 %package -n embryo
1674 Summary:        Enlightenment Fundation Libraries - Embryo
1675 Summary(pl.UTF-8):      Podstawowe biblioteki Enlightenmenta - Embryo
1676 License:        BSD
1677 Group:          Libraries
1678 URL:            http://trac.enlightenment.org/e/wiki/Embryo
1679 Requires:       eina = %{version}-%{release}
1680
1681 %description -n embryo
1682 Embryo is a tiny library designed as a virtual machine to interpret a
1683 limited set of small compiled programs.
1684
1685 %description -n embryo -l pl.UTF-8
1686 Embryo to mała biblioteka zaprojektowana jako maszyna wirtualna do
1687 interpretowania ograniczonego zbioru małych skompilowanych programów.
1688
1689 %package -n embryo-devel
1690 Summary:        Embryo header files
1691 Summary(pl.UTF-8):      Pliki nagłówkowe Embryo
1692 License:        BSD
1693 Group:          Development/Libraries
1694 URL:            http://trac.enlightenment.org/e/wiki/Embryo
1695 Requires:       eina-devel = %{version}-%{release}
1696 Requires:       embryo = %{version}-%{release}
1697
1698 %description -n embryo-devel
1699 Header files for Embryo.
1700
1701 %description -n embryo-devel -l pl.UTF-8
1702 Pliki nagłówkowe Embryo.
1703
1704 %package -n embryo-static
1705 Summary:        Static Embryo library
1706 Summary(pl.UTF-8):      Statyczna biblioteka Embryo
1707 License:        BSD
1708 Group:          Development/Libraries
1709 URL:            http://trac.enlightenment.org/e/wiki/Embryo
1710 Requires:       embryo-devel = %{version}-%{release}
1711
1712 %description -n embryo-static
1713 Static Embryo library.
1714
1715 %description -n embryo-static -l pl.UTF-8
1716 Statyczna biblioteka Embryo.
1717
1718 %package -n emotion
1719 Summary:        Emotion - EFL media playback library
1720 Summary(pl.UTF-8):      Emotion - biblioteka EFL do odtwarzania multimediów
1721 License:        BSD
1722 Group:          Libraries
1723 URL:            http://trac.enlightenment.org/e/wiki/Emotion
1724 Requires:       ecore = %{version}-%{release}
1725 Requires:       eet = %{version}-%{release}
1726 Requires:       eeze = %{version}-%{release}
1727 Requires:       eio = %{version}-%{release}
1728 Requires:       evas = %{version}-%{release}
1729 # for edje module
1730 Requires:       edje-libs = %{version}-%{release}
1731
1732 %description -n emotion
1733 Emotion is a library to easily integrate media playback into EFL
1734 applications, it will take care of using Ecore's main loop and video
1735 display is done using Evas.
1736
1737 %description -n emotion -l pl.UTF-8
1738 Emotion to biblioteka pozwalająca na łatwą integrację odtwarzania
1739 multimediów w aplikacjach EFL. Współpracuje z główną pętlą Ecore, a do
1740 wyświetlania wykorzystuje bibliotekę Evas.
1741
1742 %package -n emotion-devel
1743 Summary:        Emotion header files
1744 Summary(pl.UTF-8):      Pliki nagłówkowe Emotion
1745 License:        BSD
1746 Group:          Development/Libraries
1747 URL:            http://trac.enlightenment.org/e/wiki/Emotion
1748 Requires:       ecore-devel = %{version}-%{release}
1749 Requires:       eio-devel = %{version}-%{release}
1750 Requires:       eet-devel = %{version}-%{release}
1751 Requires:       eeze-devel = %{version}-%{release}
1752 Requires:       emotion = %{version}-%{release}
1753 Requires:       evas-devel = %{version}-%{release}
1754
1755 %description -n emotion-devel
1756 Header files for Emotion.
1757
1758 %description -n emotion-devel -l pl.UTF-8
1759 Pliki nagłówkowe Emotion.
1760
1761 %package -n emotion-static
1762 Summary:        Static Emotion library
1763 Summary(pl.UTF-8):      Statyczna biblioteka Emotion
1764 License:        BSD
1765 Group:          Development/Libraries
1766 URL:            http://trac.enlightenment.org/e/wiki/Emotion
1767 Requires:       emotion-devel = %{version}-%{release}
1768
1769 %description -n emotion-static
1770 Static Emotion library.
1771
1772 %description -n emotion-static -l pl.UTF-8
1773 Statyczna biblioteka Emotion.
1774
1775 %package -n emotion-decoder-gstreamer
1776 Summary:        Emotion decoder using gstreamer
1777 Summary(pl.UTF-8):      Dekoder Emotion używający gstreamera
1778 License:        BSD
1779 Group:          Libraries
1780 URL:            http://trac.enlightenment.org/e/wiki/Emotion
1781 Requires:       emotion = %{version}-%{release}
1782 Requires:       gstreamer >= 1.0
1783 Requires:       gstreamer-plugins-base >= 1.0
1784
1785 %description -n emotion-decoder-gstreamer
1786 Emotion decoder using gstreamer.
1787
1788 %description -n emotion-decoder-gstreamer -l pl.UTF-8
1789 Dekoder Emotion używający gstreamera.
1790
1791 %package -n emotion-decoder-xine
1792 Summary:        Emotion decoder using xine
1793 Summary(pl.UTF-8):      Dekoder Emotion używający xine
1794 License:        BSD
1795 Group:          Libraries
1796 URL:            http://trac.enlightenment.org/e/wiki/Emotion
1797 Requires:       emotion = %{version}-%{release}
1798 Requires:       xine-lib >= 2:1.1.1
1799
1800 %description -n emotion-decoder-xine
1801 Emotion decoder using xine.
1802
1803 %description -n emotion-decoder-xine -l pl.UTF-8
1804 Dekoder Emotion używający xine.
1805
1806 %package -n eo
1807 Summary:        Object type library
1808 Summary(pl.UTF-8):      Biblioteka typów obiektów
1809 License:        BSD
1810 Group:          Libraries
1811 Requires:       eina = %{version}-%{release}
1812
1813 %description -n eo
1814 Eo is an object type library.
1815
1816 %description -n eo -l pl.UTF-8
1817 Eo to biblioteka typów obiektów.
1818
1819 %package -n eo-devel
1820 Summary:        Header file for Eo library
1821 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Eo
1822 License:        BSD
1823 Group:          Development/Libraries
1824 Requires:       eina-devel = %{version}-%{release}
1825 Requires:       eo = %{version}-%{release}
1826
1827 %description -n eo-devel
1828 Header file for Eo library.
1829
1830 %description -n eo-devel -l pl.UTF-8
1831 Plik nagłówkowy biblioteki Eo.
1832
1833 %package -n eo-static
1834 Summary:        Static Eo library
1835 Summary(pl.UTF-8):      Statyczna biblioteka Eo
1836 License:        BSD
1837 Group:          Development/Libraries
1838 Requires:       eo-devel = %{version}-%{release}
1839
1840 %description -n eo-static
1841 Static Eo library.
1842
1843 %description -n eo-static -l pl.UTF-8
1844 Statyczna biblioteka Eo.
1845
1846 %package -n eo-cxx-devel
1847 Summary:        C++ API for Eo library
1848 Summary(pl.UTF-8):      API języka C++ do biblioteki Eo
1849 Group:          Development/Libraries
1850 Requires:       eina-cxx-devel = %{version}-%{release}
1851 Requires:       eo-devel = %{version}-%{release}
1852
1853 %description -n eo-cxx-devel
1854 C++ API for Eo library.
1855
1856 %description -n eo-cxx-devel -l pl.UTF-8
1857 API języka C++ do biblioteki Eo.
1858
1859 %package -n eo-gdb
1860 Summary:        GDB Python support scripts for Eo types
1861 Summary(pl.UTF-8):      Skrypty Pythona do obsługi typów Eo w GDB
1862 Group:          Development/Debuggers
1863 Requires:       eo = %{version}-%{release}
1864 Requires:       gdb
1865
1866 %description -n eo-gdb
1867 GDB Python support scripts for Eo types.
1868
1869 %description -n eo-gdb -l pl.UTF-8
1870 Skrypty Pythona do obsługi typów Eo w GDB.
1871
1872 %package -n eolian
1873 Summary:        EFL .eo parser and code generator library
1874 Summary(pl.UTF-8):      Biblioteka EFL do analizy .eo i generowania kodu
1875 License:        BSD
1876 Group:          Libraries
1877 Requires:       eina = %{version}-%{release}
1878
1879 %description -n eolian
1880 Eolian is an EFL's .eo parser and code generator.
1881
1882 %description -n eolian -l pl.UTF-8
1883 Eolian to analizator .eo i generator kodu EFL.
1884
1885 %package -n eolian-devel
1886 Summary:        Header files for Eolian library
1887 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Eolian
1888 License:        BSD
1889 Group:          Development/Libraries
1890 Requires:       eina-devel = %{version}-%{release}
1891 Requires:       eolian = %{version}-%{release}
1892
1893 %description -n eolian-devel
1894 Header files for Eolian library.
1895
1896 %description -n eolian-devel -l pl.UTF-8
1897 Pliki nagłówkowe biblioteki Eolian.
1898
1899 %package -n eolian-static
1900 Summary:        Static Eolian library
1901 Summary(pl.UTF-8):      Statyczna biblioteka Eolian
1902 License:        BSD
1903 Group:          Development/Libraries
1904 Requires:       eolian-devel = %{version}-%{release}
1905
1906 %description -n eolian-static
1907 Static Eolian library.
1908
1909 %description -n eolian-static -l pl.UTF-8
1910 Statyczna biblioteka Eolian.
1911
1912 %package -n eolian-cxx-devel
1913 Summary:        C++ API for Eolian library
1914 Summary(pl.UTF-8):      API języka C++ do biblioteki Eolian
1915 Group:          Development/Libraries
1916 Requires:       eo-devel = %{version}-%{release}
1917 Requires:       eolian-devel = %{version}-%{release}
1918 Requires:       libstdc++-devel = %{version}-%{release}
1919
1920 %description -n eolian-cxx-devel
1921 C++ API for Eolian library.
1922
1923 %description -n eolian-cxx-devel -l pl.UTF-8
1924 API języka C++ do biblioteki Eolian.
1925
1926 %package -n ephysics
1927 Summary:        EPhysics - wrapper for physics engine
1928 Summary(pl.UTF-8):      EPhysics - interfejs do silnika fizyki
1929 Group:          Libraries
1930 Requires:       bullet >= 2.80
1931 Requires:       ecore = %{version}-%{release}
1932 Requires:       evas = %{version}-%{release}
1933
1934 %description -n ephysics
1935 EPhysics is a wrapper for physics engine.
1936
1937 %description -n ephysics -l pl.UTF-8
1938 EPhysics to interfejs do silnika fizyki.
1939
1940 %package -n ephysics-devel
1941 Summary:        Header file for EPhysics library
1942 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki EPhysics
1943 Group:          Development/Libraries
1944 Requires:       bullet-devel >= 2.80
1945 Requires:       ecore-devel = %{version}-%{release}
1946 Requires:       ephysics = %{version}-%{release}
1947 Requires:       evas-devel = %{version}-%{release}
1948
1949 %description -n ephysics-devel
1950 Header file for EPhysics library.
1951
1952 %description -n ephysics-devel -l pl.UTF-8
1953 Plik nagłówkowy biblioteki EPhysics.
1954
1955 %package -n ephysics-static
1956 Summary:        Static EPhysics library
1957 Summary(pl.UTF-8):      Statyczna biblioteka EPhysics
1958 Group:          Development/Libraries
1959 Requires:       ephysics-devel = %{version}-%{release}
1960
1961 %description -n ephysics-static
1962 Static EPhysics library.
1963
1964 %description -n ephysics-static -l pl.UTF-8
1965 Statyczna biblioteka EPhysics.
1966
1967 %package -n ethumb
1968 Summary:        Ethumb - thumbnail generation service and utilities
1969 Summary(pl.UTF-8):      Ethumb - usługa i narzędzia generujące miniaturki
1970 License:        LGPL v2.1
1971 Group:          Applications/Graphics
1972 URL:            http://trac.enlightenment.org/e/wiki/Ethumb
1973 Requires:       dbus
1974 Requires:       ethumb-libs = %{version}-%{release}
1975 Obsoletes:      ethumb-plugin-epdf
1976
1977 %description -n ethumb
1978 Ethumb is a thumbnail generation library. Features:
1979 - create thumbnails with a predefined frame (possibly an edje frame);
1980 - have an option to create fdo-like thumbnails;
1981 - have a client/server utility.
1982
1983 %description -n ethumb -l pl.UTF-8
1984 Ethumb to biblioteka do generowania miniaturek. Możliwości:
1985 - tworzenie miniaturek z predefiniowaną ramką (w tym ramką edje);
1986 - opcja tworzenia miniaturek w stylu fdo;
1987 - narzędzia klient-serwer.
1988
1989 %package -n ethumb-libs
1990 Summary:        Ethumb shared libraries
1991 Summary(pl.UTF-8):      Biblioteki współdzielone Ethumb
1992 License:        LGPL v2.1
1993 Group:          Libraries
1994 URL:            http://trac.enlightenment.org/e/wiki/Ethumb
1995 Requires:       ecore-evas = %{version}-%{release}
1996 Requires:       ecore-file = %{version}-%{release}
1997 Requires:       edje-libs = %{version}-%{release}
1998 Requires:       eldbus = %{version}-%{release}
1999
2000 %description -n ethumb-libs
2001 Ethumb shared libraries.
2002
2003 %description -n ethumb-libs -l pl.UTF-8
2004 Biblioteki współdzielone Ethumb.
2005
2006 %package -n ethumb-devel
2007 Summary:        Header files for Ethumb libraries
2008 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotek Ethumb
2009 License:        LGPL v2.1
2010 Group:          Development/Libraries
2011 URL:            http://trac.enlightenment.org/e/wiki/Ethumb
2012 Requires:       ethumb-libs = %{version}-%{release}
2013 Requires:       ecore-evas-devel = %{version}-%{release}
2014 Requires:       ecore-file-devel = %{version}-%{release}
2015 Requires:       edje-devel = %{version}-%{release}
2016 Requires:       eldbus-devel = %{version}-%{release}
2017
2018 %description -n ethumb-devel
2019 Header files for Ethumb libraries.
2020
2021 %description -n ethumb-devel -l pl.UTF-8
2022 Pliki nagłówkowe bibliotek Ethumb.
2023
2024 %package -n ethumb-static
2025 Summary:        Static Ethumb libraries
2026 Summary(pl.UTF-8):      Statyczne biblioteki Ethumb
2027 License:        LGPL v2.1
2028 Group:          Development/Libraries
2029 URL:            http://trac.enlightenment.org/e/wiki/Ethumb
2030 Requires:       ethumb-devel = %{version}-%{release}
2031
2032 %description -n ethumb-static
2033 Static Ethumb libraries.
2034
2035 %description -n ethumb-static -l pl.UTF-8
2036 Statyczne biblioteki Ethumb.
2037
2038 %package -n ethumb-plugin-emotion
2039 Summary:        Emotion plugin for Ethumb library
2040 Summary(pl.UTF-8):      Wtyczka Emotion dla biblioteki Ethumb
2041 License:        LGPL v2.1
2042 Group:          Libraries
2043 URL:            http://trac.enlightenment.org/e/wiki/Ethumb
2044 Requires:       edje-libs = %{version}-%{release}
2045 Requires:       emotion = %{version}-%{release}
2046 Requires:       ethumb-libs = %{version}-%{release}
2047
2048 %description -n ethumb-plugin-emotion
2049 Emotion plugin for Ethumb library. It creates thumbnails from movies
2050 using Emotion library.
2051
2052 %description -n ethumb-plugin-emotion -l pl.UTF-8
2053 Wtyczka Emotion dla biblioteki Ethumb. Potrafi tworzyć miniaturki z
2054 filmów przy użyciu biblioteki Emotion.
2055
2056 %package -n evas
2057 Summary:        Multi-platform Canvas Library
2058 Summary(pl.UTF-8):      Wieloplatformowa biblioteka do rysowania
2059 License:        BSD
2060 Group:          Libraries
2061 URL:            http://trac.enlightenment.org/e/wiki/Evas
2062 Requires:       eet = %{version}-%{release}
2063 Requires:       eo = %{version}-%{release}
2064 Requires:       fontconfig-libs >= 2.5.0
2065 Requires:       freetype >= 1:2.2
2066 Requires:       fribidi >= 0.19.2
2067 Requires:       harfbuzz >= 0.9.0
2068 # Provides for statically linked modules
2069 Provides:       evas-engine-buffer = %{version}-%{release}
2070 Provides:       evas-engine-software_generic = %{version}-%{release}
2071 Provides:       evas-loader-eet = %{version}-%{release}
2072 Provides:       evas-loader-pmaps = %{version}-%{release}
2073 Provides:       evas-loader-xpm = %{version}-%{release}
2074 Provides:       evas-saver-eet = %{version}-%{release}
2075 # packages merged in
2076 Obsoletes:      evas-engine-buffer < %{version}-%{release}
2077 Obsoletes:      evas-engine-software_generic < %{version}-%{release}
2078 Obsoletes:      evas-libs
2079 Obsoletes:      evas-loader-eet < %{version}-%{release}
2080 Obsoletes:      evas-loader-pmaps < %{version}-%{release}
2081 Obsoletes:      evas-loader-xpm < %{version}-%{release}
2082 Obsoletes:      evas-saver-eet < %{version}-%{release}
2083 # obsolete packages
2084 Obsoletes:      evas-engine-directfb
2085 Obsoletes:      evas-engine-software_8
2086 Obsoletes:      evas-engine-software_8_x11
2087 Obsoletes:      evas-engine-software_16
2088 Obsoletes:      evas-engine-software_16_sdl
2089 Obsoletes:      evas-engine-software_16_x11
2090 Obsoletes:      evas-engine-software_qtopia
2091 Obsoletes:      evas-engine-xrender_x11
2092 Obsoletes:      evas-engine-xrender_xcb
2093 Obsoletes:      evas-loader-edb
2094 Obsoletes:      evas-loader-svg
2095 Obsoletes:      evas-saver-edb
2096
2097 %description -n evas
2098 Evas is a clean display canvas API for several target display systems
2099 that can draw anti-aliased text, smooth super and sub-sampled scaled
2100 images, alpha-blend objects much and more.
2101
2102 %description -n evas -l pl.UTF-8
2103 Evas to czyste API "płótna obrazu" dla różnych systemów wyświetlania,
2104 będące w stanie rysować tekst z antyaliasingiem, wygładzane, skalowane
2105 obrazy, obiekty z alpha-blendingiem i inne elementy.
2106
2107 %package -n evas-devel
2108 Summary:        Evas header files
2109 Summary(pl.UTF-8):      Pliki nagłówkowe Evas
2110 License:        BSD
2111 Group:          Development/Libraries
2112 URL:            http://trac.enlightenment.org/e/wiki/Evas
2113 Requires:       evas = %{version}-%{release}
2114 Requires:       eet-devel = %{version}-%{release}
2115 Requires:       eo-devel = %{version}-%{release}
2116 Requires:       fontconfig-devel >= 2.5.0
2117 Requires:       freetype-devel >= 1:2.2
2118 Requires:       fribidi-devel >= 0.19.2
2119 Requires:       harfbuzz-devel >= 0.9.0
2120
2121 %description -n evas-devel
2122 Header files for Evas.
2123
2124 %description -n evas-devel -l pl.UTF-8
2125 Pliki nagłówkowe Evas.
2126
2127 %package -n evas-static
2128 Summary:        Static Evas library
2129 Summary(pl.UTF-8):      Statyczna biblioteka Evas
2130 License:        BSD
2131 Group:          Development/Libraries
2132 URL:            http://trac.enlightenment.org/e/wiki/Evas
2133 Requires:       evas-devel = %{version}-%{release}
2134
2135 %description -n evas-static
2136 Static Evas library.
2137
2138 %description -n evas-static -l pl.UTF-8
2139 Statyczna biblioteka Evas.
2140
2141 %package -n evas-cxx-devel
2142 Summary:        C++ API for Evas library
2143 Summary(pl.UTF-8):      API języka C++ do biblioteki Evas
2144 Group:          Development/Libraries
2145 URL:            http://trac.enlightenment.org/e/wiki/Evas
2146 Requires:       eo-cxx-devel = %{version}-%{release}
2147 Requires:       evas-devel = %{version}-%{release}
2148
2149 %description -n evas-cxx-devel
2150 C++ API for Evas library.
2151
2152 %description -n evas-cxx-devel -l pl.UTF-8
2153 API języka C++ do biblioteki Evas.
2154
2155 ## EVAS MODULES
2156 # engines:
2157 %package -n evas-engine-drm
2158 Summary:        DRM rendering engine module for Evas
2159 Summary(pl.UTF-8):      Moduł silnika renderującego DRM dla Evas
2160 License:        BSD
2161 Group:          Libraries
2162 URL:            http://trac.enlightenment.org/e/wiki/Evas
2163 Requires:       evas = %{version}-%{release}
2164
2165 %description -n evas-engine-drm
2166 DRM rendering engine module for Evas.
2167
2168 %description -n evas-engine-drm -l pl.UTF-8
2169 Moduł silnika renderującego DRM dla Evas.
2170
2171 %package -n evas-engine-fb
2172 Summary:        Framebuffer rendering engine module for Evas
2173 Summary(pl.UTF-8):      Moduł silnika renderującego na framebuffer dla Evas
2174 License:        BSD
2175 Group:          Libraries
2176 URL:            http://trac.enlightenment.org/e/wiki/Evas
2177 Requires:       evas = %{version}-%{release}
2178
2179 %description -n evas-engine-fb
2180 Framebuffer rendering engine module for Evas.
2181
2182 %description -n evas-engine-fb -l pl.UTF-8
2183 Moduł silnika renderującego na framebuffer dla Evas.
2184
2185 %package -n evas-engine-gl_sdl
2186 Summary:        SDL OpenGL rendering engine module for Evas
2187 Summary(pl.UTF-8):      Moduł silnika renderującego na SDL OpenGL dla Evas
2188 License:        BSD
2189 Group:          Libraries
2190 URL:            http://trac.enlightenment.org/e/wiki/Evas
2191 Requires:       evas = %{version}-%{release}
2192 Requires:       SDL >= 1.2.0
2193
2194 %description -n evas-engine-gl_sdl
2195 SDL OpenGL rendering engine module for Evas.
2196
2197 %description -n evas-engine-gl_sdl -l pl.UTF-8
2198 Moduł silnika renderującego na SDL OpenGL dla Evas.
2199
2200 %package -n evas-engine-gl_x11
2201 Summary:        OpenGL under X11 rendering engine module for Evas
2202 Summary(pl.UTF-8):      Moduł silnika renderującego na OpenGL pod X11 dla Evas
2203 License:        BSD
2204 Group:          Libraries
2205 URL:            http://trac.enlightenment.org/e/wiki/Evas
2206 Requires:       evas = %{version}-%{release}
2207
2208 %description -n evas-engine-gl_x11
2209 OpenGL under X11 rendering engine module for Evas.
2210
2211 %description -n evas-engine-gl_x11 -l pl.UTF-8
2212 Moduł silnika renderującego na OpenGL pod X11 dla Evas.
2213
2214 %package -n evas-engine-software_x11
2215 Summary:        Software X11 rendering engine module for Evas
2216 Summary(pl.UTF-8):      Moduł programowego silnika renderującego X11 dla Evas
2217 License:        BSD
2218 Group:          Libraries
2219 URL:            http://trac.enlightenment.org/e/wiki/Evas
2220 Requires:       evas = %{version}-%{release}
2221 Obsoletes:      evas-engine-software_xcb
2222
2223 %description -n evas-engine-software_x11
2224 Software X11 rendering engine module for Evas.
2225
2226 %description -n evas-engine-software_x11 -l pl.UTF-8
2227 Moduł programowego silnika renderującego X11 dla Evas.
2228
2229 %package -n evas-engine-wayland_egl
2230 Summary:        Wayland EGL rendering engine module for Evas
2231 Summary(pl.UTF-8):      Moduł silnika renderującego Wayland EGL dla Evas
2232 License:        BSD
2233 Group:          Libraries
2234 URL:            http://trac.enlightenment.org/e/wiki/Evas
2235 Requires:       Mesa-libEGL-devel >= 7.10
2236 Requires:       Mesa-libwayland-egl-devel >= 9.2.0
2237 Requires:       evas = %{version}-%{release}
2238
2239 %description -n evas-engine-wayland_egl
2240 Wayland EGL rendering engine module for Evas.
2241
2242 %description -n evas-engine-wayland_egl -l pl.UTF-8
2243 Moduł silnika renderującego Wayland EGL dla Evas.
2244
2245 %package -n evas-engine-wayland_shm
2246 Summary:        Wayland SHM rendering engine module for Evas
2247 Summary(pl.UTF-8):      Moduł silnika renderującego Wayland SHM dla Evas
2248 License:        BSD
2249 Group:          Libraries
2250 URL:            http://trac.enlightenment.org/e/wiki/Evas
2251 Requires:       evas = %{version}-%{release}
2252
2253 %description -n evas-engine-wayland_shm
2254 Wayland SHM rendering engine module for Evas.
2255
2256 %description -n evas-engine-wayland_shm -l pl.UTF-8
2257 Moduł silnika renderującego Wayland SHM dla Evas.
2258
2259 # loaders:
2260 %package -n evas-loader-gif
2261 Summary:        GIF Image loader module for Evas
2262 Summary(pl.UTF-8):      Moduł wczytywania obrazów GIF dla Evas
2263 License:        BSD
2264 Group:          Libraries
2265 URL:            http://trac.enlightenment.org/e/wiki/Evas
2266 Requires:       evas = %{version}-%{release}
2267
2268 %description -n evas-loader-gif
2269 GIF Image loader module for Evas.
2270
2271 %description -n evas-loader-gif -l pl.UTF-8
2272 Moduł wczytywania obrazów GIF dla Evas.
2273
2274 %package -n evas-loader-jp2k
2275 Summary:        JPEG2000 Image loader module for Evas
2276 Summary(pl.UTF-8):      Moduł wczytywania obrazów JPEG2000 dla Evas
2277 License:        BSD
2278 Group:          Libraries
2279 URL:            http://trac.enlightenment.org/e/wiki/Evas
2280 Requires:       evas = %{version}-%{release}
2281
2282 %description -n evas-loader-jp2k
2283 JPEG2000 Image loader module for Evas.
2284
2285 %description -n evas-loader-jp2k -l pl.UTF-8
2286 Moduł wczytywania obrazów JPEG2000 dla Evas.
2287
2288 %package -n evas-loader-jpeg
2289 Summary:        JPEG Image loader module for Evas
2290 Summary(pl.UTF-8):      Moduł wczytywania obrazów JPEG dla Evas
2291 License:        BSD
2292 Group:          Libraries
2293 URL:            http://trac.enlightenment.org/e/wiki/Evas
2294 Requires:       evas = %{version}-%{release}
2295
2296 %description -n evas-loader-jpeg
2297 JPEG Image loader module for Evas.
2298
2299 %description -n evas-loader-jpeg -l pl.UTF-8
2300 Moduł wczytywania obrazów JPEG dla Evas.
2301
2302 %package -n evas-loader-png
2303 Summary:        PNG Image loader module for Evas
2304 Summary(pl.UTF-8):      Moduł wczytywania obrazów PNG dla Evas
2305 License:        BSD
2306 Group:          Libraries
2307 URL:            http://trac.enlightenment.org/e/wiki/Evas
2308 Requires:       evas = %{version}-%{release}
2309 Requires:       libpng >= 1.2.10
2310
2311 %description -n evas-loader-png
2312 PNG Image loader module for Evas.
2313
2314 %description -n evas-loader-png -l pl.UTF-8
2315 Moduł wczytywania obrazów PNG dla Evas.
2316
2317 %package -n evas-loader-tiff
2318 Summary:        TIFF Image loader module for Evas
2319 Summary(pl.UTF-8):      Moduł wczytywania obrazów TIFF dla Evas
2320 License:        BSD
2321 Group:          Libraries
2322 URL:            http://trac.enlightenment.org/e/wiki/Evas
2323 Requires:       evas = %{version}-%{release}
2324
2325 %description -n evas-loader-tiff
2326 TIFF Image loader module for Evas.
2327
2328 %description -n evas-loader-tiff -l pl.UTF-8
2329 Moduł wczytywania obrazów TIFF dla Evas.
2330
2331 %package -n evas-loader-webp
2332 Summary:        WebP Image loader module for Evas
2333 Summary(pl.UTF-8):      Moduł wczytywania obrazów WebP dla Evas
2334 License:        BSD
2335 Group:          Libraries
2336 URL:            http://trac.enlightenment.org/e/wiki/Evas
2337 Requires:       evas = %{version}-%{release}
2338
2339 %description -n evas-loader-webp
2340 WebP Image loader module for Evas.
2341
2342 %description -n evas-loader-webp -l pl.UTF-8
2343 Moduł wczytywania obrazów WebP dla Evas.
2344
2345 # savers:
2346 %package -n evas-saver-jpeg
2347 Summary:        JPEG Image saver module for Evas
2348 Summary(pl.UTF-8):      Moduł zapisywania obrazów JPEG dla Evas
2349 License:        BSD
2350 Group:          Libraries
2351 URL:            http://trac.enlightenment.org/e/wiki/Evas
2352 Requires:       evas = %{version}-%{release}
2353
2354 %description -n evas-saver-jpeg
2355 JPEG Image saver module for Evas.
2356
2357 %description -n evas-saver-jpeg -l pl.UTF-8
2358 Moduł zapisywania obrazów JPEG dla Evas.
2359
2360 %package -n evas-saver-png
2361 Summary:        PNG Image saver module for Evas
2362 Summary(pl.UTF-8):      Moduł zapisywania obrazów PNG dla Evas
2363 License:        BSD
2364 Group:          Libraries
2365 URL:            http://trac.enlightenment.org/e/wiki/Evas
2366 Requires:       evas = %{version}-%{release}
2367 Requires:       libpng >= 1.2.10
2368
2369 %description -n evas-saver-png
2370 PNG Image saver module for Evas.
2371
2372 %description -n evas-saver-png -l pl.UTF-8
2373 Moduł zapisywania obrazów PNG dla Evas.
2374
2375 %package -n evas-saver-tiff
2376 Summary:        TIFF Image saver module for Evas
2377 Summary(pl.UTF-8):      Moduł zapisywania obrazów TIFF dla Evas
2378 License:        BSD
2379 Group:          Libraries
2380 URL:            http://trac.enlightenment.org/e/wiki/Evas
2381 Requires:       evas = %{version}-%{release}
2382
2383 %description -n evas-saver-tiff
2384 TIFF Image saver module for Evas.
2385
2386 %description -n evas-saver-tiff -l pl.UTF-8
2387 Moduł zapisywania obrazów TIFF dla Evas.
2388
2389 %package -n evas-saver-webp
2390 Summary:        WebP Image saver module for Evas
2391 Summary(pl.UTF-8):      Moduł zapisywania obrazów WebP dla Evas
2392 License:        BSD
2393 Group:          Libraries
2394 URL:            http://trac.enlightenment.org/e/wiki/Evas
2395 Requires:       evas = %{version}-%{release}
2396
2397 %description -n evas-saver-webp
2398 WebP Image saver module for Evas.
2399
2400 %description -n evas-saver-webp -l pl.UTF-8
2401 Moduł zapisywania obrazów WebP dla Evas.
2402
2403 %package -n vim-addon-efl
2404 Summary:        EDC syntax support for Vim
2405 Summary(pl.UTF-8):      Obsługa składni EDC dla Vima
2406 Group:          Applications/Editors/Vim
2407 Requires:       vim-rt
2408 Obsoletes:      vim-syntax-edc
2409
2410 %description -n vim-addon-efl
2411 EDC syntax support for Vim.
2412
2413 %description -n vim-addon-efl -l pl.UTF-8
2414 Obsługa składni EDC dla Vima.
2415
2416 %prep
2417 %setup -q
2418 %patch0 -p1
2419 %patch1 -p1
2420 %patch2 -p1
2421 %patch3 -p1
2422
2423 %build
2424 %{__libtoolize}
2425 %{__aclocal} -I m4
2426 %{__autoconf}
2427 %{__autoheader}
2428 %{__automake}
2429 %configure \
2430         %{?with_drm:--enable-drm} \
2431         %{?with_egl:--enable-egl} \
2432         %{?with_fb:--enable-fb} \
2433         %{?with_gesture:--enable-gesture} \
2434         %{!?with_gstreamer:--disable-gstreamer1} \
2435         %{?with_harfbuzz:--enable-harfbuzz} \
2436         %{!?with_ibus:--disable-ibus} \
2437         --enable-image-loader-gif \
2438         --enable-image-loader-jpeg \
2439         --enable-image-loader-jp2k \
2440         --enable-image-loader-png \
2441         --enable-image-loader-tiff \
2442         --enable-image-loader-webp \
2443         %{!?with_luajit:--enable-lua-old} \
2444         --enable-multisense \
2445         %{?with_pixman:--enable-pixman} \
2446         %{!?with_scim:--disable-scim} \
2447         %{?with_sdl:--enable-sdl} \
2448         --disable-silent-rules \
2449         %{?with_static_libs:--enable-static} \
2450         %{?with_systemd:--enable-systemd} \
2451         %{?with_wayland:--enable-wayland} \
2452         %{?with_xine:--enable-xine} \
2453         --enable-xinput22 \
2454         --with-crypto=%{?with_gnutls:gnutls}%{!?with_gnutls:openssl} \
2455         --with-x11=%{?with_xcb:xcb}%{!?with_xcb:xlib}
2456
2457 %{__make}
2458
2459 %install
2460 rm -rf $RPM_BUILD_ROOT
2461
2462 %{__make} -j1 install \
2463         DESTDIR=$RPM_BUILD_ROOT
2464
2465 install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles
2466 cp -pr data/edje/vim/autoload $RPM_BUILD_ROOT%{_datadir}/vim
2467 cp -pr data/edje/vim/{ftdetect,ftplugin,indent,snippets,syntax} $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles
2468
2469 # obsoleted by pkg-config
2470 %{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
2471 # loadable modules
2472 %{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore/system/*/*/module.la
2473 %{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore_evas/engines/*/*/module.la
2474 %{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore_imf/modules/*/*/module.la
2475 %{__rm} $RPM_BUILD_ROOT%{_libdir}/edje/modules/*/*/module.la
2476 %{__rm} $RPM_BUILD_ROOT%{_libdir}/eeze/modules/sensor/*/*/module.la
2477 %{__rm} $RPM_BUILD_ROOT%{_libdir}/emotion/modules/*/*/module.la
2478 %{__rm} $RPM_BUILD_ROOT%{_libdir}/ethumb/modules/emotion/*/module.la
2479 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evas/modules/*/*/*/module.la
2480 # benchmarking script, requires expedite and python - should be in expedite?
2481 %{__rm} $RPM_BUILD_ROOT%{_bindir}/eina-bench-cmp
2482
2483 # contains ecore+efreet messages; efreet R: ecore, so package it with ecore
2484 %find_lang efl
2485
2486 %clean
2487 rm -rf $RPM_BUILD_ROOT
2488
2489 %post   -n ecore -p /sbin/ldconfig
2490 %postun -n ecore -p /sbin/ldconfig
2491
2492 %post   -n ecore-audio -p /sbin/ldconfig
2493 %postun -n ecore-audio -p /sbin/ldconfig
2494
2495 %post   -n ecore-avahi -p /sbin/ldconfig
2496 %postun -n ecore-avahi -p /sbin/ldconfig
2497
2498 %post   -n ecore-con -p /sbin/ldconfig
2499 %postun -n ecore-con -p /sbin/ldconfig
2500
2501 %post   -n ecore-drm -p /sbin/ldconfig
2502 %postun -n ecore-drm -p /sbin/ldconfig
2503
2504 %post   -n ecore-evas -p /sbin/ldconfig
2505 %postun -n ecore-evas -p /sbin/ldconfig
2506
2507 %post   -n ecore-fb -p /sbin/ldconfig
2508 %postun -n ecore-fb -p /sbin/ldconfig
2509
2510 %post   -n ecore-file -p /sbin/ldconfig
2511 %postun -n ecore-file -p /sbin/ldconfig
2512
2513 %post   -n ecore-imf -p /sbin/ldconfig
2514 %postun -n ecore-imf -p /sbin/ldconfig
2515
2516 %post   -n ecore-imf-evas -p /sbin/ldconfig
2517 %postun -n ecore-imf-evas -p /sbin/ldconfig
2518
2519 %post   -n ecore-input -p /sbin/ldconfig
2520 %postun -n ecore-input -p /sbin/ldconfig
2521
2522 %post   -n ecore-input-evas -p /sbin/ldconfig
2523 %postun -n ecore-input-evas -p /sbin/ldconfig
2524
2525 %post   -n ecore-ipc -p /sbin/ldconfig
2526 %postun -n ecore-ipc -p /sbin/ldconfig
2527
2528 %post   -n ecore-sdl -p /sbin/ldconfig
2529 %postun -n ecore-sdl -p /sbin/ldconfig
2530
2531 %post   -n ecore-wayland -p /sbin/ldconfig
2532 %postun -n ecore-wayland -p /sbin/ldconfig
2533
2534 %post   -n ecore-x -p /sbin/ldconfig
2535 %postun -n ecore-x -p /sbin/ldconfig
2536
2537 %post   -n edje-libs -p /sbin/ldconfig
2538 %postun -n edje-libs -p /sbin/ldconfig
2539
2540 %post   -n eet -p /sbin/ldconfig
2541 %postun -n eet -p /sbin/ldconfig
2542
2543 %post   -n eeze -p /sbin/ldconfig
2544 %postun -n eeze -p /sbin/ldconfig
2545
2546 %post   -n efreet-libs -p /sbin/ldconfig
2547 %postun -n efreet-libs -p /sbin/ldconfig
2548
2549 %post   -n eina -p /sbin/ldconfig
2550 %postun -n eina -p /sbin/ldconfig
2551
2552 %post   -n eio -p /sbin/ldconfig
2553 %postun -n eio -p /sbin/ldconfig
2554
2555 %post   -n eldbus -p /sbin/ldconfig
2556 %postun -n eldbus -p /sbin/ldconfig
2557
2558 %post   -n embryo -p /sbin/ldconfig
2559 %postun -n embryo -p /sbin/ldconfig
2560
2561 %post   -n emotion -p /sbin/ldconfig
2562 %postun -n emotion -p /sbin/ldconfig
2563
2564 %post   -n eo -p /sbin/ldconfig
2565 %postun -n eo -p /sbin/ldconfig
2566
2567 %post   -n eolian -p /sbin/ldconfig
2568 %postun -n eolian -p /sbin/ldconfig
2569
2570 %post   -n ephysics -p /sbin/ldconfig
2571 %postun -n ephysics -p /sbin/ldconfig
2572
2573 %post   -n ethumb-libs -p /sbin/ldconfig
2574 %postun -n ethumb-libs -p /sbin/ldconfig
2575
2576 %post   -n evas -p /sbin/ldconfig
2577 %postun -n evas -p /sbin/ldconfig
2578
2579 %files -n ecore -f efl.lang
2580 %defattr(644,root,root,755)
2581 %attr(755,root,root) %{_libdir}/libecore.so.*.*.*
2582 %attr(755,root,root) %ghost %{_libdir}/libecore.so.1
2583 %dir %{_libdir}/ecore
2584 %dir %{_libdir}/ecore/system
2585 %{_datadir}/ecore
2586
2587 %files -n ecore-devel
2588 %defattr(644,root,root,755)
2589 %attr(755,root,root) %{_libdir}/libecore.so
2590 %{_includedir}/ecore-1
2591 %{_pkgconfigdir}/ecore.pc
2592 %{_libdir}/cmake/Ecore
2593
2594 %if %{with static_libs}
2595 %files -n ecore-static
2596 %defattr(644,root,root,755)
2597 %{_libdir}/libecore.a
2598 %endif
2599
2600 %files -n ecore-cxx-devel
2601 %defattr(644,root,root,755)
2602 %{_includedir}/ecore-cxx-1
2603 %{_pkgconfigdir}/ecore-cxx.pc
2604 %{_libdir}/cmake/EcoreCxx
2605
2606 %if %{with systemd}
2607 %files -n ecore-system-systemd
2608 %defattr(644,root,root,755)
2609 %dir %{_libdir}/ecore/system/systemd
2610 %dir %{_libdir}/ecore/system/systemd/%{arch_tag}
2611 %attr(755,root,root) %{_libdir}/ecore/system/systemd/%{arch_tag}/module.so
2612 %endif
2613
2614 %files -n ecore-system-upower
2615 %defattr(644,root,root,755)
2616 %dir %{_libdir}/ecore/system/upower
2617 %dir %{_libdir}/ecore/system/upower/%{arch_tag}
2618 %attr(755,root,root) %{_libdir}/ecore/system/upower/%{arch_tag}/module.so
2619
2620 %files -n ecore-audio
2621 %defattr(644,root,root,755)
2622 %attr(755,root,root) %{_libdir}/libecore_audio.so.*.*.*
2623 %attr(755,root,root) %ghost %{_libdir}/libecore_audio.so.1
2624
2625 %files -n ecore-audio-devel
2626 %defattr(644,root,root,755)
2627 %attr(755,root,root) %{_libdir}/libecore_audio.so
2628 %{_includedir}/ecore-audio-1
2629 %{_pkgconfigdir}/ecore-audio.pc
2630
2631 %if %{with static_libs}
2632 %files -n ecore-audio-static
2633 %defattr(644,root,root,755)
2634 %{_libdir}/libecore_audio.a
2635 %endif
2636
2637 %files -n ecore-audio-cxx-devel
2638 %defattr(644,root,root,755)
2639 %{_includedir}/ecore-audio-cxx-1
2640 %{_pkgconfigdir}/ecore-audio-cxx.pc
2641
2642 %files -n ecore-avahi
2643 %defattr(644,root,root,755)
2644 %attr(755,root,root) %{_libdir}/libecore_avahi.so.*.*.*
2645 %attr(755,root,root) %ghost %{_libdir}/libecore_avahi.so.1
2646
2647 %files -n ecore-avahi-devel
2648 %defattr(644,root,root,755)
2649 %attr(755,root,root) %{_libdir}/libecore_avahi.so
2650 %{_includedir}/ecore-avahi-1
2651 %{_pkgconfigdir}/ecore-avahi.pc
2652
2653 %if %{with static_libs}
2654 %files -n ecore-avahi-static
2655 %defattr(644,root,root,755)
2656 %{_libdir}/libecore_avahi.a
2657 %endif
2658
2659 %files -n ecore-con
2660 %defattr(644,root,root,755)
2661 %attr(755,root,root) %{_libdir}/libecore_con.so.*.*.*
2662 %attr(755,root,root) %ghost %{_libdir}/libecore_con.so.1
2663
2664 %files -n ecore-con-devel
2665 %defattr(644,root,root,755)
2666 %attr(755,root,root) %{_libdir}/libecore_con.so
2667 %{_includedir}/ecore-con-1
2668 %{_pkgconfigdir}/ecore-con.pc
2669
2670 %if %{with static_libs}
2671 %files -n ecore-con-static
2672 %defattr(644,root,root,755)
2673 %{_libdir}/libecore_con.a
2674 %endif
2675
2676 %files -n ecore-drm
2677 %defattr(644,root,root,755)
2678 %attr(755,root,root) %{_libdir}/libecore_drm.so.*.*.*
2679 %attr(755,root,root) %ghost %{_libdir}/libecore_drm.so.1
2680 %dir %{_libdir}/ecore_drm
2681 %dir %{_libdir}/ecore_drm/bin
2682 %dir %{_libdir}/ecore_drm/bin/%{arch_tag}
2683 %attr(755,root,root) %{_libdir}/ecore_drm/bin/%{arch_tag}/ecore_drm_launch
2684
2685 %files -n ecore-drm-devel
2686 %defattr(644,root,root,755)
2687 %attr(755,root,root) %{_libdir}/libecore_drm.so
2688 %{_includedir}/ecore-drm-1
2689 %{_pkgconfigdir}/ecore-drm.pc
2690
2691 %if %{with static_libs}
2692 %files -n ecore-drm-static
2693 %defattr(644,root,root,755)
2694 %{_libdir}/libecore_drm.a
2695 %endif
2696
2697 %files -n ecore-evas
2698 %defattr(644,root,root,755)
2699 %attr(755,root,root) %{_bindir}/ecore_evas_convert
2700 %attr(755,root,root) %{_libdir}/libecore_evas.so.*.*.*
2701 %attr(755,root,root) %ghost %{_libdir}/libecore_evas.so.1
2702 %dir %{_libdir}/ecore_evas
2703 %dir %{_libdir}/ecore_evas/engines
2704
2705 %files -n ecore-evas-devel
2706 %defattr(644,root,root,755)
2707 %attr(755,root,root) %{_libdir}/libecore_evas.so
2708 %{_includedir}/ecore-evas-1
2709 %{_pkgconfigdir}/ecore-evas.pc
2710
2711 %if %{with static_libs}
2712 %files -n ecore-evas-static
2713 %defattr(644,root,root,755)
2714 %{_libdir}/libecore_evas.a
2715 %endif
2716
2717 %files -n ecore-evas-engine-drm
2718 %defattr(644,root,root,755)
2719 %dir %{_libdir}/ecore_evas/engines/drm
2720 %dir %{_libdir}/ecore_evas/engines/drm/%{arch_tag}
2721 %attr(755,root,root) %{_libdir}/ecore_evas/engines/drm/%{arch_tag}/module.so
2722
2723 %files -n ecore-evas-engine-extn
2724 %defattr(644,root,root,755)
2725 %dir %{_libdir}/ecore_evas/engines/extn
2726 %dir %{_libdir}/ecore_evas/engines/extn/%{arch_tag}
2727 %attr(755,root,root) %{_libdir}/ecore_evas/engines/extn/%{arch_tag}/module.so
2728
2729 %if %{with fb}
2730 %files -n ecore-evas-engine-fb
2731 %defattr(644,root,root,755)
2732 %dir %{_libdir}/ecore_evas/engines/fb
2733 %dir %{_libdir}/ecore_evas/engines/fb/%{arch_tag}
2734 %attr(755,root,root) %{_libdir}/ecore_evas/engines/fb/%{arch_tag}/module.so
2735 %endif
2736
2737 %if %{with sdl}
2738 %files -n ecore-evas-engine-sdl
2739 %defattr(644,root,root,755)
2740 %dir %{_libdir}/ecore_evas/engines/sdl
2741 %dir %{_libdir}/ecore_evas/engines/sdl/%{arch_tag}
2742 %attr(755,root,root) %{_libdir}/ecore_evas/engines/sdl/%{arch_tag}/module.so
2743 %endif
2744
2745 %if %{with wayland}
2746 %files -n ecore-evas-engine-wayland
2747 %defattr(644,root,root,755)
2748 %dir %{_libdir}/ecore_evas/engines/wayland
2749 %dir %{_libdir}/ecore_evas/engines/wayland/%{arch_tag}
2750 %attr(755,root,root) %{_libdir}/ecore_evas/engines/wayland/%{arch_tag}/module.so
2751 %endif
2752
2753 %files -n ecore-evas-engine-x
2754 %defattr(644,root,root,755)
2755 %dir %{_libdir}/ecore_evas/engines/x
2756 %dir %{_libdir}/ecore_evas/engines/x/%{arch_tag}
2757 %attr(755,root,root) %{_libdir}/ecore_evas/engines/x/%{arch_tag}/module.so
2758
2759 %if %{with fb}
2760 %files -n ecore-fb
2761 %defattr(644,root,root,755)
2762 %attr(755,root,root) %{_libdir}/libecore_fb.so.*.*.*
2763 %attr(755,root,root) %ghost %{_libdir}/libecore_fb.so.1
2764
2765 %files -n ecore-fb-devel
2766 %defattr(644,root,root,755)
2767 %attr(755,root,root) %{_libdir}/libecore_fb.so
2768 %{_includedir}/ecore-fb-1
2769 %{_pkgconfigdir}/ecore-fb.pc
2770
2771 %if %{with static_libs}
2772 %files -n ecore-fb-static
2773 %defattr(644,root,root,755)
2774 %{_libdir}/libecore_fb.a
2775 %endif
2776 %endif
2777
2778 %files -n ecore-file
2779 %defattr(644,root,root,755)
2780 %attr(755,root,root) %{_libdir}/libecore_file.so.*.*.*
2781 %attr(755,root,root) %ghost %{_libdir}/libecore_file.so.1
2782
2783 %files -n ecore-file-devel
2784 %defattr(644,root,root,755)
2785 %attr(755,root,root) %{_libdir}/libecore_file.so
2786 %{_includedir}/ecore-file-1
2787 %{_pkgconfigdir}/ecore-file.pc
2788
2789 %if %{with static_libs}
2790 %files -n ecore-file-static
2791 %defattr(644,root,root,755)
2792 %{_libdir}/libecore_file.a
2793 %endif
2794
2795 %files -n ecore-imf
2796 %defattr(644,root,root,755)
2797 %attr(755,root,root) %{_libdir}/libecore_imf.so.*.*.*
2798 %attr(755,root,root) %ghost %{_libdir}/libecore_imf.so.1
2799 %dir %{_libdir}/ecore_imf
2800 %dir %{_libdir}/ecore_imf/modules
2801 %{_datadir}/ecore_imf
2802
2803 %files -n ecore-imf-devel
2804 %defattr(644,root,root,755)
2805 %attr(755,root,root) %{_libdir}/libecore_imf.so
2806 %{_includedir}/ecore-imf-1
2807 %{_pkgconfigdir}/ecore-imf.pc
2808
2809 %if %{with static_libs}
2810 %files -n ecore-imf-static
2811 %defattr(644,root,root,755)
2812 %{_libdir}/libecore_imf.a
2813 %endif
2814
2815 %if %{with ibus}
2816 %files -n ecore-imf-module-ibus
2817 %defattr(644,root,root,755)
2818 %dir %{_libdir}/ecore_imf/modules/ibus
2819 %dir %{_libdir}/ecore_imf/modules/ibus/%{arch_tag}
2820 %attr(755,root,root) %{_libdir}/ecore_imf/modules/ibus/%{arch_tag}/module.so
2821 %endif
2822
2823 %if %{with scim}
2824 %files -n ecore-imf-module-scim
2825 %defattr(644,root,root,755)
2826 %dir %{_libdir}/ecore_imf/modules/scim
2827 %dir %{_libdir}/ecore_imf/modules/scim/%{arch_tag}
2828 %attr(755,root,root) %{_libdir}/ecore_imf/modules/scim/%{arch_tag}/module.so
2829 %endif
2830
2831 %if %{with wayland}
2832 %files -n ecore-imf-module-wayland
2833 %defattr(644,root,root,755)
2834 %dir %{_libdir}/ecore_imf/modules/wayland
2835 %dir %{_libdir}/ecore_imf/modules/wayland/%{arch_tag}
2836 %attr(755,root,root) %{_libdir}/ecore_imf/modules/wayland/%{arch_tag}/module.so
2837 %endif
2838
2839 %if %{without xcb_api}
2840 %files -n ecore-imf-module-xim
2841 %defattr(644,root,root,755)
2842 %dir %{_libdir}/ecore_imf/modules/xim
2843 %dir %{_libdir}/ecore_imf/modules/xim/%{arch_tag}
2844 %attr(755,root,root) %{_libdir}/ecore_imf/modules/xim/%{arch_tag}/module.so
2845 %endif
2846
2847 %files -n ecore-imf-evas
2848 %defattr(644,root,root,755)
2849 %attr(755,root,root) %{_libdir}/libecore_imf_evas.so.*.*.*
2850 %attr(755,root,root) %ghost %{_libdir}/libecore_imf_evas.so.1
2851
2852 %files -n ecore-imf-evas-devel
2853 %defattr(644,root,root,755)
2854 %attr(755,root,root) %{_libdir}/libecore_imf_evas.so
2855 %{_includedir}/ecore-imf-evas-1
2856 %{_pkgconfigdir}/ecore-imf-evas.pc
2857
2858 %if %{with static_libs}
2859 %files -n ecore-imf-evas-static
2860 %defattr(644,root,root,755)
2861 %{_libdir}/libecore_imf_evas.a
2862 %endif
2863
2864 %files -n ecore-input
2865 %defattr(644,root,root,755)
2866 %attr(755,root,root) %{_libdir}/libecore_input.so.*.*.*
2867 %attr(755,root,root) %ghost %{_libdir}/libecore_input.so.1
2868
2869 %files -n ecore-input-devel
2870 %defattr(644,root,root,755)
2871 %attr(755,root,root) %{_libdir}/libecore_input.so
2872 %{_includedir}/ecore-input-1
2873 %{_pkgconfigdir}/ecore-input.pc
2874
2875 %if %{with static_libs}
2876 %files -n ecore-input-static
2877 %defattr(644,root,root,755)
2878 %{_libdir}/libecore_input.a
2879 %endif
2880
2881 %files -n ecore-input-evas
2882 %defattr(644,root,root,755)
2883 %attr(755,root,root) %{_libdir}/libecore_input_evas.so.*.*.*
2884 %attr(755,root,root) %ghost %{_libdir}/libecore_input_evas.so.1
2885
2886 %files -n ecore-input-evas-devel
2887 %defattr(644,root,root,755)
2888 %attr(755,root,root) %{_libdir}/libecore_input_evas.so
2889 %{_includedir}/ecore-input-evas-1
2890 %{_pkgconfigdir}/ecore-input-evas.pc
2891
2892 %if %{with static_libs}
2893 %files -n ecore-input-evas-static
2894 %defattr(644,root,root,755)
2895 %{_libdir}/libecore_input_evas.a
2896 %endif
2897
2898 %files -n ecore-ipc
2899 %defattr(644,root,root,755)
2900 %attr(755,root,root) %{_libdir}/libecore_ipc.so.*.*.*
2901 %attr(755,root,root) %ghost %{_libdir}/libecore_ipc.so.1
2902
2903 %files -n ecore-ipc-devel
2904 %defattr(644,root,root,755)
2905 %attr(755,root,root) %{_libdir}/libecore_ipc.so
2906 %{_includedir}/ecore-ipc-1
2907 %{_pkgconfigdir}/ecore-ipc.pc
2908
2909 %if %{with static_libs}
2910 %files -n ecore-ipc-static
2911 %defattr(644,root,root,755)
2912 %{_libdir}/libecore_ipc.a
2913 %endif
2914
2915 %if %{with sdl}
2916 %files -n ecore-sdl
2917 %defattr(644,root,root,755)
2918 %attr(755,root,root) %{_libdir}/libecore_sdl.so.*.*.*
2919 %attr(755,root,root) %ghost %{_libdir}/libecore_sdl.so.1
2920
2921 %files -n ecore-sdl-devel
2922 %defattr(644,root,root,755)
2923 %attr(755,root,root) %{_libdir}/libecore_sdl.so
2924 %{_includedir}/ecore-sdl-1
2925 %{_pkgconfigdir}/ecore-sdl.pc
2926
2927 %if %{with static_libs}
2928 %files -n ecore-sdl-static
2929 %defattr(644,root,root,755)
2930 %{_libdir}/libecore_sdl.a
2931 %endif
2932 %endif
2933
2934 %if %{with wayland}
2935 %files -n ecore-wayland
2936 %defattr(644,root,root,755)
2937 %attr(755,root,root) %{_libdir}/libecore_wayland.so.*.*.*
2938 %attr(755,root,root) %ghost %{_libdir}/libecore_wayland.so.1
2939
2940 %files -n ecore-wayland-devel
2941 %defattr(644,root,root,755)
2942 %attr(755,root,root) %{_libdir}/libecore_wayland.so
2943 %{_includedir}/ecore-wayland-1
2944 %{_pkgconfigdir}/ecore-wayland.pc
2945
2946 %if %{with static_libs}
2947 %files -n ecore-wayland-static
2948 %defattr(644,root,root,755)
2949 %{_libdir}/libecore_wayland.a
2950 %endif
2951 %endif
2952
2953 %files -n ecore-x
2954 %defattr(644,root,root,755)
2955 %attr(755,root,root) %{_libdir}/libecore_x.so.*.*.*
2956 %attr(755,root,root) %ghost %{_libdir}/libecore_x.so.1
2957
2958 %files -n ecore-x-devel
2959 %defattr(644,root,root,755)
2960 %attr(755,root,root) %{_libdir}/libecore_x.so
2961 %{_includedir}/ecore-x-1
2962 %{_pkgconfigdir}/ecore-x.pc
2963
2964 %if %{with static_libs}
2965 %files -n ecore-x-static
2966 %defattr(644,root,root,755)
2967 %{_libdir}/libecore_x.a
2968 %endif
2969
2970 %files -n edje
2971 %defattr(644,root,root,755)
2972 %attr(755,root,root) %{_bindir}/edje_cc
2973 %attr(755,root,root) %{_bindir}/edje_codegen
2974 %attr(755,root,root) %{_bindir}/edje_decc
2975 %attr(755,root,root) %{_bindir}/edje_external_inspector
2976 %attr(755,root,root) %{_bindir}/edje_inspector
2977 %attr(755,root,root) %{_bindir}/edje_pick
2978 %attr(755,root,root) %{_bindir}/edje_player
2979 %attr(755,root,root) %{_bindir}/edje_recc
2980 %attr(755,root,root) %{_bindir}/edje_watch
2981 %dir %{_libdir}/edje/utils
2982 %dir %{_libdir}/edje/utils/%{arch_tag}
2983 %attr(755,root,root) %dir %{_libdir}/edje/utils/%{arch_tag}/epp
2984 %{_datadir}/edje
2985 %{_datadir}/mime/packages/edje.xml
2986
2987 %files -n edje-libs
2988 %defattr(644,root,root,755)
2989 %attr(755,root,root) %{_libdir}/libedje.so.*.*.*
2990 %attr(755,root,root) %ghost %{_libdir}/libedje.so.1
2991 %dir %{_libdir}/edje
2992 %dir %{_libdir}/edje/modules
2993
2994 %files -n edje-devel
2995 %defattr(644,root,root,755)
2996 %attr(755,root,root) %{_libdir}/libedje.so
2997 %{_includedir}/edje-1
2998 %{_pkgconfigdir}/edje.pc
2999 %{_libdir}/cmake/Edje
3000
3001 %if %{with static_libs}
3002 %files -n edje-static
3003 %defattr(644,root,root,755)
3004 %{_libdir}/libedje.a
3005 %endif
3006
3007 %files -n edje-cxx-devel
3008 %defattr(644,root,root,755)
3009 %{_includedir}/edje-cxx-1
3010 %{_pkgconfigdir}/edje-cxx.pc
3011
3012 %files -n edje-module-emotion
3013 %defattr(644,root,root,755)
3014 %dir %{_libdir}/edje/modules/emotion
3015 %dir %{_libdir}/edje/modules/emotion/%{arch_tag}
3016 %attr(755,root,root) %{_libdir}/edje/modules/emotion/%{arch_tag}/module.so
3017
3018 %files -n eet
3019 %defattr(644,root,root,755)
3020 %attr(755,root,root) %{_bindir}/eet
3021 %attr(755,root,root) %{_bindir}/vieet
3022 %attr(755,root,root) %{_libdir}/libeet.so.*.*.*
3023 %attr(755,root,root) %ghost %{_libdir}/libeet.so.1
3024
3025 %files -n eet-devel
3026 %defattr(644,root,root,755)
3027 %attr(755,root,root) %{_libdir}/libeet.so
3028 %{_includedir}/eet-1
3029 %{_pkgconfigdir}/eet.pc
3030 %{_libdir}/cmake/Eet
3031
3032 %if %{with static_libs}
3033 %files -n eet-static
3034 %defattr(644,root,root,755)
3035 %{_libdir}/libeet.a
3036 %endif
3037
3038 %files -n eet-cxx-devel
3039 %defattr(644,root,root,755)
3040 %{_includedir}/eet-cxx-1
3041 %{_pkgconfigdir}/eet-cxx.pc
3042 %{_libdir}/cmake/EetCxx
3043
3044 %files -n eeze
3045 %defattr(644,root,root,755)
3046 %attr(755,root,root) %{_bindir}/eeze_disk_ls
3047 %attr(755,root,root) %{_bindir}/eeze_mount
3048 %attr(755,root,root) %{_bindir}/eeze_scanner
3049 %attr(755,root,root) %{_bindir}/eeze_umount
3050 %attr(755,root,root) %{_libdir}/libeeze.so.*.*.*
3051 %attr(755,root,root) %ghost %{_libdir}/libeeze.so.1
3052 %dir %{_libdir}/eeze
3053 %dir %{_libdir}/eeze/modules
3054 %dir %{_libdir}/eeze/modules/sensor
3055 %dir %{_libdir}/eeze/modules/sensor/fake
3056 %dir %{_libdir}/eeze/modules/sensor/fake/%{arch_tag}
3057 %attr(755,root,root) %{_libdir}/eeze/modules/sensor/fake/%{arch_tag}/module.so
3058 %dir %{_libdir}/eeze/modules/sensor/udev
3059 %dir %{_libdir}/eeze/modules/sensor/udev/%{arch_tag}
3060 %attr(755,root,root) %{_libdir}/eeze/modules/sensor/udev/%{arch_tag}/module.so
3061 %{_datadir}/eeze
3062
3063 %files -n eeze-devel
3064 %defattr(644,root,root,755)
3065 %attr(755,root,root) %{_libdir}/libeeze.so
3066 %{_includedir}/eeze-1
3067 %{_pkgconfigdir}/eeze.pc
3068 %{_libdir}/cmake/Eeze
3069
3070 %if %{with static_libs}
3071 %files -n eeze-static
3072 %defattr(644,root,root,755)
3073 %{_libdir}/libeeze.a
3074 %endif
3075
3076 %files -n efreet
3077 %defattr(644,root,root,755)
3078 %attr(755,root,root) %{_bindir}/efreetd
3079 %dir %{_libdir}/efreet
3080 %dir %{_libdir}/efreet/%{arch_tag}
3081 %attr(755,root,root) %{_libdir}/efreet/%{arch_tag}/efreet_desktop_cache_create
3082 %attr(755,root,root) %{_libdir}/efreet/%{arch_tag}/efreet_icon_cache_create
3083 %if %{with systemd}
3084 %{systemduserunitdir}/efreet.service
3085 %endif
3086 %{_datadir}/dbus-1/services/org.enlightenment.Efreet.service
3087 %{_datadir}/efreet
3088
3089 %files -n efreet-libs
3090 %defattr(644,root,root,755)
3091 %attr(755,root,root) %{_libdir}/libefreet.so.*.*.*
3092 %attr(755,root,root) %ghost %{_libdir}/libefreet.so.1
3093 %attr(755,root,root) %{_libdir}/libefreet_mime.so.*.*.*
3094 %attr(755,root,root) %ghost %{_libdir}/libefreet_mime.so.1
3095 %attr(755,root,root) %{_libdir}/libefreet_trash.so.*.*.*
3096 %attr(755,root,root) %ghost %{_libdir}/libefreet_trash.so.1
3097
3098 %files -n efreet-devel
3099 %defattr(644,root,root,755)
3100 %attr(755,root,root) %{_libdir}/libefreet.so
3101 %attr(755,root,root) %{_libdir}/libefreet_mime.so
3102 %attr(755,root,root) %{_libdir}/libefreet_trash.so
3103 %{_includedir}/efreet-1
3104 %{_pkgconfigdir}/efreet.pc
3105 %{_pkgconfigdir}/efreet-mime.pc
3106 %{_pkgconfigdir}/efreet-trash.pc
3107 %{_libdir}/cmake/Efreet
3108
3109 %if %{with static_libs}
3110 %files -n efreet-static
3111 %defattr(644,root,root,755)
3112 %{_libdir}/libefreet.a
3113 %{_libdir}/libefreet_mime.a
3114 %{_libdir}/libefreet_trash.a
3115 %endif
3116
3117 %files -n eina
3118 %defattr(644,root,root,755)
3119 %doc AUTHORS COMPLIANCE COPYING ChangeLog NEWS README licenses/COPYING.{BSD,SMALL}
3120 %attr(755,root,root) %{_libdir}/libeina.so.*.*.*
3121 %attr(755,root,root) %ghost %{_libdir}/libeina.so.1
3122
3123 %files -n eina-devel
3124 %defattr(644,root,root,755)
3125 %attr(755,root,root) %{_libdir}/libeina.so
3126 # efl-1 is common for EFL - packaged here as eina is all-common EFL dependency
3127 %{_includedir}/efl-1
3128 %{_includedir}/eina-1
3129 %{_pkgconfigdir}/eina.pc
3130 %{_libdir}/cmake/Eina
3131
3132 %if %{with static_libs}
3133 %files -n eina-static
3134 %defattr(644,root,root,755)
3135 %{_libdir}/libeina.a
3136 %endif
3137
3138 %files -n eina-cxx-devel
3139 %defattr(644,root,root,755)
3140 %{_includedir}/eina-cxx-1
3141 %{_pkgconfigdir}/eina-cxx.pc
3142 %{_libdir}/cmake/EinaCxx
3143
3144 %files -n eio
3145 %defattr(644,root,root,755)
3146 %attr(755,root,root) %{_libdir}/libeio.so.*.*.*
3147 %attr(755,root,root) %ghost %{_libdir}/libeio.so.1
3148
3149 %files -n eio-devel
3150 %defattr(644,root,root,755)
3151 %attr(755,root,root) %{_libdir}/libeio.so
3152 %{_includedir}/eio-1
3153 %{_pkgconfigdir}/eio.pc
3154
3155 %if %{with static_libs}
3156 %files -n eio-static
3157 %defattr(644,root,root,755)
3158 %{_libdir}/libeio.a
3159 %endif
3160
3161 %files -n eldbus
3162 %defattr(644,root,root,755)
3163 %attr(755,root,root) %{_libdir}/libeldbus.so.*.*.*
3164 %attr(755,root,root) %ghost %{_libdir}/libeldbus.so.1
3165
3166 %files -n eldbus-devel
3167 %defattr(644,root,root,755)
3168 %attr(755,root,root) %{_bindir}/eldbus-codegen
3169 %attr(755,root,root) %{_libdir}/libeldbus.so
3170 %{_includedir}/eldbus-1
3171 %{_pkgconfigdir}/eldbus.pc
3172 %{_libdir}/cmake/Eldbus
3173
3174 %if %{with static_libs}
3175 %files -n eldbus-static
3176 %defattr(644,root,root,755)
3177 %{_libdir}/libeldbus.a
3178 %endif
3179
3180 %files -n embryo
3181 %defattr(644,root,root,755)
3182 %attr(755,root,root) %{_bindir}/embryo_cc
3183 %attr(755,root,root) %{_libdir}/libembryo.so.*.*.*
3184 %attr(755,root,root) %ghost %{_libdir}/libembryo.so.1
3185 # for embryo_cc
3186 %{_datadir}/embryo
3187
3188 %files -n embryo-devel
3189 %defattr(644,root,root,755)
3190 %attr(755,root,root) %{_libdir}/libembryo.so
3191 %{_includedir}/embryo-1
3192 %{_pkgconfigdir}/embryo.pc
3193
3194 %if %{with static_libs}
3195 %files -n embryo-static
3196 %defattr(644,root,root,755)
3197 %{_libdir}/libembryo.a
3198 %endif
3199
3200 %files -n emotion
3201 %defattr(644,root,root,755)
3202 %attr(755,root,root) %{_libdir}/libemotion.so.*.*.*
3203 %attr(755,root,root) %ghost %{_libdir}/libemotion.so.1
3204 %dir %{_libdir}/emotion
3205 %dir %{_libdir}/emotion/modules
3206 %{_datadir}/emotion
3207
3208 %files -n emotion-devel
3209 %defattr(644,root,root,755)
3210 %attr(755,root,root) %{_libdir}/libemotion.so
3211 %{_includedir}/emotion-1
3212 %{_pkgconfigdir}/emotion.pc
3213 %{_libdir}/cmake/Emotion
3214
3215 %if %{with static_libs}
3216 %files -n emotion-static
3217 %defattr(644,root,root,755)
3218 %{_libdir}/libemotion.a
3219 %endif
3220
3221 %if %{with gstreamer}
3222 %files -n emotion-decoder-gstreamer
3223 %defattr(644,root,root,755)
3224 %dir %{_libdir}/emotion/modules/gstreamer1
3225 %dir %{_libdir}/emotion/modules/gstreamer1/%{arch_tag}
3226 %attr(755,root,root) %{_libdir}/emotion/modules/gstreamer1/%{arch_tag}/module.so
3227 %endif
3228
3229 %if %{with xine}
3230 %files -n emotion-decoder-xine
3231 %defattr(644,root,root,755)
3232 %dir %{_libdir}/emotion/modules/xine
3233 %dir %{_libdir}/emotion/modules/xine/%{arch_tag}
3234 %attr(755,root,root) %{_libdir}/emotion/modules/xine/%{arch_tag}/module.so
3235 %endif
3236
3237 %files -n eo
3238 %defattr(644,root,root,755)
3239 %attr(755,root,root) %{_libdir}/libeo.so.*.*.*
3240 %attr(755,root,root) %ghost %{_libdir}/libeo.so.1
3241
3242 %files -n eo-devel
3243 %defattr(644,root,root,755)
3244 %attr(755,root,root) %{_libdir}/libeo.so
3245 %{_includedir}/eo-1
3246 %{_pkgconfigdir}/eo.pc
3247 %{_libdir}/cmake/Eo
3248
3249 %if %{with static_libs}
3250 %files -n eo-static
3251 %defattr(644,root,root,755)
3252 %{_libdir}/libeo.a
3253 %endif
3254
3255 %files -n eo-cxx-devel
3256 %defattr(644,root,root,755)
3257 %{_includedir}/eo-cxx-1
3258 %{_pkgconfigdir}/eo-cxx.pc
3259 %{_libdir}/cmake/EoCxx
3260
3261 %files -n eo-gdb
3262 %defattr(644,root,root,755)
3263 %dir %{_datadir}/eo
3264 %{_datadir}/eo/gdb
3265 %{_datadir}/gdb/auto-load/usr/%{_lib}/libeo.so.%{version}-gdb.py
3266
3267 %files -n eolian
3268 %defattr(644,root,root,755)
3269 %attr(755,root,root) %{_bindir}/eolian_cxx
3270 %attr(755,root,root) %{_bindir}/eolian_gen
3271 %attr(755,root,root) %{_libdir}/libeolian.so.*.*.*
3272 %attr(755,root,root) %ghost %{_libdir}/libeolian.so.1
3273 %dir %{_datadir}/eolian
3274 %dir %{_datadir}/eolian/include
3275 # package everything here or per-library split?
3276 %{_datadir}/eolian/include/ecore-1
3277 %{_datadir}/eolian/include/edje-1
3278 %{_datadir}/eolian/include/eo-1
3279 %{_datadir}/eolian/include/evas-1
3280
3281 %files -n eolian-devel
3282 %defattr(644,root,root,755)
3283 %attr(755,root,root) %{_libdir}/libeolian.so
3284 %{_includedir}/eolian-1
3285 %{_pkgconfigdir}/eolian.pc
3286 %{_libdir}/cmake/Eolian
3287
3288 %files -n eolian-static
3289 %defattr(644,root,root,755)
3290 %{_libdir}/libeolian.a
3291
3292 %files -n eolian-cxx-devel
3293 %defattr(644,root,root,755)
3294 %{_includedir}/eolian-cxx-1
3295 %{_pkgconfigdir}/eolian-cxx.pc
3296 %{_libdir}/cmake/EolianCxx
3297
3298 %files -n ephysics
3299 %defattr(644,root,root,755)
3300 %attr(755,root,root) %{_libdir}/libephysics.so.*.*.*
3301 %attr(755,root,root) %ghost %{_libdir}/libephysics.so.1
3302
3303 %files -n ephysics-devel
3304 %defattr(644,root,root,755)
3305 %attr(755,root,root) %{_libdir}/libephysics.so
3306 %{_includedir}/ephysics-1
3307 %{_pkgconfigdir}/ephysics.pc
3308
3309 %if %{with static_libs}
3310 %files -n ephysics-static
3311 %defattr(644,root,root,755)
3312 %{_libdir}/libephysics.a
3313 %endif
3314
3315 %files -n ethumb
3316 %defattr(644,root,root,755)
3317 %attr(755,root,root) %{_bindir}/ethumb
3318 %attr(755,root,root) %{_bindir}/ethumbd
3319 %attr(755,root,root) %{_bindir}/ethumbd_client
3320 %dir %{_libdir}/ethumb_client
3321 %dir %{_libdir}/ethumb_client/utils
3322 %dir %{_libdir}/ethumb_client/utils/%{arch_tag}
3323 %attr(755,root,root) %{_libdir}/ethumb_client/utils/%{arch_tag}/ethumbd_slave
3324 %if %{with systemd}
3325 %{systemduserunitdir}/ethumb.service
3326 %endif
3327 %{_datadir}/dbus-1/services/org.enlightenment.Ethumb.service
3328 %{_datadir}/ethumb
3329 %{_datadir}/ethumb_client
3330
3331 %files -n ethumb-libs
3332 %defattr(644,root,root,755)
3333 %attr(755,root,root) %{_libdir}/libethumb.so.*.*.*
3334 %attr(755,root,root) %ghost %{_libdir}/libethumb.so.1
3335 %attr(755,root,root) %{_libdir}/libethumb_client.so.*.*.*
3336 %attr(755,root,root) %ghost %{_libdir}/libethumb_client.so.1
3337 %dir %{_libdir}/ethumb
3338 %dir %{_libdir}/ethumb/modules
3339
3340 %files -n ethumb-devel
3341 %defattr(644,root,root,755)
3342 %attr(755,root,root) %{_libdir}/libethumb.so
3343 %attr(755,root,root) %{_libdir}/libethumb_client.so
3344 %{_includedir}/ethumb-1
3345 %{_includedir}/ethumb-client-1
3346 %{_pkgconfigdir}/ethumb.pc
3347 %{_pkgconfigdir}/ethumb_client.pc
3348 %{_libdir}/cmake/Ethumb
3349 %{_libdir}/cmake/EthumbClient
3350
3351 %if %{with static_libs}
3352 %files -n ethumb-static
3353 %defattr(644,root,root,755)
3354 %{_libdir}/libethumb.a
3355 %{_libdir}/libethumb_client.a
3356 %endif
3357
3358 %files -n ethumb-plugin-emotion
3359 %defattr(644,root,root,755)
3360 %dir %{_libdir}/ethumb/modules/emotion
3361 %dir %{_libdir}/ethumb/modules/emotion/%{arch_tag}
3362 %attr(755,root,root) %{_libdir}/ethumb/modules/emotion/%{arch_tag}/module.so
3363 %{_libdir}/ethumb/modules/emotion/%{arch_tag}/template.edj
3364
3365 %files -n evas
3366 %defattr(644,root,root,755)
3367 %attr(755,root,root) %{_bindir}/evas_cserve2_client
3368 %attr(755,root,root) %{_bindir}/evas_cserve2_debug
3369 %attr(755,root,root) %{_bindir}/evas_cserve2_shm_debug
3370 %attr(755,root,root) %{_bindir}/evas_cserve2_usage
3371 %attr(755,root,root) %{_libdir}/libevas.so.*.*.*
3372 %attr(755,root,root) %ghost %{_libdir}/libevas.so.1
3373 %dir %{_libdir}/evas
3374 %dir %{_libdir}/evas/cserve2
3375 %dir %{_libdir}/evas/cserve2/bin
3376 %dir %{_libdir}/evas/cserve2/bin/%{arch_tag}
3377 %attr(755,root,root) %{_libdir}/evas/cserve2/bin/%{arch_tag}/evas_cserve2
3378 %attr(755,root,root) %{_libdir}/evas/cserve2/bin/%{arch_tag}/evas_cserve2_slave
3379 %dir %{_libdir}/evas/modules
3380 %dir %{_libdir}/evas/modules/engines
3381 %dir %{_libdir}/evas/modules/loaders
3382 %dir %{_libdir}/evas/modules/savers
3383 %{_datadir}/evas
3384
3385 %files -n evas-devel
3386 %defattr(644,root,root,755)
3387 %attr(755,root,root) %{_libdir}/libevas.so
3388 %{_includedir}/evas-1
3389 %{_pkgconfigdir}/evas.pc
3390 # engine private structures
3391 %{?with_drm:%{_pkgconfigdir}/evas-drm.pc}
3392 %{?with_fb:%{_pkgconfigdir}/evas-fb.pc}
3393 %{?with_sdl:%{_pkgconfigdir}/evas-opengl-sdl.pc}
3394 %{_pkgconfigdir}/evas-opengl-x11.pc
3395 %{_pkgconfigdir}/evas-software-buffer.pc
3396 %{_pkgconfigdir}/evas-software-x11.pc
3397 %if %{with wayland}
3398 %{?with_wayland_egl:%{_pkgconfigdir}/evas-wayland-egl.pc}
3399 %{_pkgconfigdir}/evas-wayland-shm.pc
3400 %endif
3401 %{_libdir}/cmake/Evas
3402
3403 %if %{with static_libs}
3404 %files -n evas-static
3405 %defattr(644,root,root,755)
3406 %{_libdir}/libevas.a
3407 %endif
3408
3409 %files -n evas-cxx-devel
3410 %defattr(644,root,root,755)
3411 %{_includedir}/evas-cxx-1
3412 %{_pkgconfigdir}/evas-cxx.pc
3413 %{_libdir}/cmake/EvasCxx
3414
3415 %if %{with drm}
3416 %files -n evas-engine-drm
3417 %defattr(644,root,root,755)
3418 %dir %{_libdir}/evas/modules/engines/drm
3419 %dir %{_libdir}/evas/modules/engines/drm/%{arch_tag}
3420 %attr(755,root,root) %{_libdir}/evas/modules/engines/drm/%{arch_tag}/module.so
3421 %endif
3422
3423 %if %{with fb}
3424 %files -n evas-engine-fb
3425 %defattr(644,root,root,755)
3426 %dir %{_libdir}/evas/modules/engines/fb
3427 %dir %{_libdir}/evas/modules/engines/fb/%{arch_tag}
3428 %attr(755,root,root) %{_libdir}/evas/modules/engines/fb/%{arch_tag}/module.so
3429 %endif
3430
3431 %if %{with sdl}
3432 %files -n evas-engine-gl_sdl
3433 %defattr(644,root,root,755)
3434 %dir %{_libdir}/evas/modules/engines/gl_sdl
3435 %dir %{_libdir}/evas/modules/engines/gl_sdl/%{arch_tag}
3436 %attr(755,root,root) %{_libdir}/evas/modules/engines/gl_sdl/%{arch_tag}/module.so
3437 %endif
3438
3439 %files -n evas-engine-gl_x11
3440 %defattr(644,root,root,755)
3441 %dir %{_libdir}/evas/modules/engines/gl_x11
3442 %dir %{_libdir}/evas/modules/engines/gl_x11/%{arch_tag}
3443 %attr(755,root,root) %{_libdir}/evas/modules/engines/gl_x11/%{arch_tag}/module.so
3444
3445 %files -n evas-engine-software_x11
3446 %defattr(644,root,root,755)
3447 %dir %{_libdir}/evas/modules/engines/software_x11
3448 %dir %{_libdir}/evas/modules/engines/software_x11/%{arch_tag}
3449 %attr(755,root,root) %{_libdir}/evas/modules/engines/software_x11/%{arch_tag}/module.so
3450
3451 %if %{with wayland}
3452 %if %{with wayland_egl}
3453 %files -n evas-engine-wayland_egl
3454 %defattr(644,root,root,755)
3455 %dir %{_libdir}/evas/modules/engines/wayland_egl
3456 %dir %{_libdir}/evas/modules/engines/wayland_egl/%{arch_tag}
3457 %attr(755,root,root) %{_libdir}/evas/modules/engines/wayland_egl/%{arch_tag}/module.so
3458 %endif
3459
3460 %files -n evas-engine-wayland_shm
3461 %defattr(644,root,root,755)
3462 %dir %{_libdir}/evas/modules/engines/wayland_shm
3463 %dir %{_libdir}/evas/modules/engines/wayland_shm/%{arch_tag}
3464 %attr(755,root,root) %{_libdir}/evas/modules/engines/wayland_shm/%{arch_tag}/module.so
3465 %endif
3466
3467 %files -n evas-loader-gif
3468 %defattr(644,root,root,755)
3469 %dir %{_libdir}/evas/modules/loaders/gif
3470 %dir %{_libdir}/evas/modules/loaders/gif/%{arch_tag}
3471 %attr(755,root,root) %{_libdir}/evas/modules/loaders/gif/%{arch_tag}/module.so
3472
3473 %files -n evas-loader-jp2k
3474 %defattr(644,root,root,755)
3475 %dir %{_libdir}/evas/modules/loaders/jp2k
3476 %dir %{_libdir}/evas/modules/loaders/jp2k/%{arch_tag}
3477 %attr(755,root,root) %{_libdir}/evas/modules/loaders/jp2k/%{arch_tag}/module.so
3478
3479 %files -n evas-loader-jpeg
3480 %defattr(644,root,root,755)
3481 %dir %{_libdir}/evas/modules/loaders/jpeg
3482 %dir %{_libdir}/evas/modules/loaders/jpeg/%{arch_tag}
3483 %attr(755,root,root) %{_libdir}/evas/modules/loaders/jpeg/%{arch_tag}/module.so
3484
3485 %files -n evas-loader-png
3486 %defattr(644,root,root,755)
3487 %dir %{_libdir}/evas/modules/loaders/png
3488 %dir %{_libdir}/evas/modules/loaders/png/%{arch_tag}
3489 %attr(755,root,root) %{_libdir}/evas/modules/loaders/png/%{arch_tag}/module.so
3490
3491 %files -n evas-loader-tiff
3492 %defattr(644,root,root,755)
3493 %dir %{_libdir}/evas/modules/loaders/tiff
3494 %dir %{_libdir}/evas/modules/loaders/tiff/%{arch_tag}
3495 %attr(755,root,root) %{_libdir}/evas/modules/loaders/tiff/%{arch_tag}/module.so
3496
3497 %files -n evas-loader-webp
3498 %defattr(644,root,root,755)
3499 %dir %{_libdir}/evas/modules/loaders/webp
3500 %dir %{_libdir}/evas/modules/loaders/webp/%{arch_tag}
3501 %attr(755,root,root) %{_libdir}/evas/modules/loaders/webp/%{arch_tag}/module.so
3502
3503 %files -n evas-saver-jpeg
3504 %defattr(644,root,root,755)
3505 %dir %{_libdir}/evas/modules/savers/jpeg
3506 %dir %{_libdir}/evas/modules/savers/jpeg/%{arch_tag}
3507 %attr(755,root,root) %{_libdir}/evas/modules/savers/jpeg/%{arch_tag}/module.so
3508
3509 %files -n evas-saver-png
3510 %defattr(644,root,root,755)
3511 %dir %{_libdir}/evas/modules/savers/png
3512 %dir %{_libdir}/evas/modules/savers/png/%{arch_tag}
3513 %attr(755,root,root) %{_libdir}/evas/modules/savers/png/%{arch_tag}/module.so
3514
3515 %files -n evas-saver-tiff
3516 %defattr(644,root,root,755)
3517 %dir %{_libdir}/evas/modules/savers/tiff
3518 %dir %{_libdir}/evas/modules/savers/tiff/%{arch_tag}
3519 %attr(755,root,root) %{_libdir}/evas/modules/savers/tiff/%{arch_tag}/module.so
3520
3521 %files -n evas-saver-webp
3522 %defattr(644,root,root,755)
3523 %dir %{_libdir}/evas/modules/savers/webp
3524 %dir %{_libdir}/evas/modules/savers/webp/%{arch_tag}
3525 %attr(755,root,root) %{_libdir}/evas/modules/savers/webp/%{arch_tag}/module.so
3526
3527 %files -n vim-addon-efl
3528 %defattr(644,root,root,755)
3529 %doc data/edje/vim/plugin-info.txt
3530 %{_datadir}/vim/autoload/edccomplete.vim
3531 %{_datadir}/vim/vimfiles/ftdetect/edc.vim
3532 %{_datadir}/vim/vimfiles/ftplugin/edc.vim
3533 %{_datadir}/vim/vimfiles/indent/edc.vim
3534 # owner?
3535 %dir %{_datadir}/vim/vimfiles/snippets
3536 %{_datadir}/vim/vimfiles/snippets/edc.snippets
3537 %{_datadir}/vim/vimfiles/syntax/edc.vim
3538 %{_datadir}/vim/vimfiles/syntax/embryo.vim
This page took 0.519211 seconds and 4 git commands to generate.