- fix shlib-policy-name-error [bsc#1191747]
OBS-URL: https://build.opensuse.org/package/show/Apache/apr?expand=0&rev=37
This commit is contained in:
parent
0b66c70285
commit
adb77ee1a0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 14:34:24 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- fix shlib-policy-name-error [bsc#1191747]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 2 07:15:59 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
6
apr.spec
6
apr.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define aprver 1
|
||||
%define libname lib%{name}%{aprver}
|
||||
%define libname lib%{name}%{aprver}-0
|
||||
%define installbuilddir %{_libdir}/apr-%{aprver}/build
|
||||
%define includedir %{_includedir}/apr-%{aprver}
|
||||
Name: apr
|
||||
@ -72,8 +72,8 @@ ID services.
|
||||
Summary: Development files for the Apache Portable Runtime (APR) library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libname} = %{version}
|
||||
Provides: %{libname}-devel = %{version}
|
||||
Obsoletes: %{libname}-devel < %{version}-%{release}
|
||||
Provides: libapr1-devel = %{version}
|
||||
Obsoletes: libapr1-devel < %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
APR is Apache's Portable Runtime Library, designed to be a support
|
||||
|
Loading…
x
Reference in New Issue
Block a user