]> git.pld-linux.org Git - packages/python-pyatspi.git/blame - python-pyatspi.spec
- new
[packages/python-pyatspi.git] / python-pyatspi.spec
CommitLineData
685f0dca
MB
1%define module pyatspi
2Summary: AT-SPI Python bindings
3Summary(pl.UTF-8): Wiązania AT-SPI dla Pythona
4Name: python-%{module}
5Version: 2.0.0
6Release: 1
7License: LGPL v2
8Group: Development/Languages/Python
9Source0: http://ftp.gnome.org/pub/GNOME/sources/pyatspi/2.0/%{module}-%{version}.tar.bz2
10# Source0-md5: fd502e877bced249c5220fd58414385c
11URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
12BuildRequires: pkgconfig
13BuildRequires: python-devel >= 1:2.4
14BuildRequires: python-distribute
15BuildRequires: rpm-pythonprov
16Requires: at-spi2-core >= 2.0.0
17Requires: python-dbus
18Requires: python-modules
19Requires: python-pygobject >= 2.28.0
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This package provides AT-SPI Python bindings.
24
25%description -l pl.UTF-8
26Ten pakiet dostarcza wiązania AT-SPI dla Pythona.
27
28%prep
29%setup -q -n %{module}-%{version}
30
31%build
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 NEWS README
47%{py_sitescriptdir}/pyatspi
This page took 0.094909 seconds and 4 git commands to generate.