From 4be62b142c5cdc0f2cde0160c2cecc589c86074d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Feb 26 2008 13:44:02 +0000 Subject: Fix patch apply to not cause configure regeneration --- diff --git a/gvfs.spec b/gvfs.spec index b1ecf40..1d662a3 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -43,8 +43,12 @@ required to develop applications using gvfs. %prep %setup -q +# Don't trigger autoregen: +touch -r configure time1 +touch -r configure.ac time2 %patch1 -p1 -b .libxml - +touch -r time1 configure +touch -r time2 configure.ac %build %configure