Correct parent object for eail_window
[platform/core/uifw/eail.git] / eail.spec
1 %define MODULEDIR "/usr/lib/elementary/modules/eail/linux-gnu-i686-1.7.99"
2 Name: eail
3 Summary: The Accessibility Toolkit for elementary
4 Version: 1.0.0
5 Release: 1
6 License: LGPL
7 Group: Development/Libraries
8 Source: %{name}-%{version}.tar.xz
9 URL: http://www.gtk.org
10
11 Requires: glib2
12 Requires: elementary
13 Requires: atk
14 BuildRequires: glib2-devel
15 BuildRequires: elementary-devel
16 BuildRequires: pkgconfig
17 BuildRequires: atk-devel
18 BuildRequires: at-spi2-atk-devel
19
20 BuildRoot: %{buildroot}
21
22 %description
23 Handy library of accessibility functions. Development libs and headers
24 are in eail-devel.
25
26 %package devel
27 Summary: Header, docs and development files to to develop applications using eail.
28 Group: Development/Libraries
29 Requires: %{name} = %{version}-%{release}
30
31 %description devel
32 Header, docs and development libraries for eail.
33
34 %prep
35 %setup -q
36
37 %build
38 (if ! test -x configure; then ./autogen.sh; fi;
39  %configure --with-elementary-modules=%{MODULEDIR} $CONFIGFLAGS)
40 make %{?jobs:-j%jobs}
41
42 %install
43 rm -rf %{buildroot}
44 %make_install
45
46 %clean
47 rm -rf %{buildroot}
48
49 %post -p /sbin/ldconfig
50
51 %postun -p /sbin/ldconfig
52
53 %files
54 %defattr(-, root, root)
55 %doc AUTHORS COPYING ChangeLog NEWS README
56 %{_libdir}/libeail*
57 %{_libdir}/elementary/modules/eail/linux-gnu-i686-1.7.99/*.so
58
59 %files devel
60 %defattr(-, root, root)
61 %{_libdir}/lib*.so
62 %{_libdir}/pkgconfig/*.pc
63 %{_includedir}/eail/*.h
64
65 %changelog
66 * Thu Jul 11 2013 packager@comarch.com
67 - Add eail as elementary module
68 * Wed Apr 17 2013 packager@comarch.com
69 - Fix spec file
70 * Mon Mar 25 2013 packager@comarch.com
71 - Initial (2.2.02.0)
72
73