]> git.pld-linux.org Git - packages/at-poke.git/blob - at-poke.spec
- tabs in preamble
[packages/at-poke.git] / at-poke.spec
1 Summary:        Tool for poking around with accessibility support
2 Summary(pl.UTF-8):      Narzędzie do gmerania ze wsparciem dla ułatwień dostępu
3 Name:           at-poke
4 Version:        0.2.3
5 Release:        1
6 License:        LGPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4ba8187038922c2afb2d83fad996b2e2
10 URL:            http://developer.gnome.org/projects/gap/
11 BuildRequires:  at-spi-devel >= 1.3.12
12 BuildRequires:  autoconf
13 BuildRequires:  gail-devel
14 BuildRequires:  gtk+2-devel >= 1:2.0.0
15 BuildRequires:  libgail-gnome-devel
16 BuildRequires:  libglade2-devel >= 2.0.0
17 BuildRequires:  libgnomeui-devel >= 2.0.0
18 BuildRequires:  popt-devel >= 1.5
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This is a tool for poking around with accessibility support.
23
24 %description -l pl.UTF-8
25 Narzędzie do gmerania ze wsparciem dla ułatwień dostępu.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__autoconf}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog NEWS README TODO
47 %attr(755,root,root) %{_bindir}/*
48 %{_datadir}/%{name}
This page took 0.028897 seconds and 3 git commands to generate.