rpms/orca/devel orca.spec,1.61,1.62

Matthias Clasen mclasen at fedoraproject.org
Sat Aug 23 15:41:51 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/orca/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16363

Modified Files:
	orca.spec 
Log Message:
2.23.90



Index: orca.spec
===================================================================
RCS file: /cvs/extras/rpms/orca/devel/orca.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- orca.spec	23 Aug 2008 04:37:52 -0000	1.61
+++ orca.spec	23 Aug 2008 15:41:21 -0000	1.62
@@ -40,6 +40,7 @@
 BuildRequires:	perl(XML::Parser)
 BuildRequires:	gettext
 BuildRequires:	intltool
+BuildRequires:  autoconf, automake, libtool
 BuildRequires:  gnome-python2-bonobo
 BuildRequires:  gnome-python2-libwnck
 Obsoletes:	gnopernicus
@@ -51,6 +52,9 @@
 Requires:	gnome-python2-bonobo
 Requires:	gnome-python2-libwnck
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=549117
+Patch0: 	no-display.patch
+
 %description
 Orca is a flexible, extensible, and powerful assistive technology for people
 with visual impairments. Using various combinations of speech synthesis,
@@ -59,6 +63,12 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .no-display
+# no-display patch changes configure.in
+libtoolize --force --copy
+aclocal
+automake
+autoconf
 
 %build
 %configure




More information about the scm-commits mailing list