at-poke.spec
changeset 7954 0ba44dc74c86
parent 7078 ef4b06a493e5
child 8529 ace8e9b8a2b7
--- a/at-poke.spec	Tue Aug 22 17:01:10 2006 +0000
+++ b/at-poke.spec	Wed Aug 23 02:14:02 2006 +0000
@@ -16,6 +16,7 @@
 Source:       http://ftp.gnome.org/pub/GNOME/sources/at-poke/0.2/%{name}-%{version}.tar.bz2
 Source1:      at-poke.1.gz
 Patch1:       at-poke-01-crash.diff
+Patch2:       at-poke-02-fixdemo.diff
 URL:          http://developer.gnome.org/projects/gap
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/doc
@@ -45,7 +46,7 @@
 %prep
 %setup -q 
 %patch1 -p1
-
+%patch2 -p1
 
 %build
 %ifos linux
@@ -85,6 +86,9 @@
 
 
 %changelog
+* Mon Aug 21 2006 - [email protected]
+- Fix location of gtk-demo so at-poke can launch it.
+
 * Tue Apr 18 2006 - [email protected]
 - Add patch at-poke-01-crash.diff for bug 6413890