Updated package revision
[profile/ivi/weekeyboard.git] / packaging / weekeyboard.spec
1 Name:           weekeyboard
2 Version:        0.0.1
3 Release:        2
4 License:        Apache-2.0
5 Summary:        Virtual Keyboard Application
6 Url:            http://www.enlightenment.org/
7 Group:          Graphics & UI Framework/Libraries
8 Source0:        weekeyboard-%{version}.tar.bz2
9 Source1001:     weekeyboard.manifest
10 BuildRequires:  pkgconfig(eina)
11 BuildRequires:  pkgconfig(eet)
12 BuildRequires:  pkgconfig(evas)
13 BuildRequires:  pkgconfig(ecore)
14 BuildRequires:  pkgconfig(ecore-evas)
15 BuildRequires:  pkgconfig(ecore-wayland)
16 BuildRequires:  pkgconfig(edje)
17
18 %description
19 Weekeyboard is virtual keyboard application written in EFL and
20 made for Wayland compositors.
21 %prep
22 %setup -q
23 cp %{SOURCE1001} .
24
25 %build
26
27 %configure --disable-ibus
28 make %{?_smp_mflags}
29
30 %install
31 %make_install
32
33
34 %post
35
36 %postun
37
38
39 %files
40 %manifest %{name}.manifest
41 %defattr(-,root,root,-)
42 %license COPYING
43 %{_bindir}/weekeyboard
44 %{_datadir}/weekeyboard/*.edj
45
46 %changelog
47