Drop unnecessary steps in %prep

This commit is contained in:
Marian Koncek 2022-10-26 14:20:19 +02:00
parent ab07feef16
commit 5ab69f3432

View File

@ -90,8 +90,6 @@ RelaxNG Datatype library.
%prep
%autosetup -p1 -n jaxb-ri-%{version}-RI
# Delete precompiled jar and class files
find -type f '(' -iname '*.jar' -o -iname '*.class' ')' -print -delete
pushd jaxb-ri