packaging: disable rsvg loader for Tizen
[platform/upstream/efl.git] / packaging / efl.spec
1 %bcond_without wayland
2 %bcond_with x
3
4 %define enable_examples       0
5 %define enable_ephysics       0
6 %define enable_elua           0
7 %define enable_wayland_legacy 1
8
9 # this options are for reducing packaing time
10 ##%%define _source_payload w1.gzdio
11 ##%%define _binary_payload w1.gzdio
12
13 # this option is for debugging
14 ##%%define _unpackaged_files_terminate_build 0
15
16 Name:           efl
17 Version:        1.22.0
18 Release:        0
19 License:        LGPL-2.1+
20 Summary:        Enlightenment Foundation Libraries - set of libraries used (not only) by E17
21 Url:            http://enlightenment.org/
22 Group:          Graphics & UI Framework/API
23 Source:         %{name}-%{version}.tar.bz2
24 Source100:      efl.conf
25 Source1001:     efl.manifest
26
27 BuildRequires:  pkgconfig(check)
28 BuildRequires:  pkgconfig(libinput)
29 BuildRequires:  pkgconfig(zlib)
30 BuildRequires:  gettext-tools
31 BuildRequires:  hyphen-devel
32
33 BuildRequires:  meson >= 0.49.0
34
35 %if %{with wayland}
36 BuildRequires:  pkgconfig(gles20)
37 BuildRequires:  pkgconfig(wayland-client)
38 BuildRequires:  pkgconfig(wayland-cursor)
39 BuildRequires:  pkgconfig(wayland-egl)
40 BuildRequires:  pkgconfig(wayland-egl-tizen)
41 BuildRequires:  pkgconfig(text-client)
42 BuildRequires:  pkgconfig(xdg-shell-client)
43 BuildRequires:  pkgconfig(wayland-tbm-client)
44 BuildRequires:  pkgconfig(wayland-tbm-server)
45 BuildRequires:  pkgconfig(tizen-extension-client)
46 BuildRequires:  pkgconfig(tizen-launch-client)
47 BuildRequires:  pkgconfig(tizen-remote-surface-client)
48 BuildRequires:  wayland-protocols
49 Requires:       libwayland-extension-client
50 Requires:       libwayland-egl-tizen
51 %endif
52
53 %if %{with x}
54 BuildRequires:  pkgconfig(glesv2)
55 BuildRequires:  pkgconfig(libdri2)
56 BuildRequires:  pkgconfig(x11)
57 BuildRequires:  pkgconfig(xcursor)
58 BuildRequires:  pkgconfig(xinerama)
59 BuildRequires:  pkgconfig(xpm)
60 BuildRequires:  pkgconfig(xrandr)
61 BuildRequires:  pkgconfig(xext)
62 BuildRequires:  pkgconfig(xcomposite)
63 BuildRequires:  pkgconfig(xdamage)
64 BuildRequires:  pkgconfig(xfixes)
65 BuildRequires:  pkgconfig(xrender)
66 BuildRequires:  pkgconfig(xscrnsaver)
67 BuildRequires:  pkgconfig(libXtst)
68 BuildRequires:  pkgconfig(xi)
69 BuildRequires:  pkgconfig(ice)
70 BuildRequires:  pkgconfig(sm)
71 BuildRequires:  pkgconfig(ibus-1.0)
72 %endif
73
74 BuildRequires:  pkgconfig(rlottie)
75 BuildRequires:  pkgconfig(glib-2.0)
76 BuildRequires:  pkgconfig(openssl)
77 BuildRequires:  pkgconfig(libcurl)
78 BuildRequires:  pkgconfig(vconf)
79 BuildRequires:  pkgconfig(xkbcommon)
80 BuildRequires:  pkgconfig(systemd)
81 BuildRequires:  pkgconfig(ttrace)
82
83 %if 0%{?gcov:1}
84 BuildRequires:  lcov
85 %endif
86
87 #eldbus
88 BuildRequires:  pkgconfig(dbus-1)
89
90 #edje
91 BuildRequires:  pkgconfig(lua)
92 BuildRequires:  pkgconfig(sndfile)
93 BuildRequires:  pkgconfig(libpulse)
94
95 #emotion
96 #BuildRequires:  pkgconfig(gstreamer-1.0)
97 #BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
98
99 #evas
100 BuildRequires:  pkgconfig(libexif)
101 BuildRequires:  giflib-devel
102 BuildRequires:  pkgconfig(libtiff-4)
103 BuildRequires:  pkgconfig(libpng)
104 BuildRequires:  libjpeg-turbo-devel
105 BuildRequires:  pkgconfig(pixman-1)
106 BuildRequires:  pkgconfig(freetype2)
107 BuildRequires:  pkgconfig(fribidi)
108 BuildRequires:  pkgconfig(fontconfig)
109 BuildRequires:  pkgconfig(harfbuzz)
110 BuildRequires:  pkgconfig(libtbm)
111
112 #eeze
113 BuildRequires:  pkgconfig(libudev)
114 BuildRequires:  pkgconfig(mount)
115 BuildRequires:  pkgconfig(dlog)
116
117 #ecore_buffer
118 %if %{with x}
119 BuildRequires:  pkgconfig(libdri2)
120 BuildRequires:  pkgconfig(xshmfence)
121 BuildRequires:  pkgconfig(x11)
122 BuildRequires:  pkgconfig(xcb)
123 BuildRequires:  pkgconfig(xcb-sync)
124 BuildRequires:  pkgconfig(xcb-dri3)
125 %endif
126 BuildRequires:  pkgconfig(libtbm)
127 BuildRequires:  pkgconfig(libtdm)
128 BuildRequires:  pkgconfig(libtdm-client)
129 BuildRequires:  pkgconfig(libdrm)
130 BuildRequires:  pkgconfig(wayland-client)
131 BuildRequires:  pkgconfig(wayland-server)
132
133 ############ efl
134 Provides: efl-data
135 Obsoletes: efl-data
136
137 %define dbus_unavailable 1
138
139 %description
140 EFL is a library collection providing various functionality used (not only) by
141 Enlightenment, Terminology, Tizen and more.
142
143 ############ efl-data
144
145 %package devel
146 Summary: Developer files for EFL package
147
148 %description devel
149 This package includes developer files common to all packages.
150
151 ############ Eina
152 %package -n eina
153 Summary: Data type library
154 Requires: %{name}-data = %{version}-%{release}
155 License: LGPL-2.1+
156
157 %description -n eina
158 Eina is a data type library.
159
160 %package -n eina-tools
161 Summary: Eina Tools
162 Group:     Graphics & UI Framework/Utilities
163 Requires:  eina = %{version}-%{release}
164 Provides:  eina-bin
165
166 %description -n eina-tools
167 The eina tools package the eina binary utility.
168
169 %if %enable_examples
170 %package -n eina-examples
171 Summary:  Examples for the eina package
172 Group:    Graphics & UI Framework/Testing
173 Requires: eina = %{version}-%{release}
174 License: LGPL-2.1+
175
176 %description -n eina-examples
177 Example files for eina
178 %endif
179
180 %package -n eina-devel
181 Summary:  Development components for the eina package
182 Group:    Graphics & UI Framework/Development
183 Requires: eina = %{version}-%{release}
184 License: LGPL-2.1+
185
186 %description -n eina-devel
187 Development files for eina.
188
189 ############ Emile
190 %package -n emile
191 Summary: EFL serialization, compression and crypto library
192 Requires: %{name}-data = %{version}-%{release}
193
194 %description -n emile
195 EFL serialization, compression and crypto library
196
197 %package -n emile-devel
198 Summary:  Development components for the emile package
199 Group:    Graphics & UI Framework/Development
200 Requires: emile = %{version}-%{release}
201
202 %description -n emile-devel
203 Development files for emile.
204
205 ############ Eet
206 %package -n eet
207 Summary: Library for speedy data storage, retrieval, and compression
208 Requires: %{name}-data = %{version}-%{release}
209 License: BSD-2-Clause
210
211 %description -n eet
212 Eet is a tiny library designed to write an arbitrary set of chunks of
213 data to a file and optionally compress each chunk (very much like a
214 zip file) and allow fast random-access reading of the file later
215 on. It does not do zip as a zip itself has more complexity than is
216 needed, and it was much simpler to implement this once here.
217
218 It also can encode and decode data structures in memory, as well as
219 image data for saving to eet files or sending across the network to
220 other machines, or just writing to arbitrary files on the system. All
221 data is encoded in a platform independent way and can be written and
222 read by any architecture.
223
224 %package -n eet-tools
225 Summary:   Eet Tools
226 Group:     Graphics & UI Framework/Utilities
227 Requires:  eet = %{version}-%{release}
228 Provides:  eet-bin
229 License: BSD-2-Clause
230
231 %description -n eet-tools
232 The eet tools package the eet binary utility.
233
234 %if %enable_examples
235 %package -n eet-examples
236 Summary:  Examples for the eet package
237 Group:    Graphics & UI Framework/Testing
238 Requires: eet = %{version}-%{release}
239
240 %description -n eet-examples
241 Example files for eet
242 %endif
243
244 %package -n eet-devel
245 Summary:  Development components for the eet package
246 Group:    Graphics & UI Framework/Development
247 Requires: eet = %{version}-%{release}
248 License: BSD-2-Clause
249
250 %description -n eet-devel
251 Development files for eet
252
253 ############ Eo
254 %package -n eo
255 Summary: EFL generic object system library
256 Requires: %{name}-data = %{version}-%{release}
257
258 %description -n eo
259 The Eo generic object system. It was designed to be the base object
260 system for the EFL.
261
262 %if %enable_examples
263 %package -n eo-examples
264 Summary:  Examples for the eo package
265 Group:    Graphics & UI Framework/Testing
266 Requires: eo = %{version}-%{release}
267
268 %description -n eo-examples
269 Example files for eo
270 %endif
271 %package -n eo-devel
272 Summary:  Development components for the eo package
273 Group:    Graphics & UI Framework/Development
274 Requires: eo = %{version}-%{release}
275 License: BSD-2-Clause
276
277 %description -n eo-devel
278 Development files for eo
279
280 ############ Ector
281 %package -n ector
282 Summary: vector graphics library
283 Requires: %{name}-data = %{version}-%{release}
284 License: FTL or GPL-2.0+
285
286 %description -n ector
287 vector graphics library.
288
289 %package -n ector-devel
290 Summary:  Development components for the ector package
291 Group:    Graphics & UI Framework/Development
292 Requires: ector = %{version}-%{release}
293 License: FTL or GPL-2.0+
294
295 %description -n ector-devel
296 Development files for ector
297
298 ############ Evas
299 %package -n evas
300 Summary: Multi-platform canvas library
301 Requires: %{name}-data = %{version}-%{release}
302 License: BSD-2-Clause and Zlib
303
304 %description -n evas
305 Evas is a clean display canvas API for several target display systems
306 that can draw anti-aliased text, smooth super and sub-sampled scaled
307 images, alpha-blend objects much and more.
308
309 %if %enable_examples
310 %package -n evas-examples
311 Summary:  Examples for the evas package
312 Group:    Graphics & UI Framework/Testing
313 Requires: evas = %{version}-%{release}
314 License: BSD-2-Clause and Zlib
315
316 %description -n evas-examples
317 Example files for evas
318 %endif
319
320 %package -n evas-devel
321 Summary:  Development components for the evas package
322 Group:    Graphics & UI Framework/Development
323 Requires: evas = %{version}-%{release}
324 License: BSD-2-Clause and Zlib
325
326 %description -n evas-devel
327 Development files for evas
328
329 ############ Ecore
330 %package -n ecore
331 Summary: Enlightened Core X interface library
332 Requires: ecore-core
333 Requires: ecore-audio
334 Requires: ecore-buffer
335 Requires: ecore-con
336 Requires: ecore-evas
337 Requires: ecore-fb
338 Requires: ecore-file
339 Requires: ecore-imf
340 Requires: ecore-imf-evas
341 Requires: ecore-input
342 Requires: ecore-input-evas
343 Requires: ecore-ipc
344 %if %{with wayland}
345 Requires: ecore-wl2
346 %if %enable_wayland_legacy
347 Requires: ecore-wayland
348 %endif
349 %endif
350 %if %{with x}
351 Requires: ecore-x
352 Requires: ecore-avahi
353 %endif
354 License: BSD-2-Clause and MIT
355
356 %description -n ecore
357 Ecore is the event/X abstraction layer that makes doing selections,
358 Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
359 optimized, and convenient.
360
361 %package -n ecore-devel
362 Summary:  Development components for the ecore package
363 Group:    Graphics & UI Framework/Development
364 Requires: ecore-core-devel
365 Requires: ecore-audio-devel
366 Requires: ecore-buffer-devel
367 Requires: ecore-con-devel
368 Requires: ecore-evas-devel
369 Requires: ecore-fb-devel
370 Requires: ecore-file-devel
371 Requires: ecore-imf-devel
372 Requires: ecore-imf-evas-devel
373 Requires: ecore-input-devel
374 Requires: ecore-input-evas-devel
375 Requires: ecore-ipc-devel
376 %if %{with wayland}
377 Requires: ecore-wl2-devel
378 %if %enable_wayland_legacy
379 Requires: ecore-wayland-devel
380 %endif
381 %endif
382 %if %{with x}
383 Requires: ecore-x-devel
384 Requires: ecore-avahi-devel
385 %endif
386 License: BSD-2-Clause and MIT
387
388 %description -n ecore-devel
389 Development files for ecore
390
391 %package -n ecore-core
392 Summary:  Enlightened Core X interface library - core
393 Requires: %{name}-data = %{version}-%{release}
394 License: BSD-2-Clause and MIT
395
396 %description -n ecore-core
397 This is the core main-loop, system events and execution layer. This
398 handles running the main loop, integrating with external data and
399 timing sources (the system clock, file descriptors, system signals),
400 and producing an event queue, walking that queue and dispatching
401 events to appropriate callbacks.
402
403 %package -n ecore-core-devel
404 Summary:  Development components for the ecore-core package
405 Group:    Graphics & UI Framework/Development
406 Requires: ecore-core = %{version}-%{release}
407 License: BSD-2-Clause and MIT
408
409 %description -n ecore-core-devel
410 Development files for ecore-core
411
412 %package -n ecore-audio
413 Summary: Enlightened Core X interface library - audio
414 Requires: %{name}-data = %{version}-%{release}
415 License: BSD-2-Clause and MIT
416
417 %description -n ecore-audio
418 This library provides an API for audio playback and recording. It uses
419 pulse audio underneath to handle mixing and policies. The API for this
420 should not be considered stable right now because it relies on EO and
421 EO is not considered finalized yet.
422
423 %package -n ecore-audio-devel
424 Summary:  Development components for the ecore_audio package
425 Group:    Graphics & UI Framework/Development
426 Requires: ecore-audio = %{version}-%{release}
427 License: BSD-2-Clause and MIT
428
429 %description -n ecore-audio-devel
430 Development files for ecore_audio
431
432 %if %{with x}
433 %package -n ecore-avahi
434 Summary: Enlightened Core X interface library - avahi
435 Requires: %{name}-data = %{version}-%{release}
436 License: BSD-2-Clause and MIT
437
438 %description -n ecore-avahi
439 Avahi main loop integration function.
440
441 %package -n ecore-avahi-devel
442 Summary:  Development components for the ecore_avahi package
443 Group:    Graphics & UI Framework/Development
444 Requires: ecore-avahi = %{version}-%{release}
445 License: BSD-2-Clause and MIT
446
447 %description -n ecore-avahi-devel
448 Development files for ecore_avahi
449 %endif
450
451 %package -n ecore-buffer
452 Summary: Enlightened Core X interface library - buffer
453 Requires: %{name}-data = %{version}-%{release}
454 License: BSD-2-Clause and MIT
455
456 %description -n ecore-buffer
457 The Ecore Buffer is an abstraction of graphic buffer.
458 This library also provides simple mechanisms for sharing graphic buffer bet-
459 ween processes using wayland socket. Ecore Buffer Queue is for this
460 function, and it consists of two main object,
461 The Ecore_Buffer_Consumer and the Ecore_Buffer_Provider.
462
463 %package -n ecore-buffer-devel
464 Summary:  Development components for the ecore_buffer package
465 Group:    Graphics & UI Framework/Development
466 Requires: ecore-buffer = %{version}-%{release}
467 License: BSD-2-Clause and MIT
468
469 %description -n ecore-buffer-devel
470 Development files for ecore_buffer
471
472 %package -n ecore-con
473 Summary: Enlightened Core X interface library - con
474 Requires: %{name}-data = %{version}-%{release}
475 License: BSD-2-Clause and MIT
476
477 %description -n ecore-con
478 This provides a completely event-based TCP/UDP and Unix domain socket
479 API that integrates with the main-loop. This means no blocking to send
480 or receive data, supporting "infinite send buffers" with storage and
481 spooling being done by Ecore Con. It also supports SSL encryption
482 transparently turned on or not on the same connection, certificate
483 verification, CURL wrapping for HTTP connection usage (GETs, POSTs
484 etc.), asynchronous DNS lookups and provides the ability to also be a
485 server, not just a client, with the same event-based API.
486
487 %package -n ecore-con-devel
488 Summary:  Development components for the ecore_con package
489 Group:    Graphics & UI Framework/Development
490 Requires: ecore-con = %{version}-%{release}
491 License: BSD-2-Clause and MIT
492
493 %description -n ecore-con-devel
494 Development files for ecore_con
495
496 %package -n ecore-evas
497 Summary: Enlightened Core X interface library - evas
498 Requires: %{name}-data = %{version}-%{release}
499 License: BSD-2-Clause and MIT
500
501 %description -n ecore-evas
502 This acts as glue between the display target (X11, Wayland,
503 Frame buffer, Cocoa on OSX, Win32 etc.) and Evas. It creates/provides a
504 target for Evas to render to (a Window or Surface etc.) and feeds
505 input events (Keyboard, Mouse, Multi-touch) into Evas, which then
506 selects the target object and calls the callbacks. It also provides
507 wrappers/glue for manipulating the Window/Surface.
508
509 %package -n ecore-evas-devel
510 Summary:  Development components for the ecore_evas package
511 Group:    Graphics & UI Framework/Development
512 Requires: ecore-evas = %{version}-%{release}
513 License: BSD-2-Clause and MIT
514
515 %description -n ecore-evas-devel
516 Development files for ecore_evas
517
518 %package -n ecore-fb
519 Summary: Enlightened Core X interface library - fb
520 Requires: %{name}-data = %{version}-%{release}
521 License: BSD-2-Clause and MIT
522
523 %description -n ecore-fb
524 This provides virtual terminal allocation, access and handling,
525 frame buffer information, raw input handling for keyboard, mouse and
526 touch (via tslib).
527
528 %package -n ecore-fb-devel
529 Summary:  Development components for the ecore_fb package
530 Group:    Graphics & UI Framework/Development
531 Requires: ecore-fb = %{version}-%{release}
532 License: BSD-2-Clause and MIT
533
534 %description -n ecore-fb-devel
535 Development files for ecore_fb
536
537 %package -n ecore-file
538 Summary: Enlightened Core X interface library - file
539 Requires: %{name}-data = %{version}-%{release}
540 License: BSD-2-Clause and MIT
541
542 %description -n ecore-file
543 This provides file access convenience APIs for doing simple file
544 operations like renames, copies, listing directories and more. It also
545 supports file change monitoring and URL downloads.
546
547 %package -n ecore-file-devel
548 Summary:  Development components for the ecore_file package
549 Group:    Graphics & UI Framework/Development
550 Requires: ecore-file = %{version}-%{release}
551 License: BSD-2-Clause and MIT
552
553 %description -n ecore-file-devel
554 Development files for ecore_file
555
556 %package -n ecore-imf
557 Summary: Enlightened Core X interface library - imf
558 Requires: %{name}-data = %{version}-%{release}
559 License: BSD-2-Clause and MIT
560
561 %description -n ecore-imf
562 This is an input method abstraction framework to allow EFL to talk to
563 things like SCIM, IBus, Wayland and XIM. This allows for complex text
564 entry in languages such as Chinese, Japanese and Korean.
565
566 %package -n ecore-imf-devel
567 Summary:  Development components for the ecore_imf package
568 Group:    Graphics & UI Framework/Development
569 Requires: ecore-imf = %{version}-%{release}
570 License: BSD-2-Clause and MIT
571
572 %description -n ecore-imf-devel
573 Development files for ecore_imf
574
575 %package -n ecore-imf-evas
576 Summary: Enlightened Core X interface library - imf_evas
577 Requires: %{name}-data = %{version}-%{release}
578 License: BSD-2-Clause and MIT
579
580 %description -n ecore-imf-evas
581 This library glues Input method support from Ecore IMF and Evas
582 together.
583
584 %package -n ecore-imf-evas-devel
585 Summary:  Development components for the ecore_imf_evas package
586 Group:    Graphics & UI Framework/Development
587 Requires: ecore-imf-evas = %{version}-%{release}
588 License: BSD-2-Clause and MIT
589
590 %description -n ecore-imf-evas-devel
591 Development files for ecore_imf_evas
592
593 %package -n ecore-input
594 Summary: Enlightened Core X interface library - input
595 Requires: %{name}-data = %{version}-%{release}
596 License: BSD-2-Clause and MIT
597
598 %description -n ecore-input
599 This acts as a generic input layer where multiple display systems can
600 post events in the same format to the event queue.
601
602 %package -n ecore-input-devel
603 Summary:  Development components for the ecore_input package
604 Group:    Graphics & UI Framework/Development
605 Requires: ecore-input = %{version}-%{release}
606 License: BSD-2-Clause and MIT
607
608 %description -n ecore-input-devel
609 Development files for ecore_input
610
611 %package -n ecore-input-evas
612 Summary: Enlightened Core X interface library - input_evas
613 Requires: %{name}-data = %{version}-%{release}
614 License: BSD-2-Clause and MIT
615
616 %description -n ecore-input-evas
617 This Routes events from Ecore Input into a given Evas canvas which
618 will then route the event further to the destination object and
619 callbacks.
620
621 %package -n ecore-input-evas-devel
622 Summary:  Development components for the ecore_input_evas package
623 Group:    Graphics & UI Framework/Development
624 Requires: ecore-input-evas = %{version}-%{release}
625 License: BSD-2-Clause and MIT
626
627 %description -n ecore-input-evas-devel
628 Development files for ecore_input_evas
629
630 %package -n ecore-ipc
631 Summary: Enlightened Core X interface library - ipc
632 Requires: %{name}-data = %{version}-%{release}
633 License: BSD-2-Clause and MIT
634
635 %description -n ecore-ipc
636 This acts as a layer on top of Ecore Con which handles entire IPC
637 message packets, dealing with header delta compression and
638 portability, as well as ensuring an entire message is received in one
639 go as a single IPC message, regardless of payload data size. The
640 entire API is event based almost exactly like Ecore Con and thus it
641 supports all the transport layers Ecore Con supports.
642
643 %package -n ecore-ipc-devel
644 Summary:  Development components for the ecore_ipc package
645 Group:    Graphics & UI Framework/Development
646 Requires: ecore-ipc = %{version}-%{release}
647 License: BSD-2-Clause and MIT
648
649 %description -n ecore-ipc-devel
650 Development files for ecore_ipc
651
652 %if %{with x}
653 %package -n ecore-x
654 Summary: Enlightened Core X interface library - x
655 Requires: %{name}-data = %{version}-%{release}
656 License: BSD-2-Clause and MIT
657
658 %description -n ecore-x
659 This is a library to wrap/deal with Xlib as well as optionally XCB to
660 make dealing with X11 less painful and less footwork as well as being
661 glue to tie these into the Ecore main-loop and event queue.
662
663 %package -n ecore-x-devel
664 Summary:  Development components for the ecore_x package
665 Group:    Graphics & UI Framework/Development
666 Requires: ecore-x = %{version}-%{release}
667 License: BSD-2-Clause and MIT
668
669 %description -n ecore-x-devel
670 Development files for ecore_x
671 %endif
672
673 ############ Eldbus
674 %package -n eldbus
675 Summary: D-Bus bindings for EFL
676 Requires: %{name}-data = %{version}-%{release}
677 License: LGPL-2.1+
678
679 %description -n eldbus
680 Eldbus allows connecting to both system and session buses acting as
681 both client and service roles.
682
683 This is a replacement for old library "edbus". Its main purpose is to
684 fix some core bugs and completely encapsulating D-Bus without exposing
685 libdbus to end-user. One day libdbus may be completely removed as a
686 dependency.
687
688 %if %enable_examples
689 %package -n eldbus-examples
690 Summary:  Examples for the eldbus package
691 Group:    Graphics & UI Framework/Testing
692 Requires: eldbus = %{version}-%{release}
693 License: LGPL-2.1+
694
695 %description -n eldbus-examples
696 Example files for eldbus
697 %endif
698
699 %package -n eldbus-devel
700 Summary:  Development components for the eldbus package
701 Group:    Graphics & UI Framework/Development
702 Requires: eldbus = %{version}-%{release}
703 License: LGPL-2.1+
704
705 %description -n eldbus-devel
706 Development files for eldbus
707
708 ############ Embryo
709 %package -n embryo
710 Summary: A small virtual machine engine (in a library) and bytecode compiler
711 Requires: %{name}-data = %{version}-%{release}
712 Provides: embryo-bin
713 License: BSD-2-Clause
714
715 %description -n embryo
716 Embryo is a tiny library designed as a virtual machine to interpret a
717 limited set of small compiled programs.
718
719 %package -n embryo-devel
720 Summary:  Development components for the embryo package
721 Group:    Graphics & UI Framework/Development
722 Requires: embryo = %{version}-%{release}
723 License: BSD-2-Clause
724
725 %description -n embryo-devel
726 Development files for embryo
727
728 ############ Eio
729 %package -n eio
730 Summary: Enlightenment Input/Output Library
731 Requires: %{name}-data = %{version}-%{release}
732 License: LGPL-2.1+
733
734 %description -n eio
735 Enlightenment Input/Output Library
736
737 %if %enable_examples
738 %package -n eio-examples
739 Summary:  Examples for the eio package
740 Group:    Graphics & UI Framework/Testing
741 Requires: eio = %{version}-%{release}
742 License: LGPL-2.1+
743
744 %description -n eio-examples
745 Example files for eio
746 %endif
747
748 %package -n eio-devel
749 Summary:  Development components for the eio package
750 Group:    Graphics & UI Framework/Development
751 Requires: eio = %{version}-%{release}
752 License: LGPL-2.1+
753
754 %description -n eio-devel
755 Development files for eio
756
757 ############ Ephysics
758 %if %enable_ephysics
759 %package -n ephysics
760 Summary: EFL wrapper for the Bullet Physics library
761 License: BSD-2-Clause
762
763 %description -n ephysics
764 EPhysics is a library that makes it easy to use Ecore, Evas and Bullet
765 Physics together. It's a kind of wrapper, a glue, between these libraries.
766 It's not intended to be a physics library (we already have many out there).
767
768 Enlightenment Input/Output Library
769
770 %if %enable_examples
771 %package -n ephysics-examples
772 Summary:  Examples for the ephysics package
773 Group:    Graphics & UI Framework/Testing
774 Requires: ephysics = %{version}-%{release}
775 License: BSD-2-Clause
776
777 %description -n ephysics-examples
778 Example files for ephysics
779 %endif
780
781 %package -n ephysics-devel
782 Summary:  Development components for the ephysics package
783 Group:    Graphics & UI Framework/Development
784 Requires: ephysics = %{version}-%{release}
785 License: BSD-2-Clause
786
787 %description -n ephysics-devel
788 Development files for ephysics
789 %endif
790
791 ############ Edje
792 %package -n edje
793 Summary: Complex Graphical Design/Layout Engine
794 Requires: %{name}-data = %{version}-%{release}
795 License: BSD-2-Clause and GPL-2.0+
796
797 %description -n edje
798 Edje is a complex graphical design and layout engine. It provides a
799 mechanism for allowing configuration data to define visual elements in
800 terms of layout, behavior, and appearance.  Edje allows for multiple
801 collections of layouts in one file, allowing a complete set of images,
802 animations, and controls to exist as a unified whole.
803
804 Edje separates the arrangement, appearance, and behavior logic into
805 distinct independent entities.  This allows visual objects to share
806 image data and configuration information without requiring them to do
807 so.  This separation and simplistic event driven style of programming
808 can produce almost any look and feel one could want for basic visual
809 elements. Anything more complex is likely the domain of an application
810 or widget set that may use Edje as a conveneient way of being able to
811 configure parts of the display.
812
813 %package -n edje-tools
814 Summary:   Edje tools
815 Group:     Graphics & UI Framework/Utilities
816 Requires:  edje = %{version}-%{release}
817 Provides:  edje-bin
818 License: BSD-2-Clause and GPL-2.0+
819
820 %description -n edje-tools
821 The edje tools package include the compiler, decompiler, visualizer, code
822 generator and more.
823
824 %if %enable_examples
825 %package -n edje-examples
826 Summary:  Examples for the edje package
827 Group:    Graphics & UI Framework/Testing
828 Requires: edje = %{version}-%{release}
829 License: BSD-2-Clause and GPL-2.0+
830
831 %description -n edje-examples
832 Example files for edje
833 %endif
834
835 %package -n edje-devel
836 Summary:  Development components for the edje package
837 Group:    Graphics & UI Framework/Development
838 Requires: edje = %{version}-%{release}
839 Requires: edje-tools = %{version}-%{release}
840 License: BSD-2-Clause and GPL-2.0+
841
842 %description -n edje-devel
843 Development files for edje
844
845 ############ Eeze
846 %package -n eeze
847 Summary: Device convenience library
848 Requires: %{name}-data = %{version}-%{release}
849 License: BSD-2-Clause
850
851 %description -n eeze
852 Eeze is a library for manipulating devices through udev with a simple
853 and fast api. It interfaces directly with libudev, avoiding such
854 middleman daemons as udisks/upower or hal, to immediately gather
855 device information the instant it becomes known to the system.  This
856 can be used to determine such things as:
857   * If a cdrom has a disk inserted
858   * The temperature of a cpu core
859   * The remaining power left in a battery
860   * The current power consumption of various parts
861   * Monitor in realtime the status of peripheral devices
862
863 Each of the above examples can be performed by using only a single
864 eeze function, as one of the primary focuses of the library is to
865 reduce the complexity of managing devices.
866
867 %package -n eeze-devel
868 Summary:  Development components for the eeze package
869 Group:    Graphics & UI Framework/Development
870 Requires: eeze = %{version}-%{release}
871 License: BSD-2-Clause
872
873 %description -n eeze-devel
874 Development files for eeze
875
876 ############ Efreet
877 %package -n efreet
878 Summary: FreeDesktop.Org standards implementation
879 Requires: %{name}-data = %{version}-%{release}
880 License: BSD-2-Clause
881
882 %description -n efreet
883 Efreet implements the FreeDesktop.Org application and MIME-handling
884 standards.
885
886 %package -n efreet-devel
887 Summary:  Development components for the efreet package
888 Group:    Graphics & UI Framework/Development
889 Requires: efreet = %{version}-%{release}
890 License: BSD-2-Clause
891
892 %description -n efreet-devel
893 Development files for efreet
894
895 ############ Emotion
896 %package -n emotion
897 Summary: EFL Media Library
898 Requires: %{name}-data = %{version}-%{release}
899 License: BSD-2-Clause
900
901 %description -n emotion
902 Emotion is a media library with support for different backends as plug-ins.
903
904 %if %enable_examples
905 %package -n emotion-examples
906 Summary:  Examples for the emotion package
907 Group:    Graphics & UI Framework/Testing
908 Requires: emotion = %{version}-%{release}
909
910 %description -n emotion-examples
911 Example files for emotion
912 %endif
913
914 %package -n emotion-devel
915 Summary:  Development components for the emotion package
916 Group:    Graphics & UI Framework/Development
917 Requires: emotion = %{version}-%{release}
918 License: BSD-2-Clause
919
920 %description -n emotion-devel
921 Development files for emotion
922
923 ############ Ethumb
924 %package -n ethumb
925 Summary: EFL thumbnail generator library
926 Requires: %{name}-data = %{version}-%{release}
927 License: LGPL-2.1+
928
929 %description -n ethumb
930 Enlightenment thumbnailing library
931
932 %if %enable_examples
933 %package -n ethumb-examples
934 Summary:  Examples for the ethumb package
935 Group:    Graphics & UI Framework/Testing
936 Requires: ethumb = %{version}-%{release}
937 License: LGPL-2.1+
938
939 %description -n ethumb-examples
940 Example files for ethumb
941 %endif
942
943 %package -n ethumb-devel
944 Summary:  Development components for the ethumb package
945 Group:    Graphics & UI Framework/Development
946 Requires: ethumb = %{version}-%{release}
947 License: LGPL-2.1+
948
949 %description -n ethumb-devel
950 Development files for emotion
951
952 ############ Eolian
953 %package -n eolian
954 Summary: EO object parser and C code generator
955 Group:    Graphics & UI Framework/Development
956 Requires: %{name}-data = %{version}-%{release}
957 License: BSD-2-Clause
958
959 %description -n eolian
960 Tool that parses Enlightenment's meta-data (.eo) filesg
961 and can then generate C code along with header files.
962
963 %package -n eolian-devel
964 Summary: Development components for the eolian package
965 Group:    Graphics & UI Framework/Development
966 Requires: eolian = %{version}-%{release}
967 License: BSD-2-Clause
968
969 %description -n eolian-devel
970 Development files for eolian
971
972 %if %enable_examples
973 %package -n eolian-examples
974 Summary:  Examples for the eolian package
975 Group:    Graphics & UI Framework/Testing
976 Requires: eolian = %{version}-%{release}
977 License: BSD-2-Clause
978
979 %description -n eolian-examples
980 Example files for eolian
981 %endif
982 ############ End of Eolian
983
984 ############ Elocation
985 %package -n elocation
986 Summary: EFL location library
987 Requires: %{name}-data = %{version}-%{release}
988 License: LGPL-2.1+
989
990 %description -n elocation
991 Elocation is meant as a convenience library to ease application developers
992 the usage of geo information in their apps. Adding a geo tag to a picture or
993 translating an address to a GPS position and show it on a map widget are just
994 some of the use cases.
995
996 %if %enable_examples
997 %package -n elocation-examples
998 Summary:  Examples for the elocation package
999 Group:    Graphics & UI Framework/Testing
1000 Requires: elocation = %{version}-%{release}
1001 License: LGPL-2.1+
1002
1003 %description -n elocation-examples
1004 Example files for elocation
1005 %endif
1006
1007 %package -n elocation-devel
1008 Summary: Development components for the elocation package
1009 Group:    Graphics & UI Framework/Development
1010 Requires: elocation = %{version}-%{release}
1011 License: LGPL-2.1+
1012
1013 %description -n elocation-devel
1014 Development files for elocation
1015
1016 ############ Elua
1017 %if %enable_elua
1018 %package -n elua
1019 Summary: EFL lua binding library
1020 Requires: %{name}-data = %{version}-%{release}
1021 License: BSD-2-Clause
1022
1023 %description -n elua
1024 The Elua library was created to ease integration of EFL Lua into other EFL
1025 libraries or applications. Using the Elua library you can easily create a
1026 Lua state that is fully set up for running EFL Lua bindings.
1027
1028 %package -n elua-devel
1029 Summary: Development components for the elua package
1030 Group:    Graphics & UI Framework/Development
1031 Requires: elua = %{version}-%{release}
1032 License: BSD-2-Clause
1033
1034 %description -n elua-devel
1035 Development files for elua
1036 %endif
1037
1038 %package -n elementary
1039 Summary: EFL toolkit for small touchscreens
1040 Group:    Graphics & UI Framework/Development
1041 License:        LGPL-2.1+ and CC-BY-SA-3.0
1042
1043 %description -n elementary
1044 Elementary is a widget set. It is a new-style of widget set much more canvas
1045 object based than anything else. Why not ETK? Why not EWL? Well they both
1046 tend to veer away from the core of Evas, Ecore and Edje a lot to build their
1047 own worlds. Also I wanted something focused on embedded devices -
1048 specifically small touchscreens. Unlike GTK+ and Qt, 75% of the "widget set"
1049 is already embodied in a common core - Ecore, Edje, Evas etc. So this
1050 fine-grained library splitting means all of this is shared, just a new
1051 widget "personality" is on top. And that is... Elementary, my dear watson
1052 Elementary
1053
1054 %package -n elementary-tizen
1055 Summary:        EFL toolkit for small touchscreens for Tizen devices
1056 Requires:       elementary
1057
1058 %description -n elementary-tizen
1059 Elementary is a widget set. It is a new-style of widget set much more canvas
1060 object based than anything else. Why not ETK? Why not EWL? Well they both
1061 tend to veer away from the core of Evas, Ecore and Edje a lot to build their
1062 own worlds. Also I wanted something focused on embedded devices -
1063 specifically small touchscreens. Unlike GTK+ and Qt, 75% of the "widget set"
1064 is already embodied in a common core - Ecore, Edje, Evas etc. So this
1065 fine-grained library splitting means all of this is shared, just a new
1066 widget "personality" is on top. And that is... Elementary, my dear watson.
1067 Elementary. This is an alternative package for Tizen devices that uses different
1068 set of source code.
1069
1070 %if %enable_examples
1071 %package -n elementary-examples
1072 Summary:   EFL elementary examples
1073
1074 %description -n elementary-examples
1075 EFL elementary examples
1076 %endif
1077
1078 %package -n elementary-tools
1079 Summary:   EFL elementary configuration and test apps
1080
1081 %description -n elementary-tools
1082 EFL elementary configuration and test apps package
1083
1084 %package -n elementary-devel
1085 Summary:        Development files for elementary
1086 Group:          Development/Libraries
1087 Requires:       elementary = %{version}-%{release}
1088
1089 %description -n elementary-devel
1090 Development components for the elementary package
1091
1092 %package -n elementary-theme
1093 Summary:        Default theme for elementary
1094
1095 %description -n elementary-theme
1096 Default theme which provides various styles for elementary.
1097
1098 %package -n efl-locale
1099 Summary:        Translations and Locale for package %{name}
1100 Group: Translations
1101 AutoReqProv: 0
1102
1103 %description -n efl-locale
1104 This package provides translations for package %{name}.
1105
1106 %if %enable_wayland_legacy
1107 %package -n ecore-wayland
1108 Summary: Enlightened Core X interface library - wayland
1109 Requires: %{name}-data = %{version}-%{release}
1110 License: BSD-2-Clause and MIT
1111
1112 %description -n ecore-wayland
1113 This is a glue/wrapper library to interface EFL to Wayland libraries
1114 to tie them into the Ecore main-loop and event queue.
1115
1116 %package -n ecore-wayland-devel
1117 Summary:  Development components for the ecore_wayland package
1118 Group:    Graphics & UI Framework/Development
1119 Requires: ecore-wayland = %{version}-%{release}
1120 License: BSD-2-Clause and MIT
1121
1122 %description -n ecore-wayland-devel
1123 Development files for ecore_wayland
1124 %endif
1125
1126 %package -n ecore-wl2
1127 Summary: Ecore_Wl2 provides a wrapper and convenience functions for using the Wayland protocol in implementing a window system.
1128 Requires: %{name}-data = %{version}-%{release}
1129 License: BSD-2-Clause
1130 # i am not sure that the license is correct
1131
1132 %description -n ecore-wl2
1133 Ecore_Wl2 provides a wrapper and convenience functions for using the Wayland protocol in implementing a window system.
1134
1135 %package -n ecore-wl2-devel
1136 Summary: Development files for ecore-wl2
1137 Group: Graphics & UI Framework/Development
1138 Requires: ecore-wl2 = %{version}-%{release}
1139 License: BSD-2-Clause
1140
1141 %description -n ecore-wl2-devel
1142 Development files for ecore-wl2
1143
1144 %package -n efl-wl
1145 Summary: EFL Wayland compositor widget
1146 Requires: %{name}-data = %{version}-%{release}
1147 License: BSD-2-Clause
1148 # i am not sure that the license is correct
1149
1150 %description -n efl-wl
1151 EFL Wayland compositor widget
1152
1153 %package -n efl-wl-devel
1154 Summary: Development components for the efl-wl package
1155 Group: Graphics & UI Framework/Development
1156 Requires: efl-wl = %{version}-%{release}
1157 License: BSD-2-Clause
1158 # i am not sure that the license is correct
1159
1160 %description -n efl-wl-devel
1161 Development files for efl-wl
1162
1163 ##%%package -n elput
1164 ##%Summary: Elput provides a wrapper and functions for using libinput
1165 ##%Requires: %{name}-data = %{version}-%{release}
1166 ##%License: BSD-2-Clause
1167 ##%# i am not sure that the license is correct
1168 ##%
1169 ##%%description -n elput
1170 ##%Elput provides a wrapper and functions for using libinput
1171 ##%
1172 ##%%package -n elput-devel
1173 ##%Summary: Development components for the elput package
1174 ##%Group: Graphics & UI Framework/Development
1175 ##%Requires: elput = %{version}-%{release}
1176 ##%License: BSD-2-Clause
1177 ##%# i am not sure that the license is correct
1178 ##%
1179 ##%%description -n elput-devel
1180 ##%Development files for elput
1181
1182
1183 %if 0%{?gcov:1}
1184 %package gcov
1185 Summary:    Enlightenment Foundation Libraries (gcov)
1186 Group:      Graphics & UI Framework/Testing
1187 %description gcov
1188 Enlightenment Foundation Libraris gcov objects
1189 %endif
1190
1191
1192 %prep
1193 echo "%{_buildsystem}"
1194 %setup -q
1195 cp %{SOURCE1001} .
1196
1197
1198 %build
1199 %if "%{tizen_profile_name}" == "tv"
1200         export CFLAGS+=" -DTIZEN_PROFILE_TV"
1201 %endif
1202
1203 %if ! %{with x}
1204 CFLAGS+=" -DMESA_EGL_NO_X11_HEADERS "
1205 %endif
1206
1207 CFLAGS+=" -DLIBDIR=\\\"%{_libdir}\\\""
1208
1209 %if "%{asan}" == "1"
1210 %restore_fcommon
1211 %endif
1212
1213 %if 0%{?gcov:1}
1214 export CFLAGS+=" -fprofile-arcs -ftest-coverage"
1215 export CXXFLAGS+=" -fprofile-arcs -ftest-coverage"
1216 export FFLAGS+=" -fprofile-arcs -ftest-coverage"
1217 export LDFLAGS+=" -lgcov"
1218 %endif
1219
1220 export XDG_RUNTIME_DIR="/tmp/"
1221
1222 export DESTDIR=%{buildroot}
1223 meson setup \
1224     -Dtizen=true -Dtbm=true \
1225     -Davahi=false -Dx11=false -Dfb=true -Dwl=true -Dbuffer=true -Dphysics=false -Dopengl=es-egl \
1226     -Dbuild-examples=false -Dbuild-tests=false -Dgstreamer=false -Dsystemd=false -Dpulseaudio=false \
1227     -Dtslib=false -Dhyphen=true -Delua=false -Dwl-deprecated=true -Dbindings=[] -Dinstall-eo-files=true \
1228     -Decore-imf-loaders-disabler="xim, ibus, scim" -Dlua-interpreter=lua \
1229     -Demotion-loaders-disabler="gstreamer, gstreamer1, libvlc, xine" \
1230     -Devas-loaders-disabler="gst, pdf, ps, raw, webp, rsvg" \
1231     -Delementary-base-dir='share/.elementary' \
1232     --buildtype plain \
1233     --prefix /usr \
1234     --libdir %{_libdir} \
1235     -Dcpp_std=gnu++11 \
1236     builddir 2>&1
1237
1238 sed -i.bak -e "s/soname,libelementary_t/soname,libelementary/g" builddir/build.ninja
1239
1240 ninja \
1241                 -C builddir \
1242                 -j %(echo "`/usr/bin/getconf _NPROCESSORS_ONLN`") \
1243                 all
1244
1245 %if 0%{?gcov:1}
1246 mkdir -p gcov-obj
1247 find . -name '*.gcno' -exec cp '{}' gcov-obj ';'
1248 %endif
1249
1250 %install
1251 export DESTDIR=%{buildroot}
1252 ninja \
1253                 -C builddir \
1254                 -j %(echo "`/usr/bin/getconf _NPROCESSORS_ONLN`") \
1255                 install
1256
1257 mv %{buildroot}%{_libdir}/libelementary_t.so.1.22.100 %{buildroot}%{_libdir}/libelementary.so.1.22.100
1258 rm %{buildroot}%{_libdir}/libelementary_t.*
1259
1260 mkdir -p %{buildroot}%{_tmpfilesdir}
1261 install -m 0644 %SOURCE100 %{buildroot}%{_tmpfilesdir}/efl.conf
1262
1263 %if 0%{?gcov:1}
1264 mkdir -p %{buildroot}%{_datadir}/gcov/obj
1265 install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
1266 %endif
1267
1268 %find_lang %{name}
1269
1270 %post -n eina -p /sbin/ldconfig
1271 %postun -n eina -p /sbin/ldconfig
1272
1273 %post -n emile -p /sbin/ldconfig
1274 %postun -n emile -p /sbin/ldconfig
1275
1276 %post -n eet -p /sbin/ldconfig
1277 %postun -n eet -p /sbin/ldconfig
1278
1279 %post -n eo -p /sbin/ldconfig
1280 %postun -n eo -p /sbin/ldconfig
1281
1282 %post -n ector -p /sbin/ldconfig
1283 %postun -n ector -p /sbin/ldconfig
1284
1285 %post -n evas -p /sbin/ldconfig
1286 %postun -n evas -p /sbin/ldconfig
1287
1288 %post -n ecore -p /sbin/ldconfig
1289 %postun -n ecore -p /sbin/ldconfig
1290
1291 %post -n eldbus -p /sbin/ldconfig
1292 %postun -n eldbus -p /sbin/ldconfig
1293
1294 %post -n embryo -p /sbin/ldconfig
1295 %postun -n embryo -p /sbin/ldconfig
1296
1297 %post -n eio -p /sbin/ldconfig
1298 %postun -n eio -p /sbin/ldconfig
1299
1300 %post -n edje -p /sbin/ldconfig
1301 %postun -n edje -p /sbin/ldconfig
1302
1303 %post -n eeze -p /sbin/ldconfig
1304 %postun -n eeze -p /sbin/ldconfig
1305
1306 %post -n efreet -p /sbin/ldconfig
1307 %postun -n efreet -p /sbin/ldconfig
1308
1309 %post -n emotion -p /sbin/ldconfig
1310 %postun -n emotion -p /sbin/ldconfig
1311
1312 %post -n ethumb -p /sbin/ldconfig
1313 %postun -n ethumb -p /sbin/ldconfig
1314
1315 %if %enable_ephysics
1316 %post -n ephysics -p /sbin/ldconfig
1317 %postun -n ephysics -p /sbin/ldconfig
1318 %endif
1319
1320 %post -n eolian -p /sbin/ldconfig
1321 %postun -n eolian -p /sbin/ldconfig
1322
1323 %post -n elocation -p /sbin/ldconfig
1324 %postun -n elocation -p /sbin/ldconfig
1325
1326 %post -n ecore-wl2 -p /sbin/ldconfig
1327 %postun -n  ecore-wl2 -p /sbin/ldconfig
1328
1329 %post -n ecore-wayland -p /sbin/ldconfig
1330 %postun -n  ecore-wayland -p /sbin/ldconfig
1331
1332 ##%%post -n elput -p /sbin/ldconfig
1333 ##%%postun -n elput -p /sbin/ldconfig
1334
1335 %post -n efl-wl -p /sbin/ldconfig
1336 %postun -n efl-wl -p /sbin/ldconfig
1337
1338 %post -n elementary
1339 ldconfig -l %{_libdir}/libelementary.so.1.22.99
1340
1341 %postun -n elementary -p /sbin/ldconfig
1342
1343 %post -n elementary-tizen
1344 ldconfig -l %{_libdir}/libelementary.so.1.22.100
1345
1346 %preun -n elementary-tizen
1347 ldconfig -l %{_libdir}/libelementary.so.1.22.99
1348
1349 %postun -n elementary-tizen -p /sbin/ldconfig
1350
1351 %files -n %{name}
1352 %manifest %{name}.manifest
1353 %defattr(-,root,root,-)
1354 %license licenses/COPYING.LGPL
1355 %{_libdir}/libefl.so.*
1356 %{_bindir}/efl_debug
1357 %{_bindir}/efl_debugd
1358 %exclude /usr/lib*/debug/.build-id/
1359 %exclude /usr/lib*/debug/*
1360 #avahi
1361 %if %{with x}
1362 %exclude %{_libdir}/libecore_avahi.so.*
1363 %exclude %{_includedir}/ecore-avahi*/
1364 %exclude %{_libdir}/libecore_avahi.so
1365 %exclude %{_libdir}/pkgconfig/ecore-avahi*.pc
1366 %endif
1367 #efl-mono
1368 %{_libdir}/libeflcustomexportsmono.so.*
1369
1370 %files -n %{name}-devel
1371 %manifest %{name}.manifest
1372 %defattr(-,root,root,-)
1373 %{_includedir}/efl-*1/
1374 %{_libdir}/cmake/Efl*/
1375 %{_libdir}/libefl.so
1376 %{_libdir}/pkgconfig/efl*.pc
1377 %{_datadir}/eolian/include/efl-*1/
1378 #efl-mono
1379 %{_libdir}/libeflcustomexportsmono.so
1380
1381 %files -n eina
1382 %manifest %{name}.manifest
1383 %defattr(-,root,root,-)
1384 %license licenses/COPYING.LGPL
1385 %{_libdir}/libeina.so.*
1386
1387 %files -n eina-tools
1388 %manifest %{name}.manifest
1389 %{_bindir}/eina_btlog
1390 %exclude %{_bindir}/eina_modinfo
1391
1392 %if %enable_examples
1393 %files -n eina-examples
1394 %manifest %{name}.manifest
1395 %defattr(-,root,root,-)
1396 %{_datadir}/eina*/examples/
1397 %{_libdir}/eina/examples/
1398 %endif
1399
1400 %files -n eina-devel
1401 %manifest %{name}.manifest
1402 %defattr(-,root,root,-)
1403 %{_includedir}/eina-*1/
1404 %{_libdir}/libeina.so
1405 %{_libdir}/pkgconfig/eina*.pc
1406 %{_libdir}/cmake/Eina*/*.cmake
1407
1408 %files -n emile
1409 %manifest %{name}.manifest
1410 %defattr(-,root,root,-)
1411 %license licenses/COPYING.LGPL
1412 %{_libdir}/libemile.so.*
1413
1414 %files -n emile-devel
1415 %manifest %{name}.manifest
1416 %defattr(-,root,root,-)
1417 %{_includedir}/emile-*1/
1418 %{_libdir}/libemile.so
1419 %{_libdir}/pkgconfig/emile*.pc
1420 %{_libdir}/cmake/Emile*/*.cmake
1421
1422 %files -n eet
1423 %manifest %{name}.manifest
1424 %defattr(-,root,root,-)
1425 %license licenses/COPYING.BSD
1426 %{_libdir}/libeet.so.*
1427
1428 %files -n eet-tools
1429 %manifest %{name}.manifest
1430 %{_bindir}/eet
1431 %{_bindir}/vieet
1432 %{_bindir}/diffeet
1433 %{_bindir}/eetpack
1434
1435 %if %enable_examples
1436 %files -n eet-examples
1437 %manifest %{name}.manifest
1438 %defattr(-,root,root,-)
1439 %{_datadir}/eet/examples/
1440 %{_libdir}/eet/examples/
1441 %endif
1442
1443 %files -n eet-devel
1444 %manifest %{name}.manifest
1445 %defattr(-,root,root,-)
1446 %{_libdir}/libeet.so
1447 %{_includedir}/eet-*1/
1448 %{_libdir}/pkgconfig/eet*.pc
1449 %{_libdir}/cmake/Eet*/*.cmake
1450
1451 %files -n eo
1452 %manifest %{name}.manifest
1453 %defattr(-,root,root,-)
1454 %license licenses/COPYING.BSD
1455 %{_libdir}/libeo.so.*
1456 %exclude %{_libdir}/libeo_dbg.so.*
1457
1458 %if %enable_examples
1459 %files -n eo-examples
1460 %manifest %{name}.manifest
1461 %defattr(-,root,root,-)
1462 %{_datadir}/eo/examples/
1463 %{_libdir}/eo/examples/
1464 %endif
1465
1466 %files -n eo-devel
1467 %manifest %{name}.manifest
1468 %defattr(-,root,root,-)
1469 %{_includedir}/eo-*1/
1470 %{_libdir}/libeo.so
1471 %{_libdir}/pkgconfig/eo*.pc
1472 %{_datadir}/eo/gdb/eo_gdb.py
1473 %{_datadir}/gdb/auto-load/usr/lib*/
1474 %{_libdir}/cmake/Eo/*.cmake
1475 %{_libdir}/cmake/EoCxx/*.cmake
1476 %exclude %{_libdir}/libeo_dbg.so
1477 %exclude %{_bindir}/eo_debug
1478
1479 %files -n ector
1480 %manifest %{name}.manifest
1481 %defattr(-,root,root,-)
1482 %license licenses/COPYING.FTL licenses/COPYING.GPL
1483 %{_libdir}/libector.so.*
1484
1485 %files -n ector-devel
1486 %manifest %{name}.manifest
1487 %defattr(-,root,root,-)
1488 #%{_includedir}/ector-*1/
1489 %{_libdir}/libector.so
1490 %{_libdir}/pkgconfig/ector*.pc
1491 %{_datadir}/eolian/include/ector-*1/
1492
1493 %files -n evas
1494 %manifest %{name}.manifest
1495 %defattr(-,root,root,-)
1496 %license licenses/COPYING.BSD
1497 %{_bindir}/ecore_evas_*
1498 %{_libdir}/evas/modules/
1499 %{_libdir}/libevas.so.*
1500 %{_datadir}/evas/checkme
1501 %{_datadir}/evas/filters/lua/*.lua
1502 %exclude %{_libdir}/evas/utils/
1503
1504 %if %enable_examples
1505 %files -n evas-examples
1506 %manifest %{name}.manifest
1507 %defattr(-,root,root,-)
1508 %{_datadir}/evas/examples/
1509 %{_libdir}/evas/examples/
1510 %endif
1511
1512 %files -n evas-devel
1513 %manifest %{name}.manifest
1514 %defattr(-,root,root,-)
1515 %{_includedir}/evas-*1/
1516 %{_libdir}/libevas.so
1517 %{_libdir}/pkgconfig/evas*.pc
1518 %{_datadir}/eolian/include/evas-*1/
1519 %{_libdir}/cmake/Evas*/*.cmake
1520
1521 %files -n ecore
1522 %license licenses/COPYING.BSD
1523
1524 %files -n ecore-devel
1525 %{_libdir}/pkgconfig/ecore.pc
1526
1527 %files -n ecore-core
1528 %manifest %{name}.manifest
1529 %defattr(-,root,root,-)
1530 %license licenses/COPYING.BSD
1531 %{_libdir}/libecore.so.*
1532 %{_datadir}/ecore/checkme
1533 %exclude %{_libdir}/ecore/system/upower/
1534
1535 %files -n ecore-core-devel
1536 %manifest %{name}.manifest
1537 %defattr(-,root,root,-)
1538 %{_includedir}/ecore-*1/
1539 %{_libdir}/libecore.so
1540 %{_libdir}/pkgconfig/ecore-core.pc
1541 %{_libdir}/cmake/Ecore*/*.cmake
1542 %{_datadir}/eolian/include/ecore-*1/
1543
1544 %files -n ecore-audio
1545 %manifest %{name}.manifest
1546 %defattr(-,root,root,-)
1547 %license licenses/COPYING.BSD
1548 %{_libdir}/libecore_audio.so.*
1549
1550 %files -n ecore-audio-devel
1551 %manifest %{name}.manifest
1552 %defattr(-,root,root,-)
1553 %{_includedir}/ecore-audio*/
1554 %{_libdir}/libecore_audio.so
1555 %{_libdir}/pkgconfig/ecore-audio*.pc
1556
1557 %if %{with x}
1558 %files -n ecore-avahi
1559 %manifest %{name}.manifest
1560 %defattr(-,root,root,-)
1561 %license licenses/COPYING.BSD
1562 %{_libdir}/libecore_avahi.so.*
1563
1564 %files -n ecore-avahi-devel
1565 %manifest %{name}.manifest
1566 %defattr(-,root,root,-)
1567 %{_includedir}/ecore-avahi*/
1568 %{_libdir}/libecore_avahi.so
1569 %{_libdir}/pkgconfig/ecore-avahi*.pc
1570 %endif
1571
1572 %files -n ecore-buffer
1573 %manifest %{name}.manifest
1574 %defattr(-,root,root,-)
1575 %license licenses/COPYING.BSD
1576 %{_libdir}/libecore_buffer.so.*
1577 %{_libdir}/ecore_buffer/modules/
1578 %exclude %{_libdir}/ecore_buffer/bin/
1579
1580 %files -n ecore-buffer-devel
1581 %manifest %{name}.manifest
1582 %defattr(-,root,root,-)
1583 %{_includedir}/ecore-buffer*/
1584 %{_libdir}/libecore_buffer.so
1585 %{_libdir}/pkgconfig/ecore-buffer*.pc
1586
1587 %files -n ecore-con
1588 %manifest %{name}.manifest
1589 %defattr(-,root,root,-)
1590 %license licenses/COPYING.BSD
1591 %{_libdir}/libecore_con.so.*
1592 %{_tmpfilesdir}/efl.conf
1593 %exclude %{_libdir}/ecore_con/utils/
1594
1595 %files -n ecore-con-devel
1596 %manifest %{name}.manifest
1597 %defattr(-,root,root,-)
1598 %{_includedir}/ecore-con*/
1599 %{_libdir}/libecore_con.so
1600 %{_libdir}/pkgconfig/ecore-con*.pc
1601
1602 %files -n ecore-evas
1603 %manifest %{name}.manifest
1604 %defattr(-,root,root,-)
1605 %license licenses/COPYING.BSD
1606 %{_libdir}/libecore_evas.so.*
1607 %{_libdir}/ecore_evas/engines/*/*/module.so
1608
1609 %files -n ecore-evas-devel
1610 %manifest %{name}.manifest
1611 %defattr(-,root,root,-)
1612 %{_includedir}/ecore-evas*/
1613 %{_libdir}/libecore_evas.so
1614 %{_libdir}/pkgconfig/ecore-evas*.pc
1615
1616 %files -n ecore-fb
1617 %manifest %{name}.manifest
1618 %defattr(-,root,root,-)
1619 %license licenses/COPYING.BSD
1620 %{_libdir}/libecore_fb.so.*
1621
1622 %files -n ecore-fb-devel
1623 %manifest %{name}.manifest
1624 %defattr(-,root,root,-)
1625 %{_includedir}/ecore-fb*/*.h
1626 %{_libdir}/libecore_fb.so
1627 %{_libdir}/pkgconfig/ecore-fb*.pc
1628
1629 %files -n ecore-file
1630 %manifest %{name}.manifest
1631 %defattr(-,root,root,-)
1632 %license licenses/COPYING.BSD
1633 %{_libdir}/libecore_file.so.*
1634
1635 %files -n ecore-file-devel
1636 %manifest %{name}.manifest
1637 %defattr(-,root,root,-)
1638 %{_includedir}/ecore-file*/*.h
1639 %{_libdir}/libecore_file.so
1640 %{_libdir}/pkgconfig/ecore-file*.pc
1641
1642 %files -n ecore-imf
1643 %manifest %{name}.manifest
1644 %defattr(-,root,root,-)
1645 %license licenses/COPYING.BSD
1646 %{_libdir}/libecore_imf.so.*
1647 %{_datadir}/ecore_imf/checkme
1648 %exclude %{_libdir}/ecore_imf/modules/
1649
1650 %files -n ecore-imf-devel
1651 %manifest %{name}.manifest
1652 %defattr(-,root,root,-)
1653 %{_includedir}/ecore-imf-*1/
1654 %{_libdir}/libecore_imf.so
1655 %{_libdir}/pkgconfig/ecore-imf.pc
1656
1657 %files -n ecore-imf-evas
1658 %manifest %{name}.manifest
1659 %defattr(-,root,root,-)
1660 %license licenses/COPYING.BSD
1661 %{_libdir}/libecore_imf_evas.so.*
1662
1663 %files -n ecore-imf-evas-devel
1664 %manifest %{name}.manifest
1665 %defattr(-,root,root,-)
1666 %{_includedir}/ecore-imf-evas*/
1667 %{_libdir}/libecore_imf_evas.so
1668 %{_libdir}/pkgconfig/ecore-imf-evas.pc
1669
1670 %files -n ecore-input
1671 %manifest %{name}.manifest
1672 %defattr(-,root,root,-)
1673 %license licenses/COPYING.BSD
1674 %{_libdir}/libecore_input.so.*
1675
1676 %files -n ecore-input-devel
1677 %manifest %{name}.manifest
1678 %defattr(-,root,root,-)
1679 %{_includedir}/ecore-input-*1/
1680 %{_libdir}/libecore_input.so
1681 %{_libdir}/pkgconfig/ecore-input.pc
1682
1683 %files -n ecore-input-evas
1684 %manifest %{name}.manifest
1685 %defattr(-,root,root,-)
1686 %license licenses/COPYING.BSD
1687 %{_libdir}/libecore_input_evas.so.*
1688
1689 %files -n ecore-input-evas-devel
1690 %manifest %{name}.manifest
1691 %defattr(-,root,root,-)
1692 %{_includedir}/ecore-input-evas*/
1693 %{_libdir}/libecore_input_evas.so
1694 %{_libdir}/pkgconfig/ecore-input-evas.pc
1695
1696 %files -n ecore-ipc
1697 %manifest %{name}.manifest
1698 %defattr(-,root,root,-)
1699 %license licenses/COPYING.BSD
1700 %{_libdir}/libecore_ipc.so.*
1701
1702 %files -n ecore-ipc-devel
1703 %manifest %{name}.manifest
1704 %defattr(-,root,root,-)
1705 %{_includedir}/ecore-ipc-*1/
1706 %{_libdir}/libecore_ipc.so
1707 %{_libdir}/pkgconfig/ecore-ipc.pc
1708
1709 %if %{with wayland}
1710 %if %enable_wayland_legacy
1711 %files -n ecore-wayland
1712 %manifest %{name}.manifest
1713 %defattr(-,root,root,-)
1714 %license licenses/COPYING.BSD
1715 %{_libdir}/libecore_wayland.so.*
1716
1717 %files -n ecore-wayland-devel
1718 %manifest %{name}.manifest
1719 %defattr(-,root,root,-)
1720 %{_includedir}/ecore-wayland-*1/
1721 %{_libdir}/libecore_wayland.so
1722 %{_libdir}/pkgconfig/ecore-wayland.pc
1723 %endif
1724
1725 %files -n ecore-wl2
1726 %manifest %{name}.manifest
1727 %defattr(-,root,root,-)
1728 %license licenses/COPYING.BSD
1729 %{_libdir}/libecore_wl2.so.*
1730 %{_libdir}/ecore_wl2/engines/*/*/module.so
1731
1732 %files -n ecore-wl2-devel
1733 %manifest %{name}.manifest
1734 %defattr(-,root,root,-)
1735 %{_includedir}/ecore-wl2-*1/
1736 %{_libdir}/libecore_wl2.so
1737 %{_libdir}/pkgconfig/ecore-wl2.pc
1738 %endif
1739
1740 %if %{with x}
1741 %files -n ecore-x
1742 %manifest %{name}.manifest
1743 %defattr(-,root,root,-)
1744 %license licenses/COPYING.BSD
1745 %{_libdir}/libecore_x.so.*
1746 %{_libdir}/ecore_x/*/*/*
1747 %{_datadir}/ecore_x/checkme
1748
1749 %files -n ecore-x-devel
1750 %manifest %{name}.manifest
1751 %defattr(-,root,root,-)
1752 %{_includedir}/ecore-x-*1/
1753 %{_libdir}/libecore_x.so
1754 %{_libdir}/pkgconfig/ecore-x.pc
1755 %endif
1756
1757 %files -n eldbus
1758 %manifest %{name}.manifest
1759 %license licenses/COPYING.LGPL
1760 %defattr(-,root,root,-)
1761 %{_libdir}/libeldbus.so.*
1762 %{_bindir}/eldbus*
1763
1764
1765 %if %enable_examples
1766 %files -n eldbus-examples
1767 %manifest %{name}.manifest
1768 %defattr(-,root,root,-)
1769 %{_datadir}/eldbus/examples/*
1770 %{_libdir}/eldbus/examples/*
1771 %endif
1772
1773 %files -n eldbus-devel
1774 %manifest %{name}.manifest
1775 %defattr(-,root,root,-)
1776 %{_libdir}/libeldbus.so
1777 %{_includedir}/eldbus*/
1778 %{_libdir}/pkgconfig/eldbus*.pc
1779 %{_libdir}/cmake/Eldbus/*.cmake
1780 %{_datadir}/eolian/include/eldbus-*1/
1781
1782 %files -n embryo
1783 %manifest %{name}.manifest
1784 %defattr(-,root,root,-)
1785 %license licenses/COPYING.SMALL
1786 %{_bindir}/embryo_cc
1787 %{_libdir}/libembryo.so.*
1788 %{_datadir}/embryo/include/default.inc
1789
1790 %files -n embryo-devel
1791 %manifest %{name}.manifest
1792 %defattr(-,root,root,-)
1793 %{_includedir}/embryo-*1/
1794 %{_libdir}/libembryo.so
1795 %{_libdir}/pkgconfig/embryo*.pc
1796
1797 %files -n eio
1798 %manifest %{name}.manifest
1799 %defattr(-,root,root,-)
1800 %license licenses/COPYING.LGPL
1801 %{_libdir}/libeio.so.*
1802
1803 %if %enable_examples
1804 %files -n eio-examples
1805 %manifest %{name}.manifest
1806 %defattr(-,root,root,-)
1807 %{_datadir}/eio/examples/
1808 %{_libdir}/eio/examples/
1809 %endif
1810
1811 %files -n eio-devel
1812 %manifest %{name}.manifest
1813 %defattr(-,root,root,-)
1814 %{_includedir}/eio-*1/
1815 %{_libdir}/libeio.so
1816 %{_libdir}/pkgconfig/eio*.pc
1817 %{_libdir}/cmake/Eio*/*.cmake
1818
1819 %files -n edje
1820 %manifest %{name}.manifest
1821 %defattr(-,root,root,-)
1822 %license licenses/COPYING.BSD
1823 %{_libdir}/libedje.so.*
1824 %{_libdir}/edje/utils/
1825 %{_datadir}/edje/include/edje.inc
1826 %{_datadir}/edje/images/
1827 %{_datadir}/mime/packages/edje.xml
1828
1829 %files -n edje-tools
1830 %manifest %{name}.manifest
1831 %{_bindir}/edje*
1832
1833 %if %enable_examples
1834 %files -n edje-examples
1835 %manifest %{name}.manifest
1836 %defattr(-,root,root,-)
1837 %{_datadir}/edje/examples/
1838 %{_libdir}/edje/examples/
1839 %endif
1840
1841 %files -n edje-devel
1842 %manifest %{name}.manifest
1843 %defattr(-,root,root,-)
1844 %{_includedir}/edje-*1/
1845 %{_libdir}/libedje.so
1846 %{_libdir}/pkgconfig/edje*.pc
1847 %{_libdir}/cmake/Edje/*.cmake
1848 %{_datadir}/eolian/include/edje-*1/
1849
1850 %files -n eeze
1851 %manifest %{name}.manifest
1852 %defattr(-,root,root,-)
1853 %license licenses/COPYING.BSD
1854 %{_libdir}/libeeze.so.*
1855 %{_datadir}/eeze/checkme
1856 %{_bindir}/eeze_disk_ls
1857 %{_bindir}/eeze_mount
1858 %{_bindir}/eeze_umount
1859 %{_libdir}/eeze/modules/sensor/
1860 %exclude %{_bindir}/eeze_scanner
1861 %exclude %{_bindir}/eeze_scanner_monitor
1862
1863 %files -n eeze-devel
1864 %manifest %{name}.manifest
1865 %defattr(-,root,root,-)
1866 %{_includedir}/eeze-*1/
1867 %{_libdir}/libeeze.so
1868 %{_libdir}/pkgconfig/eeze*.pc
1869 %{_libdir}/cmake/Eeze/*.cmake
1870
1871 %files -n efreet
1872 %manifest %{name}.manifest
1873 %defattr(-,root,root,-)
1874 %license licenses/COPYING.BSD
1875 %{_libdir}/libefreet.so.*
1876 %{_libdir}/libefreet_mime.so.*
1877 %{_libdir}/libefreet_trash.so.*
1878 %{_libdir}/efreet/*/efreet_desktop_cache_create
1879 %{_libdir}/efreet/*/efreet_icon_cache_create
1880 %{_datadir}/efreet/
1881 %exclude %{_bindir}/efreetd
1882 %exclude %{_libdir}/efreet/*/efreet_mime_cache_create
1883
1884 %files -n efreet-devel
1885 %manifest %{name}.manifest
1886 %defattr(-,root,root,-)
1887 %{_includedir}/efreet-*1/
1888 %{_libdir}/libefreet.so
1889 %{_libdir}/libefreet_mime.so
1890 %{_libdir}/libefreet_trash.so
1891 %{_libdir}/pkgconfig/efreet*.pc
1892 %{_libdir}/cmake/Efreet/*.cmake
1893
1894 %files -n emotion
1895 %manifest %{name}.manifest
1896 %defattr(-,root,root,-)
1897 %license licenses/COPYING.BSD
1898 %{_libdir}/libemotion.so.*
1899 %{_libdir}/edje/modules/emotion/
1900 %{_datadir}/emotion/
1901 %{_libdir}/emotion/modules/
1902
1903 %if %enable_examples
1904 %files -n emotion-examples
1905 %manifest %{name}.manifest
1906 %defattr(-,root,root,-)
1907 %{_datadir}/emotion/examples/
1908 %{_libdir}/emotion/examples/
1909 %endif
1910
1911 %files -n emotion-devel
1912 %manifest %{name}.manifest
1913 %defattr(-,root,root,-)
1914 %{_includedir}/emotion-*1/
1915 %{_libdir}/libemotion.so
1916 %{_libdir}/pkgconfig/emotion*.pc
1917 %{_libdir}/cmake/Emotion/*.cmake
1918
1919 %files -n ethumb
1920 %manifest %{name}.manifest
1921 %defattr(-,root,root,-)
1922 %license licenses/COPYING.BSD
1923 %{_libdir}/libethumb.so.*
1924 %{_libdir}/libethumb_client.so.*
1925 %{_datadir}/ethumb_client/
1926 %{_datadir}/ethumb/
1927 %{_libdir}/ethumb/modules/
1928 %exclude %{_datadir}/dbus-1/services/org.enlightenment.Ethumb.service
1929 %exclude %{_libdir}/ethumb_client/utils/*/ethumbd_slave
1930 %exclude %{_bindir}/ethumb
1931 %exclude %{_bindir}/ethumbd
1932 %exclude %{_bindir}/ethumbd_client
1933
1934 %if %enable_examples
1935 %files -n ethumb-examples
1936 %manifest %{name}.manifest
1937 %defattr(-,root,root,-)
1938 %{_datadir}/ethumb_client/examples/
1939 %{_libdir}/ethumb_client/examples/
1940 %endif
1941
1942 %files -n ethumb-devel
1943 %manifest %{name}.manifest
1944 %defattr(-,root,root,-)
1945 %{_includedir}/ethumb-*1/
1946 %{_libdir}/libethumb.so
1947 %{_libdir}/libethumb_client.so
1948 %{_libdir}/pkgconfig/ethumb*.pc
1949 %{_libdir}/cmake/Ethumb/*.cmake
1950 %{_libdir}/cmake/EthumbClient/*.cmake
1951
1952 %if %enable_ephysics
1953 %files -n ephysics
1954 %manifest %{name}.manifest
1955 %defattr(-,root,root,-)
1956 %license licenses/COPYING.BSD
1957 %{_libdir}/libephysics.so.*
1958
1959 %files -n ephysics-devel
1960 %manifest %{name}.manifest
1961 %defattr(-,root,root,-)
1962 %{_libdir}/libephysics.so
1963 %{_libdir}/pkgconfig/ephysics.pc
1964 %{_includedir}/ephysics-*1/
1965
1966 %if %enable_examples
1967 %files -n ephysics-examples
1968 %{_datadir}/ephysics/examples/
1969 %endif
1970 %endif
1971
1972 %files -n eolian
1973 %manifest %{name}.manifest
1974 %defattr(-,root,root,-)
1975 %license licenses/COPYING.BSD
1976 %{_bindir}/eolian*
1977 %{_libdir}/libeolian.so.*
1978
1979 %files -n eolian-devel
1980 %{_includedir}/eolian-*1/
1981 %{_datadir}/eolian/include/
1982 %{_libdir}/libeolian.so
1983 %{_libdir}/cmake/Eolian*/*.cmake
1984
1985 %if %enable_examples
1986 %files -n eolian-examples
1987 %{_datadir}/eolian_*/examples/
1988 %endif
1989
1990 %files -n elocation
1991 %manifest %{name}.manifest
1992 %defattr(-,root,root,-)
1993 %{_libdir}/libelocation.so.*
1994
1995 %if %enable_examples
1996 %files -n elocation-examples
1997 %manifest %{name}.manifest
1998 %defattr(-,root,root,-)
1999 %{_datadir}/elocation/examples/
2000 %endif
2001
2002 %files -n elocation-devel
2003 %manifest %{name}.manifest
2004 %defattr(-,root,root,-)
2005 %{_includedir}/elocation-*1/
2006 %{_libdir}/pkgconfig/elocation.pc
2007 %{_libdir}/libelocation.so
2008
2009 %if %enable_elua
2010 %files -n elua
2011 %manifest %{name}.manifest
2012 %license licenses/COPYING.BSD
2013 %defattr(-,root,root,-)
2014 %{_datadir}/elua/checkme
2015
2016 %files -n elua-devel
2017 %manifest %{name}.manifest
2018 %defattr(-,root,root,-)
2019 %{_libdir}/cmake/Elua*/*.cmake
2020 %endif
2021
2022 %files -n efl-wl
2023 %manifest %{name}.manifest
2024 %license licenses/COPYING.BSD
2025 %defattr(-,root,root,-)
2026 %{_libdir}/libefl_wl.so.*
2027 %exclude %{_bindir}/efl_wl_test
2028 %exclude %{_bindir}/efl_wl_test_stack
2029
2030 %files -n efl-wl-devel
2031 %manifest %{name}.manifest
2032 %license licenses/COPYING.BSD
2033 %defattr(-,root,root,-)
2034 %{_libdir}/libefl_wl.so
2035 %{_includedir}/efl-wl-*1/
2036 %{_libdir}/pkgconfig/efl-wl.pc
2037
2038 ##%%files -n elput
2039 ##%%manifest %{name}.manifest
2040 ##%%license licenses/COPYING.BSD
2041 ##%%defattr(-,root,root,-)
2042 ##%%{_libdir}/libelput.so.*
2043 ##%
2044 ##%%files -n elput-devel
2045 ##%%manifest %{name}.manifest
2046 ##%%license licenses/COPYING.BSD
2047 ##%%defattr(-,root,root,-)
2048 ##%%{_libdir}/libelput.so
2049 ##%%{_libdir}/pkgconfig/elput.pc
2050 ##%%{_includedir}/elput-*1/
2051
2052 %files -n elementary
2053 %manifest %{name}.manifest
2054 %defattr(-,root,root,-)
2055 %license COPYING
2056 %{_bindir}/elementary_quicklaunch
2057 %{_bindir}/elementary_run
2058 %{_libdir}/edje/modules/elm/
2059 %{_libdir}/libelementary.so.1
2060 %{_libdir}/libelementary.so.1.22.99
2061 %{_datadir}/elementary/edje_externals/
2062 %{_datadir}/icons/hicolor/128x128/apps/elementary.png
2063 %{_libdir}/elementary/modules/
2064 %exclude %{_datadir}/elementary/config/
2065
2066 %files -n elementary-tizen
2067 %manifest %{name}.manifest
2068 %defattr(-,root,root,-)
2069 %{_libdir}/libelementary.so.1.22.100
2070
2071 %if ! %dbus_unavailable
2072 %if %enable_examples
2073 %files -n elementary-examples
2074 %manifest %{name}.manifest
2075 %defattr(-,root,root,-)
2076 %{_libdir}/elementary/examples/
2077 %endif
2078 %endif
2079
2080 %files -n elementary-tools
2081 %manifest %{name}.manifest
2082 %defattr(-,root,root,-)
2083 %{_datadir}/applications/
2084 %{_datadir}/elementary/images/
2085 %{_datadir}/elementary/objects/
2086 %{_bindir}/elementary_*
2087 %exclude %{_bindir}/elm_prefs_cc
2088 %exclude %{_bindir}/elementary_perf
2089
2090 %files -n elementary-devel
2091 %manifest %{name}.manifest
2092 %defattr(-,root,root,-)
2093 %{_includedir}/elementary-*1/
2094 %{_libdir}/libelementary.so
2095 %{_libdir}/pkgconfig/elementary.pc
2096 %{_libdir}/cmake/Elementary/ElementaryConfig.cmake
2097 %{_libdir}/cmake/Elementary/ElementaryConfigVersion.cmake
2098 %{_datadir}/eolian/include/elementary-*1/
2099
2100 %files -n elementary-theme
2101 %manifest %{name}.manifest
2102 %{_datadir}/elementary/themes/
2103 %exclude %{_datadir}/elementary/test*
2104
2105 %files -n efl-locale -f %{name}.lang
2106 %license COPYING
2107 %defattr(-,root,root,-)
2108
2109 %if 0%{?gcov:1}
2110 %files gcov
2111 %{_datadir}/gcov/obj/*
2112 %endif