]> git.pld-linux.org Git - packages/ecore.git/blob - ecore.spec
6306ef98f04ae46d8890f95ae3545d849309b349
[packages/ecore.git] / ecore.spec
1 Summary:        Enlightened Core X interface library
2 Summary(pl):    Biblioteka interfejsu X Enlightened Core
3 Name:           ecore
4 Version:        1.0.0
5 #%define _pre   pre7
6 %define _snap   20050106
7 Release:        0.%{_snap}.0.1
8 License:        BSD
9 Group:          X11/Libraries
10 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}_%{_pre}.tar.gz
11 Source0:        ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
12 # Source0-md5:  97ca7567fcaeb72cae779d08f8c0e527
13 URL:            http://enlightenment.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  evas-devel
17 BuildRequires:  libtool
18 BuildRequires:  openssl-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Ecore is the event/X abstraction layer that makes doing selections,
23 Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
24 optimized, and convenient. It's a separate library so anyone can make
25 use of the work put into Ecore to make this job easy for applications.
26
27 %description -l pl
28 Ecore to warstwa abstracji zdarzeñ/X, która powoduje, ¿e dokonywanie
29 zaznaczeñ, Xdnd, ogólne operacje X, pêtle zdarzeñ, obs³uga timeoutów i
30 bezczynno¶ci s± szybkie, zoptymalizowane i wygodne. Jest to wydzielona
31 biblioteka, wiêc ka¿dy mo¿e skorzystaæ z pracy w³o¿onej w Ecore do
32 u³atwienia swojej pracy przy aplikacjach.
33
34 %package devel
35 Summary:        Ecore header files
36 Summary(pl):    Pliki nag³ówkowe Ecore
37 Group:          Development/Libraries
38 Requires:       %{name} = %{version}-%{release}
39 Requires:       evas-devel
40 Requires:       openssl-devel
41
42 %description devel
43 Ecore development files.
44
45 %description devel -l pl
46 Pliki programistyczne Ecore.
47
48 %package static
49 Summary:        Static Ecore libraries
50 Summary(pl):    Statyczne biblioteki Ecore
51 Group:          Development/Libraries
52 Requires:       %{name}-devel = %{version}-%{release}
53
54 %description static
55 Static Ecore libraries.
56
57 %description static -l pl
58 Statyczne biblioteki Ecore.
59
60 %prep
61 #%%setup -q -n %{name}-%{version}_%{_pre}
62 %setup -q -n %{name}
63
64 %build
65 %{__libtoolize}
66 %{__aclocal}
67 %{__autoconf}
68 %{__autoheader}
69 %{__automake}
70 %configure
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post   -p /sbin/ldconfig
82 %postun -p /sbin/ldconfig
83
84 %files
85 %defattr(644,root,root,755)
86 %doc AUTHORS COPYING* README*
87 %attr(755,root,root) %{_bindir}/ecore_*
88 %attr(755,root,root) %{_libdir}/libecore*.so.*.*.*
89 %{_datadir}/%{name}
90
91 %files devel
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_bindir}/ecore-config
94 %attr(755,root,root) %{_libdir}/libecore*.so
95 %{_libdir}/libecore*.la
96 %attr(755,root,root) %{_libdir}/ecore_config_ipc_*.so
97 %{_libdir}/ecore_config_ipc_*.la
98 %{_pkgconfigdir}/ecore.pc
99 %{_aclocaldir}/ecore.m4
100 %{_includedir}/Ecore*.h
101
102 %files static
103 %defattr(644,root,root,755)
104 %{_libdir}/libecore*.a
105 %{_libdir}/ecore_config_ipc_*.a
This page took 0.144842 seconds and 2 git commands to generate.