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