[gtk-vnc] rpm: switch to using autosetup macro



commit f0574338cbe14a2a278cf9917ca782e5f2393cda
Author: Daniel P. Berrangé <berrange redhat com>
Date:   Thu May 2 14:39:00 2019 +0100

    rpm: switch to using autosetup macro
    
    Signed-off-by: Daniel P. Berrangé <berrange redhat com>

 gtk-vnc.spec.in       | 2 +-
 mingw-gtk-vnc.spec.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk-vnc.spec.in b/gtk-vnc.spec.in
index abca915..04f8502 100644
--- a/gtk-vnc.spec.in
+++ b/gtk-vnc.spec.in
@@ -153,7 +153,7 @@ Libraries, includes, etc. to compile with the gtk-vnc library
 %endif
 
 %prep
-%setup -q -n gtk-vnc-%{version} -c
+%autosetup -n gtk-vnc-%{version} -c
 %if %{with_gtk3}
 cp -a gtk-vnc-%{version} gtk-vnc2-%{version}
 %endif
diff --git a/mingw-gtk-vnc.spec.in b/mingw-gtk-vnc.spec.in
index a18b69a..aa6247f 100644
--- a/mingw-gtk-vnc.spec.in
+++ b/mingw-gtk-vnc.spec.in
@@ -112,7 +112,7 @@ allowing it to be completely asynchronous while remaining single threaded.
 
 
 %prep
-%setup -q -n gtk-vnc-%{version} -c
+%autosetup -n gtk-vnc-%{version} -c
 touch gtk-vnc-%{version}/GNUmakefile
 cp -a gtk-vnc-%{version} gtk-vnc2-%{version}
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]