]> git.pld-linux.org Git - packages/at-poke.git/blob - at-poke.spec
- massive attack: add missing gtk+2-devel epoch in BR
[packages/at-poke.git] / at-poke.spec
1 Summary:        Tool for poking around with accessibility support
2 Summary(pl):    Narzêdzie do gmerania ze wsparciem dla u³atwieñ dostêpu
3 Name:           at-poke
4 Version:        0.2.2
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:  e8e1c2907b96ded42f81ab045728a8d7
10 URL:            http://developer.gnome.org/projects/gap/
11 BuildRequires:  at-spi-devel >= 1.3.12
12 BuildRequires:  gtk+2-devel >= 1:2.0.0
13 BuildRequires:  libgail-gnome-devel
14 BuildRequires:  libglade2-devel >= 2.0.0
15 BuildRequires:  libgnomeui-devel >= 2.0.0
16 BuildRequires:  popt-devel >= 1.5
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This is a tool for poking around with accessibility support.
21
22 %description -l pl
23 Narzêdzie do gmerania ze wsparciem dla u³atwieñ dostêpu.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog NEWS README TODO
44 %attr(755,root,root) %{_bindir}/*
45 %{_datadir}/%{name}
This page took 0.319435 seconds and 3 git commands to generate.