SPECS: orca.spec (NEW) - new
megabajt
megabajt at pld-linux.org
Fri Mar 16 21:20:51 CET 2007
Author: megabajt Date: Fri Mar 16 20:20:51 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
orca.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/orca.spec
diff -u /dev/null SPECS/orca.spec:1.1
--- /dev/null Fri Mar 16 21:20:51 2007
+++ SPECS/orca.spec Fri Mar 16 21:20:46 2007
@@ -0,0 +1,103 @@
+# $Revision$, $Date$
+#
+# 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*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/03/16 20:20:46 megabajt
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list