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