From c69ce14d47f7003f3f4d643d5c45782a94c232c3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jun 2014 14:13:42 +0200 Subject: Don't use %autosetup. It is not supoprted until rpm 4.11 and we are building with 4.8. --- miav.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miav.spec b/miav.spec index 3813f2a..5556bc3 100644 --- a/miav.spec +++ b/miav.spec @@ -12,7 +12,8 @@ BuildRoot: %{_topdir}/BUILD/%{name}-%{version}-%{release} %{summary} %prep -%autosetup +%setup -q +#%autosetup %build ./configure --prefix=/usr --with-gui --with-server -- cgit v1.2.3