Fix wrong %setup macro in SPEC file
This commit is contained in:
parent
44b6d5ac78
commit
3f7c33ee41
@ -38,7 +38,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
A Qt-based GUI for the highlight source code formatter source.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-3.16
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=
|
||||
|
Loading…
Reference in New Issue
Block a user