Fridrich Strba 2024-02-20 12:56:05 +00:00 committed by Git OBS Bridge
parent 89b6755ca7
commit f58b4093d5

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file for package apache-commons-dbcp1
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -75,6 +75,7 @@ features.
%prep %prep
%autosetup -p1 -n %{short_name}-%{version}-src %autosetup -p1 -n %{short_name}-%{version}-src
# remove all binary libs # remove all binary libs
find . -name "*.jar" -exec rm -f {} \; find . -name "*.jar" -exec rm -f {} \;