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