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