Fix %setup macro invocation
This commit is contained in:
parent
b1bc0ace8c
commit
42bb719262
@ -40,7 +40,7 @@ Summary: API documentation for %{name}
|
|||||||
This package provides %{summary}.
|
This package provides %{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-snapshot
|
%setup -q
|
||||||
# Add cglib test dependency as a workaround for rhbz#911365
|
# Add cglib test dependency as a workaround for rhbz#911365
|
||||||
%pom_xpath_inject pom:project "<dependencies/>"
|
%pom_xpath_inject pom:project "<dependencies/>"
|
||||||
#%%pom_add_dep cglib:cglib::test
|
#%%pom_add_dep cglib:cglib::test
|
||||||
|
Loading…
Reference in New Issue
Block a user