]> git.pld-linux.org Git - packages/ecore.git/blob - ecore.spec
- rebuild with DirectFB 1.6.x
[packages/ecore.git] / ecore.spec
1 # TODO: drop --disable-ecore-evas-software-8-x11 when fixed (xcb_api only)
2 #
3 # Conditional build:
4 %bcond_without  static_libs     # don't build static library
5 %bcond_without  xcb             # force disabling XCB usage
6 %bcond_with     xcb_api         # XCB instead of Xlib (highly experimental, no XIM module)
7                                 # must be consistent with xcb_api setting in evas!
8 %bcond_without  cares           # use c-ares
9 %bcond_without  ibus            # IBus module
10 %bcond_without  scim            # SCIM module
11 %bcond_without  wayland         # Wayland library module
12 #
13 %if %{without xcb}
14 %undefine       xcb_api
15 %endif
16 %if %{with xcb_api}
17 %undefine       with_wayland
18 %define         xapi    xcb
19 %else
20 %define         xapi    xlib
21 %endif
22 Summary:        Enlightened Core X interface library
23 Summary(pl.UTF-8):      Biblioteka interfejsu X Enlightened Core
24 Name:           ecore
25 Version:        1.7.0
26 Release:        2
27 License:        BSD
28 Group:          X11/Libraries
29 Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
30 # Source0-md5:  9072b65366fe42612812001075e29789
31 URL:            http://trac.enlightenment.org/e/wiki/Ecore
32 BuildRequires:  DirectFB-devel >= 0.9.16
33 BuildRequires:  SDL-devel >= 1.2.0
34 BuildRequires:  autoconf >= 2.52
35 BuildRequires:  automake >= 1.6
36 %if %{with cares}
37 BuildRequires:  c-ares-devel >= 1.6.1
38 %endif
39 BuildRequires:  curl-devel
40 BuildRequires:  eina-devel >= 1.7.0
41 # for disabled config library
42 #BuildRequires: eet-devel >= 1.7.0
43 BuildRequires:  evas-devel(%{xapi}) >= 1.7.0
44 BuildRequires:  gettext-devel >= 0.17
45 BuildRequires:  glib2-devel >= 2.0
46 BuildRequires:  gnutls-devel >= 2.10.2
47 %{?with_ibus:BuildRequires:     ibus-devel >= 1.4}
48 BuildRequires:  libtool
49 BuildRequires:  pkgconfig >= 1:0.22
50 %{?with_scim:BuildRequires:     scim-devel}
51 BuildRequires:  tslib-devel
52 %if %{with xcb_api}
53 BuildRequires:  libxcb-devel
54 BuildRequires:  pixman-devel
55 BuildRequires:  xcb-util-devel >= 0.3.8
56 BuildRequires:  xcb-util-image-devel
57 BuildRequires:  xcb-util-keysyms-devel >= 0.3.8
58 BuildRequires:  xcb-util-wm-devel >= 0.3.8
59 %else
60 BuildRequires:  xorg-lib-libX11-devel
61 BuildRequires:  xorg-lib-libXScrnSaver-devel
62 BuildRequires:  xorg-lib-libXcomposite-devel
63 BuildRequires:  xorg-lib-libXcursor-devel
64 BuildRequires:  xorg-lib-libXdamage-devel
65 BuildRequires:  xorg-lib-libXext-devel
66 BuildRequires:  xorg-lib-libXfixes-devel
67 BuildRequires:  xorg-lib-libXi-devel >= 1.3
68 BuildRequires:  xorg-lib-libXinerama-devel
69 BuildRequires:  xorg-lib-libXp-devel
70 BuildRequires:  xorg-lib-libXrandr-devel
71 BuildRequires:  xorg-lib-libXrender-devel
72 BuildRequires:  xorg-lib-libXtst-devel
73 # xorg-lib-libXgesture-devel
74 %endif
75 %if %{with wayland}
76 BuildRequires:  wayland-devel
77 BuildRequires:  xorg-lib-libxkbcommon-devel
78 %endif
79 Requires:       eina >= 1.7.0
80 Obsoletes:      ecore-desktop
81 Obsoletes:      ecore-job
82 Obsoletes:      ecore-libs
83 Obsoletes:      ecore-txt
84 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
85
86 %undefine       __cxx
87
88 %description
89 Ecore is the event/X abstraction layer that makes doing selections,
90 Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
91 optimized, and convenient. It's a separate library so anyone can make
92 use of the work put into Ecore to make this job easy for applications.
93
94 %description -l pl.UTF-8
95 Ecore to warstwa abstrakcji zdarzeń/X, która powoduje, że dokonywanie
96 zaznaczeń, Xdnd, ogólne operacje X, pętle zdarzeń, obsługa timeoutów i
97 bezczynności są szybkie, zoptymalizowane i wygodne. Jest to wydzielona
98 biblioteka, więc każdy może skorzystać z pracy włożonej w Ecore do
99 ułatwienia swojej pracy przy aplikacjach.
100
101 %package devel
102 Summary:        Header files for Ecore library
103 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ecore
104 Group:          Development/Libraries
105 Requires:       %{name} = %{version}-%{release}
106 Requires:       eina-devel >= 1.7.0
107 Requires:       glib2-devel >= 2.0
108
109 %description devel
110 Header files for Ecore library.
111
112 %description devel -l pl.UTF-8
113 Pliki nagłówkowe biblioteki Ecore.
114
115 %package static
116 Summary:        Static Ecore library
117 Summary(pl.UTF-8):      Statyczna biblioteka Ecore
118 Group:          Development/Libraries
119 Requires:       %{name}-devel = %{version}-%{release}
120
121 %description static
122 Static Ecore library.
123
124 %description static -l pl.UTF-8
125 Statyczna biblioteka Ecore.
126
127 %package con
128 Summary:        Ecore Con(nection) library
129 Summary(pl.UTF-8):      Biblioteka połączeń Ecore Con
130 Group:          Libraries
131 Requires:       %{name} = %{version}-%{release}
132 Requires:       gnutls >= 2.10.2
133
134 %description con
135 Ecore Con(nection) Library.
136
137 %description con -l pl.UTF-8
138 Biblioteka połączeń Ecore Con.
139
140 %package con-devel
141 Summary:        Header file for Ecore Con library
142 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Con
143 Group:          Development/Libraries
144 Requires:       %{name}-con = %{version}-%{release}
145 Requires:       %{name}-devel = %{version}-%{release}
146 %{?with_cares:Requires: c-ares-devel >= 1.6.1}
147 Requires:       curl-devel
148 Requires:       gnutls-devel >= 2.10.2
149
150 %description con-devel
151 Header file for Ecore Con(nection) library.
152
153 %description con-devel -l pl.UTF-8
154 Plik nagłówkowy biblioteki połączeń Ecore Con.
155
156 %package con-static
157 Summary:        Static Ecore Con library
158 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Con
159 Group:          Development/Libraries
160 Requires:       %{name}-con-devel = %{version}-%{release}
161
162 %description con-static
163 Static Ecore Con(nection) library.
164
165 %description con-static -l pl.UTF-8
166 Statyczna biblioteka połączeń Ecore Con.
167
168 %package config
169 Summary:        Ecore Config library
170 Summary(pl.UTF-8):      Biblioteka właściwości Ecore Config
171 Group:          Libraries
172 Requires:       %{name}-ipc = %{version}-%{release}
173 Requires:       eet >= 1.7.0
174 Requires:       evas >= 1.7.0
175
176 %description config
177 Ecore Config library.
178
179 %description config -l pl.UTF-8
180 Biblioteka właściwości Ecore Config.
181
182 %package config-devel
183 Summary:        Header file for Ecore Config library
184 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Config
185 Group:          Development/Libraries
186 Requires:       %{name}-config = %{version}-%{release}
187 Requires:       %{name}-devel = %{version}-%{release}
188 Requires:       %{name}-ipc-devel = %{version}-%{release}
189 Requires:       eet-devel >= 1.7.0
190 Requires:       evas-devel >= 1.7.0
191
192 %description config-devel
193 Header file for Ecore Config library.
194
195 %description config-devel -l pl.UTF-8
196 Plik nagłówkowy biblioteki właściwości Ecore Config.
197
198 %package config-static
199 Summary:        Static Ecore Config library
200 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Config
201 Group:          Development/Libraries
202 Requires:       %{name}-config-devel = %{version}-%{release}
203
204 %description config-static
205 Static Ecore Config library.
206
207 %description config-static -l pl.UTF-8
208 Statyczna biblioteka właściwości Ecore Config.
209
210 %package directfb
211 Summary:        Ecore DirectFB (frame buffer system functions) library
212 Summary(pl.UTF-8):      Biblioteka Ecore DirectFB (funkcji systemowych framebuffera)
213 Group:          Libraries
214 Requires:       %{name} = %{version}-%{release}
215 Requires:       DirectFB >= 0.9.16
216
217 %description directfb
218 Ecore DirectFB (frame buffer system functions) library.
219
220 %description directfb -l pl.UTF-8
221 Biblioteka Ecore DirectFB (funkcji systemowych framebuffera).
222
223 %package directfb-devel
224 Summary:        Header file for Ecore DirectFB library
225 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore DirectFB
226 Group:          Development/Libraries
227 Requires:       %{name}-devel = %{version}-%{release}
228 Requires:       %{name}-directfb = %{version}-%{release}
229 Requires:       DirectFB-devel >= 0.9.16
230
231 %description directfb-devel
232 Header file for Ecore DirectFB (frame buffer system functions)
233 library.
234
235 %description directfb-devel -l pl.UTF-8
236 Plik nagłówkowy biblioteki Ecore DirectFB (funkcji systemowych
237 framebuffera).
238
239 %package directfb-static
240 Summary:        Static Ecore DirectFB library
241 Summary(pl.UTF-8):      Statyczna biblioteka Ecore DirectFB
242 Group:          Development/Libraries
243 Requires:       %{name}-directfb-devel = %{version}-%{release}
244
245 %description directfb-static
246 Static Ecore DirectFB (frame buffer system functions) library.
247
248 %description directfb-static -l pl.UTF-8
249 Statyczna biblioteka Ecore DirectFB (funkcji systemowych
250 framebuffera).
251
252 %package evas
253 Summary:        Ecore Evas library
254 Summary(pl.UTF-8):      Biblioteka Ecore Evas
255 Group:          Libraries
256 Requires:       %{name} = %{version}-%{release}
257 Requires:       %{name}-directfb = %{version}-%{release}
258 Requires:       %{name}-fb = %{version}-%{release}
259 Requires:       %{name}-input = %{version}-%{release}
260 Requires:       %{name}-input-evas = %{version}-%{release}
261 Requires:       %{name}-ipc = %{version}-%{release}
262 Requires:       %{name}-sdl = %{version}-%{release}
263 %if %{with wayland}
264 Requires:       %{name}-wayland = %{version}-%{release}
265 %endif
266 Requires:       %{name}-x = %{version}-%{release}
267 Requires:       evas >= 1.7.0
268
269 %description evas
270 Ecore Evas library.
271
272 %description evas -l pl.UTF-8
273 Biblioteka Ecore Evas.
274
275 %package evas-devel
276 Summary:        Header file for Ecore Evas library
277 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Evas
278 Group:          Development/Libraries
279 Requires:       %{name}-devel = %{version}-%{release}
280 Requires:       %{name}-directfb-devel = %{version}-%{release}
281 Requires:       %{name}-evas = %{version}-%{release}
282 Requires:       %{name}-fb-devel = %{version}-%{release}
283 Requires:       %{name}-input-devel = %{version}-%{release}
284 Requires:       %{name}-input-evas-devel = %{version}-%{release}
285 Requires:       %{name}-ipc-devel = %{version}-%{release}
286 Requires:       %{name}-sdl-devel = %{version}-%{release}
287 %if %{with wayland}
288 Requires:       %{name}-wayland-devel = %{version}-%{release}
289 %endif
290 Requires:       %{name}-x-devel = %{version}-%{release}
291 Requires:       evas-devel >= 1.7.0
292
293 %description evas-devel
294 Header file for Ecore Evas library.
295
296 %description evas-devel -l pl.UTF-8
297 Plik nagłówkowy biblioteki Ecore Evas.
298
299 %package evas-static
300 Summary:        Static Ecore Evas library
301 Summary(pl.UTF-8):      Biblioteka statyczna Ecore Evas
302 Group:          Development/Libraries
303 Requires:       %{name}-evas-devel = %{version}-%{release}
304
305 %description evas-static
306 Static Ecore Evas library.
307
308 %description evas-static -l pl.UTF-8
309 Biblioteka statyczna Ecore Evas.
310
311 %package fb
312 Summary:        Ecore FB (frame buffer system functions) library
313 Summary(pl.UTF-8):      Biblioteka Ecore FB (funkcji systemowych framebuffera)
314 Group:          Libraries
315 Requires:       %{name} = %{version}-%{release}
316
317 %description fb
318 Ecore FB (frame buffer system functions) library.
319
320 %description fb -l pl.UTF-8
321 Biblioteka Ecore FB (funkcji systemowych framebuffera).
322
323 %package fb-devel
324 Summary:        Header file for Ecore FB library
325 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore FB
326 Group:          Development/Libraries
327 Requires:       %{name}-devel = %{version}-%{release}
328 Requires:       %{name}-fb = %{version}-%{release}
329 Requires:       tslib-devel
330
331 %description fb-devel
332 Header file for Ecore FB (frame buffer system functions) library.
333
334 %description fb-devel -l pl.UTF-8
335 Plik nagłówkowy biblioteki Ecore FB (funkcji systemowych
336 framebuffera).
337
338 %package fb-static
339 Summary:        Static Ecore FB library
340 Summary(pl.UTF-8):      Statyczna biblioteka Ecore FB
341 Group:          Development/Libraries
342 Requires:       %{name}-fb-devel = %{version}-%{release}
343
344 %description fb-static
345 Static Ecore FB (frame buffer system functions) library.
346
347 %description fb-static -l pl.UTF-8
348 Statyczna biblioteka Ecore FB (funkcji systemowych framebuffera).
349
350 %package file
351 Summary:        Ecore File library
352 Summary(pl.UTF-8):      Biblioteka Ecore File
353 Group:          Libraries
354 Requires:       %{name} = %{version}-%{release}
355 Requires:       %{name}-con = %{version}-%{release}
356
357 %description file
358 Ecore File library.
359
360 %description file -l pl.UTF-8
361 Biblioteka Ecore File.
362
363 %package file-devel
364 Summary:        Header file for Ecore File library
365 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore File
366 Group:          Development/Libraries
367 Requires:       %{name}-con-devel = %{version}-%{release}
368 Requires:       %{name}-devel = %{version}-%{release}
369 Requires:       %{name}-file = %{version}-%{release}
370
371 %description file-devel
372 Header file for Ecore File library.
373
374 %description file-devel -l pl.UTF-8
375 Plik nagłówkowy biblioteki Ecore File.
376
377 %package file-static
378 Summary:        Static Ecore File library
379 Summary(pl.UTF-8):      Statyczna biblioteka Ecore File
380 Group:          Development/Libraries
381 Requires:       %{name}-file-devel = %{version}-%{release}
382
383 %description file-static
384 Static Ecore File library.
385
386 %description file-static -l pl.UTF-8
387 Statyczna biblioteka Ecore File.
388
389 %package imf
390 Summary:        Ecore IMF library
391 Summary(pl.UTF-8):      Biblioteka Ecore IMF
392 Group:          Libraries
393 Requires:       %{name} = %{version}-%{release}
394
395 %description imf
396 Ecore IMF library.
397
398 %description imf -l pl.UTF-8
399 Biblioteka Ecore IMF.
400
401 %package imf-devel
402 Summary:        Header file for Ecore IMF library
403 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore IMF
404 Group:          Development/Libraries
405 Requires:       %{name}-devel = %{version}-%{release}
406 Requires:       %{name}-imf = %{version}-%{release}
407
408 %description imf-devel
409 Header file for Ecore IMF library.
410
411 %description imf-devel -l pl.UTF-8
412 Plik nagłówkowy biblioteki Ecore IMF.
413
414 %package imf-static
415 Summary:        Static Ecore IMF library
416 Summary(pl.UTF-8):      Statyczna biblioteka Ecore IMF
417 Group:          Development/Libraries
418 Requires:       %{name}-imf-devel = %{version}-%{release}
419
420 %description imf-static
421 Static Ecore IMF library.
422
423 %description imf-static -l pl.UTF-8
424 Statyczna biblioteka Ecore IMF.
425
426 %package imf-evas
427 Summary:        Ecore IMF Evas library
428 Summary(pl.UTF-8):      Biblioteka Ecore IMF Evas
429 Group:          Libraries
430 Requires:       %{name} = %{version}-%{release}
431 Requires:       %{name}-imf = %{version}-%{release}
432 Requires:       evas >= 1.7.0
433
434 %description imf-evas
435 Ecore IMF Evas library.
436
437 %description imf-evas -l pl.UTF-8
438 Biblioteka Ecore IMF Evas.
439
440 %package imf-evas-devel
441 Summary:        Header file for Ecore IMF Evas library
442 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore IMF Evas
443 Group:          Development/Libraries
444 Requires:       %{name}-devel = %{version}-%{release}
445 Requires:       %{name}-imf-devel = %{version}-%{release}
446 Requires:       %{name}-imf-evas = %{version}-%{release}
447 Requires:       evas-devel >= 1.7.0
448
449 %description imf-evas-devel
450 Header file for Ecore IMF Evas library.
451
452 %description imf-evas-devel -l pl.UTF-8
453 Plik nagłówkowy biblioteki Ecore IMF Evas.
454
455 %package imf-evas-static
456 Summary:        Static Ecore IMF Evas library
457 Summary(pl.UTF-8):      Statyczna biblioteka Ecore IMF Evas
458 Group:          Development/Libraries
459 Requires:       %{name}-imf-evas-devel = %{version}-%{release}
460
461 %description imf-evas-static
462 Static Ecore IMF Evas library.
463
464 %description imf-evas-static -l pl.UTF-8
465 Statyczna biblioteka Ecore IMF Evas.
466
467 %package input
468 Summary:        Ecore Input library
469 Summary(pl.UTF-8):      Biblioteka Ecore Input
470 Group:          Libraries
471 Requires:       %{name} = %{version}-%{release}
472
473 %description input
474 Ecore Input library.
475
476 %description input -l pl.UTF-8
477 Biblioteka Ecore Input.
478
479 %package input-devel
480 Summary:        Header file for Ecore Input library
481 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Input
482 Group:          Development/Libraries
483 Requires:       %{name}-devel = %{version}-%{release}
484 Requires:       %{name}-input = %{version}-%{release}
485
486 %description input-devel
487 Header file for Ecore Input library.
488
489 %description input-devel -l pl.UTF-8
490 Plik nagłówkowy biblioteki Ecore Input.
491
492 %package input-static
493 Summary:        Static Ecore Input library
494 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Input
495 Group:          Development/Libraries
496 Requires:       %{name}-input-devel = %{version}-%{release}
497
498 %description input-static
499 Static Ecore Input library.
500
501 %description input-static -l pl.UTF-8
502 Statyczna biblioteka Ecore Input.
503
504 %package input-evas
505 Summary:        Ecore Input Evas extension library
506 Summary(pl.UTF-8):      Biblioteka rozszerzenia Ecore Input Evas
507 Group:          Libraries
508 Requires:       %{name} = %{version}-%{release}
509 Requires:       %{name}-input = %{version}-%{release}
510 Requires:       evas >= 1.7.0
511
512 %description input-evas
513 Ecore Input Evas extension library.
514
515 %description input-evas -l pl.UTF-8
516 Biblioteka rozszerzenia Ecore Input Evas.
517
518 %package input-evas-devel
519 Summary:        Header file for Ecore Input Evas extension library
520 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas
521 Group:          Development/Libraries
522 Requires:       %{name}-devel = %{version}-%{release}
523 Requires:       %{name}-input-devel = %{version}-%{release}
524 Requires:       evas-devel >= 1.7.0
525
526 %description input-evas-devel
527 Header file for Ecore Input Evas extension library.
528
529 %description input-evas-devel -l pl.UTF-8
530 Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas.
531
532 %package input-evas-static
533 Summary:        Static Ecore Input Evas extension library
534 Summary(pl.UTF-8):      Statyczna biblioteka rozszerzenia Ecore Input Evas
535 Group:          Libraries
536 Requires:       %{name}-input-evas-devel = %{version}-%{release}
537
538 %description input-evas-static
539 Static Ecore Input Evas extension library.
540
541 %description input-evas-static -l pl.UTF-8
542 Statyczna biblioteka rozszerzenia Ecore Input Evas.
543
544 %package ipc
545 Summary:        Ecore IPC (inter-process communication functions) library
546 Summary(pl.UTF-8):      Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej)
547 Group:          Libraries
548 Requires:       %{name} = %{version}-%{release}
549 Requires:       %{name}-con = %{version}-%{release}
550
551 %description ipc
552 Ecore IPC (inter-process communication functions) library.
553
554 %description ipc -l pl.UTF-8
555 Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
556
557 %package ipc-devel
558 Summary:        Header file for Ecore IPC library
559 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore IPC
560 Group:          Development/Libraries
561 Requires:       %{name}-con-devel = %{version}-%{release}
562 Requires:       %{name}-ipc = %{version}-%{release}
563
564 %description ipc-devel
565 Header file for Ecore IPC (inter-process communication functions)
566 library.
567
568 %description ipc-devel -l pl.UTF-8
569 Plik nagłówkowy biblioteki Ecore IPC (funkcji komunikacji
570 międzyprocesowej).
571
572 %package ipc-static
573 Summary:        Static Ecore IPC library
574 Summary(pl.UTF-8):      Statyczna biblioteka Ecore IPC
575 Group:          Development/Libraries
576 Requires:       %{name}-ipc-devel = %{version}-%{release}
577
578 %description ipc-static
579 Static Ecore IPC (inter-process communication functions) library.
580
581 %description ipc-static -l pl.UTF-8
582 Statyczna biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
583
584 %package sdl
585 Summary:        Ecore SDL library
586 Summary(pl.UTF-8):      Biblioteka Ecore SDL
587 Group:          Libraries
588 Requires:       %{name} = %{version}-%{release}
589 Requires:       %{name}-input = %{version}-%{release}
590 Requires:       SDL >= 1.2.0
591
592 %description sdl
593 Ecore SDL library.
594
595 %description sdl -l pl.UTF-8
596 Biblioteka Ecore SDL.
597
598 %package sdl-devel
599 Summary:        Header file for Ecore SDL library
600 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore SDL
601 Group:          Development/Libraries
602 Requires:       %{name}-devel = %{version}-%{release}
603 Requires:       %{name}-input-devel = %{version}-%{release}
604 Requires:       SDL-devel >= 1.2.0
605
606 %description sdl-devel
607 Header file for Ecore SDL library.
608
609 %description sdl-devel -l pl.UTF-8
610 Plik nagłówkowy biblioteki Ecore SDL.
611
612 %package sdl-static
613 Summary:        Static Ecore SDL library
614 Summary(pl.UTF-8):      Statyczna biblioteka Ecore SDL
615 Group:          Development/Libraries
616 Requires:       %{name}-sdl-devel = %{version}-%{release}
617
618 %description sdl-static
619 Static Ecore SDL library.
620
621 %description sdl-static -l pl.UTF-8
622 Statyczna biblioteka Ecore SDL.
623
624 %package wayland
625 Summary:        Ecore Wayland library
626 Summary(pl.UTF-8):      Biblioteka Ecore Wayland
627 Group:          Libraries
628 Requires:       %{name} = %{version}-%{release}
629 Requires:       %{name}-input = %{version}-%{release}
630
631 %description wayland
632 Ecore Wayland library.
633
634 %description wayland -l pl.UTF-8
635 Biblioteka Ecore Wayland.
636
637 %package wayland-devel
638 Summary:        Header file for Ecore Wayland library
639 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Ecore Wayland
640 Group:          Development/Libraries
641 Requires:       %{name}-devel = %{version}-%{release}
642 Requires:       %{name}-input-devel = %{version}-%{release}
643 Requires:       wayland-devel
644
645 %description wayland-devel
646 Header file for Ecore Wayland library.
647
648 %description wayland-devel -l pl.UTF-8
649 Plik nagłówkowy biblioteki Ecore Wayland.
650
651 %package wayland-static
652 Summary:        Static Ecore Wayland library
653 Summary(pl.UTF-8):      Statyczna biblioteka Ecore Wayland
654 Group:          Development/Libraries
655 Requires:       %{name}-wayland-devel = %{version}-%{release}
656
657 %description wayland-static
658 Static Ecore Wayland library.
659
660 %description wayland-static -l pl.UTF-8
661 Statyczna biblioteka Ecore Wayland.
662
663 %package x
664 Summary:        Ecore X (functions for dealing with the X Window System) library
665 Summary(pl.UTF-8):      Biblioteka Ecore X (funkcji do obsługi X Window System)
666 Group:          X11/Libraries
667 Requires:       %{name} = %{version}-%{release}
668 Requires:       %{name}-input = %{version}-%{release}
669
670 %description x
671 Ecore X (functions for dealing with the X Window System) library.
672
673 %description x -l pl.UTF-8
674 Biblioteka Ecore X (funkcji do obsługi X Window System).
675
676 %package x-devel
677 Summary:        Header files for Ecore X library
678 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ecore X
679 Group:          Development/Libraries
680 Requires:       %{name}-devel = %{version}-%{release}
681 Requires:       %{name}-input-devel = %{version}-%{release}
682 Requires:       %{name}-x = %{version}-%{release}
683 %if %{with xcb}
684 Requires:       libxcb-devel
685 Requires:       pixman-devel
686 Requires:       xcb-util-devel >= 0.3.8
687 Requires:       xcb-util-image-devel
688 Requires:       xcb-util-keysyms-devel >= 0.3.8
689 Requires:       xcb-util-wm-devel >= 0.3.8
690 %else
691 Requires:       xorg-lib-libX11-devel
692 Requires:       xorg-lib-libXScrnSaver-devel
693 Requires:       xorg-lib-libXcomposite-devel
694 Requires:       xorg-lib-libXcursor-devel
695 Requires:       xorg-lib-libXdamage-devel
696 Requires:       xorg-lib-libXext-devel
697 Requires:       xorg-lib-libXfixes-devel
698 Requires:       xorg-lib-libXi-devel >= 1.3
699 Requires:       xorg-lib-libXinerama-devel
700 Requires:       xorg-lib-libXp-devel
701 Requires:       xorg-lib-libXrandr-devel
702 Requires:       xorg-lib-libXrender-devel
703 Requires:       xorg-lib-libXtst-devel
704 %endif
705
706 %description x-devel
707 Header files for Ecore X (functions for dealing with the X Window
708 System) library.
709
710 %description x-devel -l pl.UTF-8
711 Pliki nagłówkowe biblioteki Ecore X (funkcji do obsługi X Window
712 System).
713
714 %package x-static
715 Summary:        Static Ecore X library
716 Summary(pl.UTF-8):      Statyczna biblioteka Ecore X
717 Group:          Development/Libraries
718 Requires:       %{name}-x-devel = %{version}-%{release}
719
720 %description x-static
721 Static Ecore X (functions for dealing with the X Window System)
722 library.
723
724 %description x-static -l pl.UTF-8
725 Statyczna biblioteka Ecore X (funkcji do obsługi X Window System).
726
727 %package module-ibus
728 Summary:        Ecore IBus input method module
729 Summary(pl.UTF-8):      Ecore - moduł metody wprowadzania znaków IBus
730 Group:          X11/Libraries
731 Requires:       %{name}-imf = %{version}-%{release}
732 Requires:       %{name}-input = %{version}-%{release}
733 Requires:       %{name}-x = %{version}-%{release}
734 Requires:       ibus >= 1.4
735
736 %description module-ibus
737 Ecore IBus input method module.
738
739 %description module-ibus -l pl.UTF-8
740 Ecore - moduł metody wprowadzania znaków IBus.
741
742 %package module-scim
743 Summary:        Ecore SCIM input method module
744 Summary(pl.UTF-8):      Ecore - moduł metody wprowadzania znaków SCIM
745 Group:          X11/Libraries
746 Requires:       %{name}-imf = %{version}-%{release}
747 Requires:       %{name}-input = %{version}-%{release}
748 Requires:       %{name}-x = %{version}-%{release}
749 Requires:       scim
750
751 %description module-scim
752 Ecore SCIM input method module.
753
754 %description module-scim -l pl.UTF-8
755 Ecore - moduł metody wprowadzania znaków SCIM.
756
757 %package module-xim
758 Summary:        Ecore XIM input method module
759 Summary(pl.UTF-8):      Ecore - moduł metody wprowadzania znaków XIM
760 Group:          X11/Libraries
761 Requires:       %{name}-imf = %{version}-%{release}
762 Requires:       %{name}-input = %{version}-%{release}
763 Requires:       %{name}-x = %{version}-%{release}
764
765 %description module-xim
766 Ecore XIM input method module.
767
768 %description module-xim -l pl.UTF-8
769 Ecore - moduł metody wprowadzania znaków XIM.
770
771 %prep
772 %setup -q
773
774 %build
775 %{__libtoolize}
776 %{__aclocal} -I m4
777 %{__autoconf}
778 %{__autoheader}
779 %{__automake}
780 %configure \
781         --disable-silent-rules \
782         %{!?with_static_libs:--disable-static} \
783         --disable-ecore-evas-software-8-x11 \
784         --enable-ecore-con      \
785         --enable-ecore-directfb \
786         --enable-ecore-fb       \
787         --enable-ecore-file     \
788         --enable-ecore-ipc      \
789         --enable-ecore-sdl      \
790         --enable-ecore-x        \
791         %{?with_xcb_api:--enable-ecore-x-xcb}   \
792         --enable-ecore-evas     \
793         --enable-ecore-evas-fb  \
794         --enable-cares          \
795         --enable-curl           \
796         --enable-inotify        \
797         --enable-poll
798
799 %{__make}
800
801 %install
802 rm -rf $RPM_BUILD_ROOT
803
804 %{__make} install \
805         DESTDIR=$RPM_BUILD_ROOT
806
807 %{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore/immodules/*.la
808
809 %find_lang %{name} --all-name
810
811 %clean
812 rm -rf $RPM_BUILD_ROOT
813
814 %post   -p /sbin/ldconfig
815 %postun -p /sbin/ldconfig
816 %post   con     -p /sbin/ldconfig
817 %postun con     -p /sbin/ldconfig
818 %post   config  -p /sbin/ldconfig
819 %postun config  -p /sbin/ldconfig
820 %post   directfb -p /sbin/ldconfig
821 %postun directfb -p /sbin/ldconfig
822 %post   evas    -p /sbin/ldconfig
823 %postun evas    -p /sbin/ldconfig
824 %post   fb      -p /sbin/ldconfig
825 %postun fb      -p /sbin/ldconfig
826 %post   file    -p /sbin/ldconfig
827 %postun file    -p /sbin/ldconfig
828 %post   imf     -p /sbin/ldconfig
829 %postun imf     -p /sbin/ldconfig
830 %post   imf-evas -p /sbin/ldconfig
831 %postun imf-evas -p /sbin/ldconfig
832 %post   input   -p /sbin/ldconfig
833 %postun input   -p /sbin/ldconfig
834 %post   input-evas -p /sbin/ldconfig
835 %postun input-evas -p /sbin/ldconfig
836 %post   ipc     -p /sbin/ldconfig
837 %postun ipc     -p /sbin/ldconfig
838 %post   sdl     -p /sbin/ldconfig
839 %postun sdl     -p /sbin/ldconfig
840 %post   x       -p /sbin/ldconfig
841 %postun x       -p /sbin/ldconfig
842
843 %files -f %{name}.lang
844 %defattr(644,root,root,755)
845 %doc AUTHORS COPYING ChangeLog NEWS README
846 %attr(755,root,root) %{_libdir}/libecore.so.*.*.*
847 %attr(755,root,root) %ghost %{_libdir}/libecore.so.1
848 %dir %{_libdir}/ecore
849 %dir %{_libdir}/ecore/immodules
850
851 %files devel
852 %defattr(644,root,root,755)
853 %attr(755,root,root) %{_libdir}/libecore.so
854 %{_libdir}/libecore.la
855 %dir %{_includedir}/ecore-1
856 %{_includedir}/ecore-1/Ecore.h
857 %{_includedir}/ecore-1/Ecore_Getopt.h
858 %{_pkgconfigdir}/ecore.pc
859
860 %if %{with static_libs}
861 %files static
862 %defattr(644,root,root,755)
863 %{_libdir}/libecore.a
864 %endif
865
866 %files con
867 %defattr(644,root,root,755)
868 %attr(755,root,root) %{_libdir}/libecore_con.so.*.*.*
869 %attr(755,root,root) %ghost %{_libdir}/libecore_con.so.1
870
871 %files con-devel
872 %defattr(644,root,root,755)
873 %attr(755,root,root) %{_libdir}/libecore_con.so
874 %{_libdir}/libecore_con.la
875 %{_includedir}/ecore-1/Ecore_Con.h
876 %{_pkgconfigdir}/ecore-con.pc
877
878 %if %{with static_libs}
879 %files con-static
880 %defattr(644,root,root,755)
881 %{_libdir}/libecore_con.a
882 %endif
883
884 %if 0
885 %files config
886 %defattr(644,root,root,755)
887 %attr(755,root,root) %{_bindir}/ecore_config
888 %attr(755,root,root) %{_libdir}/libecore_config.so.*.*.*
889 %attr(755,root,root) %ghost %{_libdir}/libecore_config.so.1
890
891 %files config-devel
892 %defattr(644,root,root,755)
893 %attr(755,root,root) %{_libdir}/libecore_config.so
894 %{_libdir}/libecore_config.la
895 %{_includedir}/ecore-1/Ecore_Config.h
896 %{_pkgconfigdir}/ecore-config.pc
897
898 %if %{with static_libs}
899 %files config-static
900 %defattr(644,root,root,755)
901 %{_libdir}/libecore_config.a
902 %endif
903 %endif
904
905 %files directfb
906 %defattr(644,root,root,755)
907 %attr(755,root,root) %{_libdir}/libecore_directfb.so.*.*.*
908 %attr(755,root,root) %ghost %{_libdir}/libecore_directfb.so.1
909
910 %files directfb-devel
911 %defattr(644,root,root,755)
912 %attr(755,root,root) %{_libdir}/libecore_directfb.so
913 %{_libdir}/libecore_directfb.la
914 %{_includedir}/ecore-1/Ecore_DirectFB.h
915 %{_pkgconfigdir}/ecore-directfb.pc
916
917 %if %{with static_libs}
918 %files directfb-static
919 %defattr(644,root,root,755)
920 %{_libdir}/libecore_directfb.a
921 %endif
922
923 %files evas
924 %defattr(644,root,root,755)
925 %attr(755,root,root) %{_libdir}/libecore_evas.so.*.*.*
926 %attr(755,root,root) %ghost %{_libdir}/libecore_evas.so.1
927
928 %files evas-devel
929 %defattr(644,root,root,755)
930 %attr(755,root,root) %{_libdir}/libecore_evas.so
931 %{_libdir}/libecore_evas.la
932 %{_includedir}/ecore-1/Ecore_Evas.h
933 %{_pkgconfigdir}/ecore-evas.pc
934
935 %if %{with static_libs}
936 %files evas-static
937 %defattr(644,root,root,755)
938 %{_libdir}/libecore_evas.a
939 %endif
940
941 %files fb
942 %defattr(644,root,root,755)
943 %attr(755,root,root) %{_libdir}/libecore_fb.so.*.*.*
944 %attr(755,root,root) %ghost %{_libdir}/libecore_fb.so.1
945
946 %files fb-devel
947 %defattr(644,root,root,755)
948 %attr(755,root,root) %{_libdir}/libecore_fb.so
949 %{_libdir}/libecore_fb.la
950 %{_includedir}/ecore-1/Ecore_Fb.h
951 %{_pkgconfigdir}/ecore-fb.pc
952
953 %if %{with static_libs}
954 %files fb-static
955 %defattr(644,root,root,755)
956 %{_libdir}/libecore_fb.a
957 %endif
958
959 %files file
960 %defattr(644,root,root,755)
961 %attr(755,root,root) %{_libdir}/libecore_file.so.*.*.*
962 %attr(755,root,root) %ghost %{_libdir}/libecore_file.so.1
963
964 %files file-devel
965 %defattr(644,root,root,755)
966 %attr(755,root,root) %{_libdir}/libecore_file.so
967 %{_libdir}/libecore_file.la
968 %{_includedir}/ecore-1/Ecore_File.h
969 %{_pkgconfigdir}/ecore-file.pc
970
971 %if %{with static_libs}
972 %files file-static
973 %defattr(644,root,root,755)
974 %{_libdir}/libecore_file.a
975 %endif
976
977 %files imf
978 %defattr(644,root,root,755)
979 %attr(755,root,root) %{_libdir}/libecore_imf.so.*.*.*
980 %attr(755,root,root) %ghost %{_libdir}/libecore_imf.so.1
981
982 %files imf-devel
983 %defattr(644,root,root,755)
984 %attr(755,root,root) %{_libdir}/libecore_imf.so
985 %{_libdir}/libecore_imf.la
986 %{_includedir}/ecore-1/Ecore_IMF.h
987 %{_pkgconfigdir}/ecore-imf.pc
988
989 %if %{with static_libs}
990 %files imf-static
991 %defattr(644,root,root,755)
992 %{_libdir}/libecore_imf.a
993 %endif
994
995 %files imf-evas
996 %defattr(644,root,root,755)
997 %attr(755,root,root) %{_libdir}/libecore_imf_evas.so.*.*.*
998 %attr(755,root,root) %ghost %{_libdir}/libecore_imf_evas.so.1
999
1000 %files imf-evas-devel
1001 %defattr(644,root,root,755)
1002 %attr(755,root,root) %{_libdir}/libecore_imf_evas.so
1003 %{_libdir}/libecore_imf_evas.la
1004 %{_includedir}/ecore-1/Ecore_IMF_Evas.h
1005 %{_pkgconfigdir}/ecore-imf-evas.pc
1006
1007 %if %{with static_libs}
1008 %files imf-evas-static
1009 %defattr(644,root,root,755)
1010 %{_libdir}/libecore_imf_evas.a
1011 %endif
1012
1013 %files input
1014 %defattr(644,root,root,755)
1015 %attr(755,root,root) %{_libdir}/libecore_input.so.*.*.*
1016 %attr(755,root,root) %ghost %{_libdir}/libecore_input.so.1
1017
1018 %files input-devel
1019 %defattr(644,root,root,755)
1020 %attr(755,root,root) %{_libdir}/libecore_input.so
1021 %{_libdir}/libecore_input.la
1022 %{_includedir}/ecore-1/Ecore_Input.h
1023 %{_pkgconfigdir}/ecore-input.pc
1024
1025 %if %{with static_libs}
1026 %files input-static
1027 %defattr(644,root,root,755)
1028 %{_libdir}/libecore_input.a
1029 %endif
1030
1031 %files input-evas
1032 %defattr(644,root,root,755)
1033 %attr(755,root,root) %{_libdir}/libecore_input_evas.so.*.*.*
1034 %attr(755,root,root) %ghost %{_libdir}/libecore_input_evas.so.1
1035
1036 %files input-evas-devel
1037 %defattr(644,root,root,755)
1038 %attr(755,root,root) %{_libdir}/libecore_input_evas.so
1039 %{_libdir}/libecore_input_evas.la
1040 %{_includedir}/ecore-1/Ecore_Input_Evas.h
1041 %{_pkgconfigdir}/ecore-input-evas.pc
1042
1043 %if %{with static_libs}
1044 %files input-evas-static
1045 %defattr(644,root,root,755)
1046 %{_libdir}/libecore_input_evas.a
1047 %endif
1048
1049 %files ipc
1050 %defattr(644,root,root,755)
1051 %attr(755,root,root) %{_libdir}/libecore_ipc.so.*.*.*
1052 %attr(755,root,root) %ghost %{_libdir}/libecore_ipc.so.1
1053
1054 %files ipc-devel
1055 %defattr(644,root,root,755)
1056 %attr(755,root,root) %{_libdir}/libecore_ipc.so
1057 %{_libdir}/libecore_ipc.la
1058 %{_includedir}/ecore-1/Ecore_Ipc.h
1059 %{_pkgconfigdir}/ecore-ipc.pc
1060
1061 %if %{with static_libs}
1062 %files ipc-static
1063 %defattr(644,root,root,755)
1064 %{_libdir}/libecore_ipc.a
1065 %endif
1066
1067 %files sdl
1068 %defattr(644,root,root,755)
1069 %attr(755,root,root) %{_libdir}/libecore_sdl.so.*.*.*
1070 %attr(755,root,root) %ghost %{_libdir}/libecore_sdl.so.1
1071
1072 %files sdl-devel
1073 %defattr(644,root,root,755)
1074 %attr(755,root,root) %{_libdir}/libecore_sdl.so
1075 %{_libdir}/libecore_sdl.la
1076 %{_includedir}/ecore-1/Ecore_Sdl.h
1077 %{_pkgconfigdir}/ecore-sdl.pc
1078
1079 %if %{with static_libs}
1080 %files sdl-static
1081 %defattr(644,root,root,755)
1082 %{_libdir}/libecore_sdl.a
1083 %endif
1084
1085 %if %{with wayland}
1086 %files wayland
1087 %defattr(644,root,root,755)
1088 %attr(755,root,root) %{_libdir}/libecore_wayland.so.*.*.*
1089 %attr(755,root,root) %ghost %{_libdir}/libecore_wayland.so.1
1090
1091 %files wayland-devel
1092 %defattr(644,root,root,755)
1093 %attr(755,root,root) %{_libdir}/libecore_wayland.so
1094 %{_libdir}/libecore_wayland.la
1095 %{_includedir}/ecore-1/Ecore_Wayland.h
1096 %{_pkgconfigdir}/ecore-wayland.pc
1097
1098 %if %{with static_libs}
1099 %files wayland-static
1100 %defattr(644,root,root,755)
1101 %{_libdir}/libecore_wayland.a
1102 %endif
1103 %endif
1104
1105 %files x
1106 %defattr(644,root,root,755)
1107 %attr(755,root,root) %{_libdir}/libecore_x.so.*.*.*
1108 %attr(755,root,root) %ghost %{_libdir}/libecore_x.so.1
1109
1110 %files x-devel
1111 %defattr(644,root,root,755)
1112 %attr(755,root,root) %{_libdir}/libecore_x.so
1113 %{_libdir}/libecore_x.la
1114 %{_includedir}/ecore-1/Ecore_X.h
1115 %{_includedir}/ecore-1/Ecore_X_Atoms.h
1116 %{_includedir}/ecore-1/Ecore_X_Cursor.h
1117 %{_pkgconfigdir}/ecore-x.pc
1118
1119 %if %{with static_libs}
1120 %files x-static
1121 %defattr(644,root,root,755)
1122 %{_libdir}/libecore_x.a
1123 %endif
1124
1125 %if %{with ibus}
1126 %files module-ibus
1127 %defattr(644,root,root,755)
1128 %attr(755,root,root) %{_libdir}/ecore/immodules/ibus.so
1129 %endif
1130
1131 %if %{with scim}
1132 %files module-scim
1133 %defattr(644,root,root,755)
1134 %attr(755,root,root) %{_libdir}/ecore/immodules/scim.so
1135 %endif
1136
1137 %if %{without xcb_api}
1138 %files module-xim
1139 %defattr(644,root,root,755)
1140 %attr(755,root,root) %{_libdir}/ecore/immodules/xim.so
1141 %endif
This page took 0.119696 seconds and 4 git commands to generate.