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