]> git.pld-linux.org Git - packages/ecore.git/blame - ecore.spec
- drop obsolete files
[packages/ecore.git] / ecore.spec
CommitLineData
95b32668
KK
1#
2# Conditional build:
3%bcond_without static_libs # don't build static library
d8516976 4%bcond_with xcb # XCB instead of Xlib
95b32668 5#
7da92f77 6%define eet_ver 1.1.0
3eba0190 7
320931eb 8Summary: Enlightened Core X interface library
967c161c 9Summary(pl.UTF-8): Biblioteka interfejsu X Enlightened Core
320931eb 10Name: ecore
7da92f77 11Version: 0.9.9.050
12Release: 0.1
320931eb 13License: BSD
14Group: X11/Libraries
7da92f77 15Source0: http://download.enlightenment.org/snapshots/2008-09-25/%{name}-%{version}.tar.bz2
16# Source0-md5: cab0952967240b607c01c5013caaddf4
dd506027 17URL: http://enlightenment.org/p.php?p=about/libs/ecore
d8516976 18BuildRequires: DirectFB-devel >= 0.9.16
34dcbe62
JB
19BuildRequires: SDL-devel
20BuildRequires: autoconf >= 2.52
21BuildRequires: automake >= 1.6
fcac574f 22BuildRequires: curl-devel
3eba0190 23BuildRequires: eet-devel >= %{eet_ver}
d8516976 24BuildRequires: evas-devel >= %{version}
320931eb 25BuildRequires: libtool
26BuildRequires: openssl-devel
c3b5ffaf 27BuildRequires: pkgconfig
d8516976
JB
28BuildRequires: tslib-devel
29%if %{with xcb}
30BuildRequires: libxcb-devel
31BuildRequires: xcb-util-devel
32%else
8bd9691e 33BuildRequires: xorg-lib-libXScrnSaver-devel
34BuildRequires: xorg-lib-libXcursor-devel
35BuildRequires: xorg-lib-libXdamage-devel
d8516976
JB
36BuildRequires: xorg-lib-libXext-devel
37BuildRequires: xorg-lib-libXfixes-devel
8bd9691e 38BuildRequires: xorg-lib-libXinerama-devel
39BuildRequires: xorg-lib-libXp-devel
40BuildRequires: xorg-lib-libXrandr-devel
d8516976
JB
41BuildRequires: xorg-lib-libXrender-devel
42%endif
43Requires: evas >= %{version}
76bceaba 44Obsoletes: ecore-libs
320931eb 45BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
4acfc032 47%undefine __cxx
48
320931eb 49%description
50Ecore is the event/X abstraction layer that makes doing selections,
51Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
52optimized, and convenient. It's a separate library so anyone can make
53use of the work put into Ecore to make this job easy for applications.
54
e84a11fe
JR
55%description -l pl.UTF-8
56Ecore to warstwa abstrakcji zdarzeń/X, która powoduje, że dokonywanie
57zaznaczeń, Xdnd, ogólne operacje X, pętle zdarzeń, obsługa timeoutów i
58bezczynności są szybkie, zoptymalizowane i wygodne. Jest to wydzielona
59biblioteka, więc każdy może skorzystać z pracy włożonej w Ecore do
60ułatwienia swojej pracy przy aplikacjach.
f95d65ff 61
76bceaba 62%package con
63Summary: Ecore Connection Library
967c161c 64Summary(pl.UTF-8): Biblioteka połączeń Ecore
76bceaba 65Group: Libraries
66Requires: %{name} = %{version}-%{release}
67Conflicts: ecore-libs
68
69%description con
70Ecore Connection Library.
71
e84a11fe
JR
72%description con -l pl.UTF-8
73Biblioteka połączeń Ecore.
4127e42d 74
76bceaba 75%package config
76Summary: Ecore Enlightened Property Library
967c161c 77Summary(pl.UTF-8): Biblioteka właściwości Ecore
76bceaba 78Group: Libraries
d8516976 79Requires: %{name}-ipc = %{version}-%{release}
76bceaba 80Conflicts: ecore-libs
81
82%description config
83Ecore Enlightened Property Library.
84
e84a11fe
JR
85%description config -l pl.UTF-8
86Biblioteka właściwości Ecore.
4127e42d 87
76bceaba 88%package desktop
89Summary: Ecore freedesktop.org .desktop, icon, menu parsing Library
967c161c 90Summary(pl.UTF-8): Biblioteka przetwarzania plików .desktop, ikon i menu
ef89d0f2 91Group: X11/Libraries
d8516976 92Requires: %{name}-file = %{version}-%{release}
76bceaba 93Conflicts: ecore-libs
94
95%description desktop
96Ecore freedesktop.org .desktop, icon, menu parsing Library.
97
e84a11fe
JR
98%description desktop -l pl.UTF-8
99Biblioteka przetwarzania plików .desktop, ikon i menu.
4127e42d 100
76bceaba 101%package directfb
102Summary: Ecore frame buffer system functions
967c161c 103Summary(pl.UTF-8): Funkcje systemowe framebuffera Ecore
76bceaba 104Group: Libraries
105Requires: %{name} = %{version}-%{release}
d8516976 106Requires: DirectFB >= 0.9.16
76bceaba 107Conflicts: ecore-libs
108
109%description directfb
110Ecore frame buffer system functions.
111
e84a11fe 112%description directfb -l pl.UTF-8
4127e42d
JB
113Funkcje systemowe framebuffera Ecore.
114
76bceaba 115%package fb
116Summary: Ecore frame buffer system functions
967c161c 117Summary(pl.UTF-8): Funkcje systemowe framebuffera Ecore
76bceaba 118Group: Libraries
119Requires: %{name} = %{version}-%{release}
120Conflicts: ecore-libs
ef89d0f2 121
76bceaba 122%description fb
123Ecore frame buffer system functions.
ef89d0f2 124
e84a11fe 125%description fb -l pl.UTF-8
4127e42d
JB
126Funkcje systemowe framebuffera Ecore.
127
76bceaba 128%package file
129Summary: Ecore File Library
967c161c 130Summary(pl.UTF-8): Biblioteka Ecore File
76bceaba 131Group: Libraries
132Requires: %{name} = %{version}-%{release}
133Conflicts: ecore-libs
134
135%description file
136Ecore File Library.
137
e84a11fe 138%description file -l pl.UTF-8
4127e42d
JB
139Biblioteka Ecore File.
140
03d369ba 141%package imf
34dcbe62
JB
142Summary: Ecore library IMF module
143Summary(pl.UTF-8): Moduł IMF biblioteki Ecore
03d369ba
BZ
144Group: Libraries
145Requires: %{name}-con = %{version}-%{release}
146Conflicts: ecore-libs
147
148%description imf
34dcbe62
JB
149Ecore library IMF module.
150
151%description imf -l pl.UTF-8
152Moduł IMF biblioteki Ecore.
153
154%package imf-evas
155Summary: Ecore library IMF Evas module
156Summary(pl.UTF-8): Moduł IMF Evas biblioteki Ecore
157Group: Libraries
158Requires: %{name}-evas = %{version}-%{release}
159Requires: %{name}-imf = %{version}-%{release}
160Conflicts: ecore-libs
161
162%description imf-evas
163Ecore library IMF Evas module.
03d369ba 164
34dcbe62
JB
165%description imf-evas -l pl.UTF-8
166Moduł IMF Evas biblioteki Ecore.
03d369ba 167
76bceaba 168%package ipc
169Summary: Ecore inter-process communication functions
967c161c 170Summary(pl.UTF-8): Funkcje komunikacji międzyprocesowej Ecore
76bceaba 171Group: Libraries
d8516976 172Requires: %{name}-con = %{version}-%{release}
76bceaba 173Conflicts: ecore-libs
174
175%description ipc
176Ecore inter-process communication functions.
177
e84a11fe
JR
178%description ipc -l pl.UTF-8
179Funkcje komunikacji międzyprocesowej Ecore.
4127e42d 180
76bceaba 181%package job
182Summary: Ecore job dealing functions
967c161c 183Summary(pl.UTF-8): Funkcje obsługi zadań Ecore
76bceaba 184Group: Libraries
185Requires: %{name} = %{version}-%{release}
186Conflicts: ecore-libs
187
188%description job
189Ecore job dealing functions.
190
e84a11fe
JR
191%description job -l pl.UTF-8
192Funkcje obsługi zadań Ecore.
4127e42d 193
34dcbe62
JB
194%package sdl
195Summary: Ecore library SDL module
196Summary(pl.UTF-8): Moduł SDL biblioteki Ecore
197Group: Libraries
198Requires: %{name} = %{version}-%{release}
199Conflicts: ecore-libs
200
201%description sdl
202Ecore library SDL module.
203
204%description sdl -l pl.UTF-8
205Moduł SDL biblioteki Ecore.
206
76bceaba 207%package txt
208Summary: Ecore text encoding conversion functions
967c161c 209Summary(pl.UTF-8): Funkcje konwersji kodowania tekstu Ecore
76bceaba 210Group: Libraries
211Requires: %{name} = %{version}-%{release}
212Conflicts: ecore-libs
213
214%description txt
215Ecore text encoding conversion functions.
216
e84a11fe 217%description txt -l pl.UTF-8
4127e42d
JB
218Funkcje konwersji kodowania tekstu Ecore.
219
76bceaba 220%package x
4127e42d 221Summary: Ecore functions for dealing with the X Window System
967c161c 222Summary(pl.UTF-8): Funkcje Ecore do obsługi X Window System
76bceaba 223Group: X11/Libraries
d8516976 224Requires: %{name}-txt = %{version}-%{release}
76bceaba 225Conflicts: ecore-libs
226
227%description x
4127e42d
JB
228Ecore functions for dealing with the X Window System.
229
e84a11fe
JR
230%description x -l pl.UTF-8
231Funkcje Ecore do obsługi X Window System.
ef89d0f2 232
320931eb 233%package devel
f95d65ff 234Summary: Ecore header files
967c161c 235Summary(pl.UTF-8): Pliki nagłówkowe Ecore
320931eb 236Group: Development/Libraries
76bceaba 237Requires: %{name} = %{version}-%{release}
238Requires: %{name}-con = %{version}-%{release}
d8516976 239# + openssl-devel curl-devel
76bceaba 240Requires: %{name}-config = %{version}-%{release}
d8516976 241# + eet-devel >= 0.9.10.038
25c309e2 242Requires: %{name}-desktop = %{version}-%{release}
34dcbe62 243Requires: %{name}-directfb = %{version}-%{release}
d8516976 244# + DirectFB-devel >= 0.9.16
76bceaba 245Requires: %{name}-fb = %{version}-%{release}
d8516976 246# + tslib-devel
76bceaba 247Requires: %{name}-file = %{version}-%{release}
d8516976 248# + curl-devel
03d369ba 249Requires: %{name}-imf = %{version}-%{release}
76bceaba 250Requires: %{name}-ipc = %{version}-%{release}
251Requires: %{name}-job = %{version}-%{release}
34dcbe62
JB
252Requires: %{name}-sdl = %{version}-%{release}
253# + sdl-devel
76bceaba 254Requires: %{name}-txt = %{version}-%{release}
255Requires: %{name}-x = %{version}-%{release}
d8516976
JB
256%if %{with xcb}
257# + libxcb-devel xcb-util-devel
258%else
259# + xorg-lib-libXScrnSaver-devel xorg-lib-libXcursor-devel xorg-lib-libXdamage-devel xorg-lib-libXext-devel xorg-lib-libXfixes-devel xorg-lib-libXinerama-devel xorg-lib-libXp-devel xorg-lib-libXrandr-devel xorg-lib-libXrender-devel
260%endif
320931eb 261
262%description devel
263Ecore development files.
264
e84a11fe 265%description devel -l pl.UTF-8
f95d65ff
JB
266Pliki programistyczne Ecore.
267
320931eb 268%package static
f95d65ff 269Summary: Static Ecore libraries
967c161c 270Summary(pl.UTF-8): Statyczne biblioteki Ecore
320931eb 271Group: Development/Libraries
f95d65ff 272Requires: %{name}-devel = %{version}-%{release}
320931eb 273
274%description static
f95d65ff
JB
275Static Ecore libraries.
276
e84a11fe 277%description static -l pl.UTF-8
f95d65ff 278Statyczne biblioteki Ecore.
320931eb 279
34dcbe62
JB
280%package evas
281Summary: Ecore Evas Wrapper Library
282Summary(pl.UTF-8): Biblioteka Ecore Evas Wrapper
283Group: Libraries
284#Requires: %{name}-directfb = %{version}-%{release}
285Requires: %{name}-fb = %{version}-%{release}
286Requires: %{name}-sdl = %{version}-%{release}
287Requires: %{name}-x = %{version}-%{release}
288Requires: evas >= %{version}
289Conflicts: ecore-libs
290
291%description evas
292Ecore Evas Wrapper Library.
293
294%description evas -l pl.UTF-8
295Biblioteka Ecore Evas Wrapper.
296
297%package evas-devel
298Summary: Header files for Ecore Evas Wrapper Library
299Summary(pl.UTF-8): Pliki nagłówkowe biblioteka Ecore Evas Wrapper
300Group: Development/Libraries
301Requires: %{name}-devel = %{version}-%{release}
302Requires: %{name}-imf-evas = %{version}-%{release}
303#Requires: DirectFB-devel >= 0.9.16
304Requires: SDL-devel
305Requires: evas-devel >= %{version}
306Requires: tslib-devel
307
308%description evas-devel
309Header files for Ecore Evas Wrapper Library.
310
311%description evas-devel -l pl.UTF-8
312Pliki nagłówkowe biblioteka Ecore Evas Wrapper.
313
314%package evas-static
315Summary: Static Ecore Evas Wrapper Library
316Summary(pl.UTF-8): Biblioteka statyczna Ecore Evas Wrapper
317Group: Development/Libraries
318Requires: %{name}-evas-devel = %{version}-%{release}
319
320%description evas-static
321Static Ecore Evas Wrapper Library.
322
323%description evas-static -l pl.UTF-8
324Biblioteka statyczna Ecore Evas Wrapper.
325
320931eb 326%prep
38d61f18 327%setup -q
320931eb 328
329%build
de1254be 330%{__libtoolize}
331%{__aclocal} -I m4
332%{__autoconf}
333%{__autoheader}
334%{__automake}
dd0b420b 335%configure \
95b32668 336 %{!?with_static_libs:--disable-static} \
34dcbe62
JB
337 --enable-ecore-con \
338 --enable-ecore-config \
339 --enable-ecore-desktop \
340 --enable-ecore-directfb \
341 --enable-ecore-fb \
342 --enable-ecore-file \
343 --enable-ecore-ipc \
344 --enable-ecore-job \
345 --enable-ecore-sdl \
dd0b420b 346 --enable-ecore-txt \
347 --enable-ecore-x \
d8516976 348 %{?with_xcb:--enable-ecore-x-xcb} \
dd0b420b 349 --enable-ecore-evas \
dd0b420b 350 --enable-ecore-evas-buffer \
34dcbe62
JB
351 --disable-ecore-evas-dfb \
352 --enable-ecore-evas-fb \
353 --enable-ecore-evas-sdl \
354 --enable-ecore-evas-xrender \
355 --enable-curl \
fcac574f 356 --enable-inotify \
34dcbe62
JB
357 --enable-openssl \
358 --enable-poll
359
360# --enable-ecore-evas-dfb needs evas-directfb (currently disabled)
dd0b420b 361
320931eb 362%{__make}
363
364%install
365rm -rf $RPM_BUILD_ROOT
34dcbe62 366
320931eb 367%{__make} install \
368 DESTDIR=$RPM_BUILD_ROOT
369
370%clean
371rm -rf $RPM_BUILD_ROOT
372
76bceaba 373%post -p /sbin/ldconfig
374%postun -p /sbin/ldconfig
4127e42d
JB
375%post con -p /sbin/ldconfig
376%postun con -p /sbin/ldconfig
377%post config -p /sbin/ldconfig
378%postun config -p /sbin/ldconfig
4127e42d
JB
379%post directfb -p /sbin/ldconfig
380%postun directfb -p /sbin/ldconfig
381%post desktop -p /sbin/ldconfig
382%postun desktop -p /sbin/ldconfig
383%post evas -p /sbin/ldconfig
384%postun evas -p /sbin/ldconfig
385%post fb -p /sbin/ldconfig
386%postun fb -p /sbin/ldconfig
387%post file -p /sbin/ldconfig
388%postun file -p /sbin/ldconfig
03d369ba
BZ
389%post imf -p /sbin/ldconfig
390%postun imf -p /sbin/ldconfig
34dcbe62
JB
391%post imf-evas -p /sbin/ldconfig
392%postun imf-evas -p /sbin/ldconfig
4127e42d
JB
393%post ipc -p /sbin/ldconfig
394%postun ipc -p /sbin/ldconfig
395%post job -p /sbin/ldconfig
396%postun job -p /sbin/ldconfig
34dcbe62
JB
397%post sdl -p /sbin/ldconfig
398%postun sdl -p /sbin/ldconfig
4127e42d
JB
399%post txt -p /sbin/ldconfig
400%postun txt -p /sbin/ldconfig
401%post x -p /sbin/ldconfig
402%postun x -p /sbin/ldconfig
320931eb 403
404%files
405%defattr(644,root,root,755)
a51cace0 406%doc AUTHORS COPYING COPYING-PLAIN README
34dcbe62
JB
407%attr(755,root,root) %{_libdir}/libecore.so.*.*.*
408%attr(755,root,root) %ghost %{_libdir}/libecore.so.0
320931eb 409
76bceaba 410%files con
ef89d0f2 411%defattr(644,root,root,755)
34dcbe62
JB
412%attr(755,root,root) %{_libdir}/libecore_con.so.*.*.*
413%attr(755,root,root) %ghost %{_libdir}/libecore_con.so.0
76bceaba 414
415%files config
416%defattr(644,root,root,755)
417%attr(755,root,root) %{_bindir}/ecore_config
34dcbe62
JB
418%attr(755,root,root) %{_libdir}/libecore_config.so.*.*.*
419%attr(755,root,root) %ghost %{_libdir}/libecore_config.so.0
76bceaba 420
34dcbe62 421%files directfb
25c309e2 422%defattr(644,root,root,755)
34dcbe62
JB
423%attr(755,root,root) %{_libdir}/libecore_directfb.so.*.*.*
424%attr(755,root,root) %ghost %{_libdir}/libecore_directfb.so.0
76bceaba 425
34dcbe62 426%files desktop
76bceaba 427%defattr(644,root,root,755)
34dcbe62
JB
428%attr(755,root,root) %{_libdir}/libecore_desktop.so.*.*.*
429%attr(755,root,root) %ghost %{_libdir}/libecore_desktop.so.0
76bceaba 430
431%files fb
432%defattr(644,root,root,755)
34dcbe62
JB
433%attr(755,root,root) %{_libdir}/libecore_fb.so.*.*.*
434%attr(755,root,root) %ghost %{_libdir}/libecore_fb.so.0
76bceaba 435
436%files file
437%defattr(644,root,root,755)
34dcbe62
JB
438%attr(755,root,root) %{_libdir}/libecore_file.so.*.*.*
439%attr(755,root,root) %ghost %{_libdir}/libecore_file.so.0
03d369ba
BZ
440
441%files imf
442%defattr(644,root,root,755)
34dcbe62
JB
443%attr(755,root,root) %{_libdir}/libecore_imf.so.*.*.*
444%attr(755,root,root) %ghost %{_libdir}/libecore_imf.so.0
445
446%files imf-evas
447%defattr(644,root,root,755)
448%attr(755,root,root) %{_libdir}/libecore_imf_evas.so.*.*.*
449%attr(755,root,root) %ghost %{_libdir}/libecore_imf_evas.so.0
76bceaba 450
451%files ipc
452%defattr(644,root,root,755)
34dcbe62
JB
453%attr(755,root,root) %{_libdir}/libecore_ipc.so.*.*.*
454%attr(755,root,root) %ghost %{_libdir}/libecore_ipc.so.0
76bceaba 455
456%files job
457%defattr(644,root,root,755)
34dcbe62
JB
458%attr(755,root,root) %{_libdir}/libecore_job.so.*.*.*
459%attr(755,root,root) %ghost %{_libdir}/libecore_job.so.0
460
461%files sdl
462%defattr(644,root,root,755)
463%attr(755,root,root) %{_libdir}/libecore_sdl.so.*.*.*
464%attr(755,root,root) %ghost %{_libdir}/libecore_sdl.so.0
76bceaba 465
466%files txt
467%defattr(644,root,root,755)
34dcbe62
JB
468%attr(755,root,root) %{_libdir}/libecore_txt.so.*.*.*
469%attr(755,root,root) %ghost %{_libdir}/libecore_txt.so.0
76bceaba 470
471%files x
472%defattr(644,root,root,755)
34dcbe62
JB
473%attr(755,root,root) %{_libdir}/libecore_x.so.*.*.*
474%attr(755,root,root) %ghost %{_libdir}/libecore_x.so.0
ef89d0f2 475
320931eb 476%files devel
477%defattr(644,root,root,755)
d8516976
JB
478%attr(755,root,root) %{_libdir}/libecore.so
479%{_libdir}/libecore.la
480%{_includedir}/Ecore.h
34dcbe62
JB
481%{_includedir}/Ecore_Data.h
482%{_includedir}/Ecore_Str.h
320931eb 483%{_pkgconfigdir}/ecore.pc
d8516976 484# modules
34dcbe62
JB
485%attr(755,root,root) %{_libdir}/libecore_con.so
486%attr(755,root,root) %{_libdir}/libecore_config.so
487%attr(755,root,root) %{_libdir}/libecore_directfb.so
488%attr(755,root,root) %{_libdir}/libecore_desktop.so
489%attr(755,root,root) %{_libdir}/libecore_fb.so
490%attr(755,root,root) %{_libdir}/libecore_file.so
491%attr(755,root,root) %{_libdir}/libecore_imf.so
492%attr(755,root,root) %{_libdir}/libecore_ipc.so
493%attr(755,root,root) %{_libdir}/libecore_job.so
494%attr(755,root,root) %{_libdir}/libecore_sdl.so
495%attr(755,root,root) %{_libdir}/libecore_txt.so
496%attr(755,root,root) %{_libdir}/libecore_x.so
497%{_libdir}/libecore_con.la
498%{_libdir}/libecore_config.la
499%{_libdir}/libecore_directfb.la
500%{_libdir}/libecore_desktop.la
501%{_libdir}/libecore_fb.la
502%{_libdir}/libecore_file.la
503%{_libdir}/libecore_imf.la
504%{_libdir}/libecore_ipc.la
505%{_libdir}/libecore_job.la
506%{_libdir}/libecore_sdl.la
507%{_libdir}/libecore_txt.la
508%{_libdir}/libecore_x.la
509%{_includedir}/Ecore_Con.h
510%{_includedir}/Ecore_Config.h
511%{_includedir}/Ecore_Desktop.h
512%{_includedir}/Ecore_DirectFB.h
513%{_includedir}/Ecore_Fb.h
514%{_includedir}/Ecore_File.h
515%{_includedir}/Ecore_IMF.h
516%{_includedir}/Ecore_Ipc.h
517%{_includedir}/Ecore_Job.h
518%{_includedir}/Ecore_Sdl.h
519%{_includedir}/Ecore_Txt.h
520%{_includedir}/Ecore_X.h
521%{_includedir}/Ecore_X_Atoms.h
522%{_includedir}/Ecore_X_Cursor.h
523%{_pkgconfigdir}/ecore-con.pc
524%{_pkgconfigdir}/ecore-config.pc
525%{_pkgconfigdir}/ecore-directfb.pc
526%{_pkgconfigdir}/ecore-desktop.pc
527%{_pkgconfigdir}/ecore-fb.pc
528%{_pkgconfigdir}/ecore-file.pc
529%{_pkgconfigdir}/ecore-imf.pc
530%{_pkgconfigdir}/ecore-ipc.pc
531%{_pkgconfigdir}/ecore-job.pc
532%{_pkgconfigdir}/ecore-sdl.pc
533%{_pkgconfigdir}/ecore-txt.pc
534%{_pkgconfigdir}/ecore-x.pc
320931eb 535
95b32668 536%if %{with static_libs}
320931eb 537%files static
538%defattr(644,root,root,755)
d8516976
JB
539%{_libdir}/libecore.a
540# modules
34dcbe62
JB
541%{_libdir}/libecore_con.a
542%{_libdir}/libecore_config.a
543%{_libdir}/libecore_directfb.a
544%{_libdir}/libecore_desktop.a
545%{_libdir}/libecore_fb.a
546%{_libdir}/libecore_file.a
547%{_libdir}/libecore_imf.a
548%{_libdir}/libecore_ipc.a
549%{_libdir}/libecore_job.a
550%{_libdir}/libecore_sdl.a
551%{_libdir}/libecore_txt.a
552%{_libdir}/libecore_x.a
95b32668 553%endif
34dcbe62
JB
554
555%files evas
556%defattr(644,root,root,755)
557%attr(755,root,root) %{_libdir}/libecore_evas.so.*.*.*
558%attr(755,root,root) %ghost %{_libdir}/libecore_evas.so.0
559
560%files evas-devel
561%defattr(644,root,root,755)
562%attr(755,root,root) %{_libdir}/libecore_evas.so
563%{_libdir}/libecore_evas.la
564%{_includedir}/Ecore_Evas.h
565%{_pkgconfigdir}/ecore-evas.pc
566# evas modules
567%attr(755,root,root) %{_libdir}/libecore_imf_evas.so
568%{_libdir}/libecore_imf_evas.la
569%{_includedir}/Ecore_IMF_Evas.h
570%{_pkgconfigdir}/ecore-imf-evas.pc
571
572%files evas-static
573%defattr(644,root,root,755)
574%{_libdir}/libecore_evas.a
575# evas modules
576%{_libdir}/libecore_imf_evas.a
This page took 0.182975 seconds and 4 git commands to generate.