Accepting request 1219914 from Apache
OBS-URL: https://build.opensuse.org/request/show/1219914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apr-util?expand=0&rev=14
This commit is contained in:
commit
52ad9ab99a
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 15:56:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix dependency on libapr: in 2021, libapr1 was renamed to
|
||||||
|
libapr1-0, conforming to the shared library packaging policy.
|
||||||
|
requires_eq silently dropped the dependency, as the packahe name,
|
||||||
|
libapr1, does not exist.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 2 19:38:22 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
Thu Feb 2 19:38:22 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apr-util
|
# spec file for package apr-util
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -20,6 +20,7 @@
|
|||||||
%define libname lib%{name}%{apuver}-0
|
%define libname lib%{name}%{apuver}-0
|
||||||
%define dso_libdir %{_libdir}/apr-util-%{apuver}
|
%define dso_libdir %{_libdir}/apr-util-%{apuver}
|
||||||
%define includedir %{_includedir}/apr-%{apuver}
|
%define includedir %{_includedir}/apr-%{apuver}
|
||||||
|
%global libapr %(rpm -qf $(realpath %{_libdir}/libapr-1.so))
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 1.6.3
|
Version: 1.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -48,7 +49,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: postgresql-devel >= 9.1.0
|
BuildRequires: postgresql-devel >= 9.1.0
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%requires_ge libapr1
|
%requires_ge %libapr
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A companion library to APR, the Apache Portable Runtime.
|
A companion library to APR, the Apache Portable Runtime.
|
||||||
@ -57,7 +58,7 @@ A companion library to APR, the Apache Portable Runtime.
|
|||||||
Summary: Apache Portable Runtime (APR) Utility Library
|
Summary: Apache Portable Runtime (APR) Utility Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%requires_ge libapr1
|
%requires_ge %libapr
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
A companion library to APR, the Apache Portable Runtime.
|
A companion library to APR, the Apache Portable Runtime.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user