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