Accepting request 927559 from Apache
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/927559 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apr?expand=0&rev=13
This commit is contained in:
commit
e4339d4ff2
@ -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
|
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 aprver 1
|
||||||
%define libname lib%{name}%{aprver}
|
%define libname lib%{name}%{aprver}-0
|
||||||
%define installbuilddir %{_libdir}/apr-%{aprver}/build
|
%define installbuilddir %{_libdir}/apr-%{aprver}/build
|
||||||
%define includedir %{_includedir}/apr-%{aprver}
|
%define includedir %{_includedir}/apr-%{aprver}
|
||||||
Name: apr
|
Name: apr
|
||||||
@ -72,8 +72,8 @@ ID services.
|
|||||||
Summary: Development files for the Apache Portable Runtime (APR) library
|
Summary: Development files for the Apache Portable Runtime (APR) library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Provides: %{libname}-devel = %{version}
|
Provides: libapr1-devel = %{version}
|
||||||
Obsoletes: %{libname}-devel < %{version}-%{release}
|
Obsoletes: libapr1-devel < %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
APR is Apache's Portable Runtime Library, designed to be a support
|
APR is Apache's Portable Runtime Library, designed to be a support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user