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
# remain the property of their copyright owners, unless otherwise agreed
@ -42,7 +42,7 @@ BuildRequires: jdbc-stdext >= 2.0
BuildRequires: junit >= 3.8.1
BuildRequires: xerces-j2
Requires(post): update-alternatives
Requires(preun):update-alternatives
Requires(preun): update-alternatives
Provides: %{short_name} = %{version}-%{release}
Obsoletes: %{short_name} < %{version}-%{release}
Provides: jakarta-%{short_name} = %{version}-%{release}
@ -75,6 +75,7 @@ features.
%prep
%autosetup -p1 -n %{short_name}-%{version}-src
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;