]> git.pld-linux.org Git - packages/caribou.git/blob - caribou.spec
- new
[packages/caribou.git] / caribou.spec
1 Summary:        On-screen keyboard
2 Summary(pl.UTF-8):      Klawiatura ekranowa
3 Name:           caribou
4 Version:        0.2.00
5 Release:        1
6 License:        LGPL v2+
7 Group:          X11/Applications/Accessibility
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/caribou/0.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  fcbbc21c04479f38713cff3ac877a2e0
10 URL:            http://live.gnome.org/Caribou
11 BuildRequires:  autoconf >= 2.63
12 BuildRequires:  automake >= 1.11
13 BuildRequires:  clutter-devel >= 1.6.0
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-doc-utils
16 BuildRequires:  gtk+3-devel >= 3.0.0
17 BuildRequires:  intltool >= 0.40.0
18 BuildRequires:  pkgconfig
19 BuildRequires:  python >= 1:2.4
20 BuildRequires:  python-pygobject-devel >= 2.28.0
21 BuildRequires:  rpmbuild(macros) >= 1.592
22 Requires(post,postun):  glib2 >= 1:2.26.0
23 Requires:       GConf2-libs
24 Requires:       clutter >= 1.6.0
25 Requires:       gtk+3
26 Requires:       python-modules
27 Requires:       python-pyatspi >= 2.0.0
28 Requires:       python-pygobject >= 2.28.0
29 BuildArch:      noarch
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Caribou is an on-screen keyboard suitable for people who can use a
34 mouse but not a hardware keyboard. This on-screen keyboard may also be
35 useful for touch screen or tablet users.
36
37 %description -l pl.UTF-8
38 Caribou jest klawiaturą ekranową odpowiednią dla ludzi, którzy nie
39 mogą użyć zwykłej klawiatury a tylko mysz. Może być również pomocna
40 dla użytkowników ekranów dotykowych oraz tabletów.
41
42 %prep
43 %setup -q
44
45 %build
46 %{__aclocal} -I m4
47 %{__autoconf}
48 %{__automake}
49 %configure \
50         --disable-silent-rules
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %find_lang %{name}
60
61 %py_postclean
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post
67 %glib_compile_schemas
68
69 %postun
70 %glib_compile_schemas
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README
75 %attr(755,root,root) %{_bindir}/caribou
76 %{_datadir}/caribou
77 %{_datadir}/glib-2.0/schemas/org.gnome.caribou.gschema.xml
78 %{_desktopdir}/caribou.desktop
79 %{py_sitescriptdir}/caribou
80 %{_sysconfdir}/xdg/autostart/caribou-autostart.desktop
This page took 0.060224 seconds and 4 git commands to generate.