]> git.pld-linux.org Git - packages/at-poke.git/blame - at-poke.spec
- tabs in preamble
[packages/at-poke.git] / at-poke.spec
CommitLineData
8fae6006 1Summary: Tool for poking around with accessibility support
a721c21f 2Summary(pl.UTF-8): Narzędzie do gmerania ze wsparciem dla ułatwień dostępu
8fae6006 3Name: at-poke
f274de03 4Version: 0.2.3
8fae6006 5Release: 1
59609a2d 6License: LGPL
8fae6006 7Group: X11/Applications
8Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.bz2
f274de03 9# Source0-md5: 4ba8187038922c2afb2d83fad996b2e2
8fae6006 10URL: http://developer.gnome.org/projects/gap/
11BuildRequires: at-spi-devel >= 1.3.12
3d8a38be 12BuildRequires: autoconf
faef28d9 13BuildRequires: gail-devel
bbcdf6d0 14BuildRequires: gtk+2-devel >= 1:2.0.0
8fae6006 15BuildRequires: libgail-gnome-devel
16BuildRequires: libglade2-devel >= 2.0.0
17BuildRequires: libgnomeui-devel >= 2.0.0
18BuildRequires: popt-devel >= 1.5
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This is a tool for poking around with accessibility support.
23
f7c1d499
JR
24%description -l pl.UTF-8
25Narzędzie do gmerania ze wsparciem dla ułatwień dostępu.
59609a2d 26
8fae6006 27%prep
28%setup -q
29
30%build
3d8a38be 31%{__autoconf}
8fae6006 32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -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.056121 seconds and 4 git commands to generate.