]> git.pld-linux.org Git - packages/python-pyatspi.git/commitdiff
- new auto/th/python-pyatspi-2_0_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 10 Apr 2011 21:20:29 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-pyatspi.spec -> 1.1

python-pyatspi.spec [new file with mode: 0644]

diff --git a/python-pyatspi.spec b/python-pyatspi.spec
new file mode 100644 (file)
index 0000000..b4e68ce
--- /dev/null
@@ -0,0 +1,47 @@
+%define        module  pyatspi
+Summary:       AT-SPI Python bindings
+Summary(pl.UTF-8):     Wiązania AT-SPI dla Pythona
+Name:          python-%{module}
+Version:       2.0.0
+Release:       1
+License:       LGPL v2
+Group:         Development/Languages/Python
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/pyatspi/2.0/%{module}-%{version}.tar.bz2
+# Source0-md5: fd502e877bced249c5220fd58414385c
+URL:           http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
+BuildRequires: pkgconfig
+BuildRequires: python-devel >= 1:2.4
+BuildRequires: python-distribute
+BuildRequires: rpm-pythonprov
+Requires:      at-spi2-core >= 2.0.0
+Requires:      python-dbus
+Requires:      python-modules
+Requires:      python-pygobject >= 2.28.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides AT-SPI Python bindings.
+
+%description -l pl.UTF-8
+Ten pakiet dostarcza wiązania AT-SPI dla Pythona.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README
+%{py_sitescriptdir}/pyatspi
This page took 0.062125 seconds and 4 git commands to generate.