[qt-at-spi] import

Rex Dieter rdieter at fedoraproject.org
Sun Apr 8 20:41:24 UTC 2012


commit e29b3fa224a7496b7e4a8405e6c59cec74aac296
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Apr 8 15:43:15 2012 -0500

    import

 .gitignore     |    1 +
 qt-at-spi.spec |   84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 86 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9597fc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/qt-at-spi-qt-at-spi-v0.2.tar.gz
diff --git a/qt-at-spi.spec b/qt-at-spi.spec
new file mode 100644
index 0000000..da9dd9b
--- /dev/null
+++ b/qt-at-spi.spec
@@ -0,0 +1,84 @@
+
+Name:    qt-at-spi
+Version: 0.2
+Release: 2%{?dist}
+Summary: Qt plugin that bridges Qt's accessibility API to AT-SPI2 
+
+License: LGPLv2+
+URL:     https://gitorious.org/qt-at-spi
+%if 0%{?snap:1}
+# git clone git://gitorious.org/qt-at-spi/qt-at-spi.git; cd qt-at-spi
+# git archive master --prefix=qt-at-spi/ | xz > qt-at-spi-%{snap}.tar.xz
+Source0: qt-at-spi-%{snap}.tar.xz
+%else
+# https://gitorious.org/qt-at-spi/qt-at-spi/archive-tarball/v0.2
+Source0: qt-at-spi-qt-at-spi-v%{version}.tar.gz
+%endif
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires: pkgconfig(atspi-2)
+# qt-4.8.0-rc1 or newer, in particular
+BuildRequires: pkgconfig(QtDBus) >= 4.8.0
+BuildRequires: pkgconfig(QtGui) pkgconfig(QtXml)
+
+%{?_qt4:Requires: %{_qt4}%{?_isa} >= %{_qt4_version}}
+
+%description
+This is a Qt plugin that bridges Qt's accessibility API to AT-SPI2.
+With recent versions of AT-SPI2 this should make Qt applications accessible
+with the help of tools such as Gnome's Orca screen-reader.
+
+%package doc
+Summary: Documentation for %{name}
+BuildArch: noarch
+%description doc
+%{summary}.
+
+
+%prep
+%setup -q -n %{name}-%{name}
+
+
+%build
+%{_qt4_qmake}
+make %{?_smp_mflags}
+
+# build docs
+pushd doc
+qdoc3 qatspi.qdocconf
+popd
+
+
+%install
+make install INSTALL_ROOT=%{buildroot}
+
+
+%files
+%doc LICENSE README
+%dir %{_qt4_plugindir}/accessiblebridge/
+%{_qt4_plugindir}/accessiblebridge/libqspiaccessiblebridge.so
+
+%files doc
+# install these under %{_qt4_docdir}? --rex
+%doc doc/html/*
+
+
+
+%changelog
+* Tue Apr 03 2012 Rex Dieter <rdieter at fedoraproject.org> 0.2-2
+- License: LGPLv2+
+- -doc subpkg
+
+* Wed Mar 14 2012 Rex Dieter <rdieter at fedoraproject.org> 0.2-1
+- 0.2
+
+* Thu Jan 05 2012 Rex Dieter <rdieter at fedoraproject.org> 0.1.1-1
+- 0.1.1
+
+* Tue Nov 15 2011 Rex Dieter <rdieter at fedoraproject.org> 0.1-1
+- 0.1 release
+
+* Tue Oct 25 2011 Rex Dieter <rdieter at fedoraproject.org> 0.0-0.1.20111025
+- first try
+
+
diff --git a/sources b/sources
index e69de29..30ed025 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b070094cfbe0ba2f1a70403489aa20b9  qt-at-spi-qt-at-spi-v0.2.tar.gz


More information about the scm-commits mailing list