]> git.pld-linux.org Git - packages/orca.git/commitdiff
- new
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 16 Mar 2007 20:20:46 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    orca.spec -> 1.1

orca.spec [new file with mode: 0644]

diff --git a/orca.spec b/orca.spec
new file mode 100644 (file)
index 0000000..50d90d4
--- /dev/null
+++ b/orca.spec
@@ -0,0 +1,92 @@
+#
+# TODO:
+# - pl description and summary
+#
+Summary:       Flexible, extensible, and powerful assistive technology
+Name:          orca
+Version:       2.18.0
+Release:       0.1
+License:       LGPL
+Group:         X11/Applications
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/orca/2.18/%{name}-%{version}.tar.bz2
+# Source0-md5: 900500c94f8870882b0842556bb3f3b3
+URL:           http://www.gnome.org/projects/orca/
+BuildRequires: ORBit2-devel >= 1:2.14.7
+BuildRequires: at-spi-devel >= 1.18.0
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: brlapi-devel
+BuildRequires: glib2-devel >= 1:2.12.11
+BuildRequires: gnome-mag >= 0.14.1
+BuildRequires: gnome-speech >= 0.4.10
+BuildRequires: intltool >= 0.35.5
+BuildRequires: libbonobo-devel >= 2.18.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: python-devel >= 2.4
+BuildRequires: python-gnome-bonobo >= 2.18.0
+BuildRequires: rpmbuild(macros) >= 1.311
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
+Requires:      gnome-mag >= 0.14.1
+Provides:      gnopernicus
+Obsoletes:     gnopernicus
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Orca is a flexible, extensible, and powerful assistive technology for
+people with visual impairments. Using various combinations of speech
+synthesis, braille, and magnification, Orca helps provide access to
+applications and toolkits that support the AT-SPI (e.g., the GNOME
+desktop).
+
+%prep
+%setup -q
+
+
+%build
+%{__glib_gettextize}
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/orca/brlmodule.la
+%py_postclean
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
+%attr(755,root,root) %{_bindir}/orca
+%dir %{_datadir}/orca
+%dir %{_datadir}/orca/glade
+%{_datadir}/orca/glade/*.glade
+%{_desktopdir}/orca.desktop
+%{_iconsdir}/hicolor/*/*/*.png
+%dir %{py_sitedir}/orca
+%attr(755,root,root) %{py_sitedir}/orca/brlmodule.so
+%{py_sitedir}/orca/*.py[co]
+%dir %{py_sitedir}/orca/scripts
+%{py_sitedir}/orca/scripts/*.py[co]
+%{_mandir}/man1/orca.1*
This page took 0.153705 seconds and 4 git commands to generate.