automatic version update by autodist [release 1.7.2-1mamba;Mon Feb 06 2023]

This commit is contained in:
Automatic Build System 2024-01-06 03:47:24 +01:00
parent 692bad1cac
commit b27f3a65ce

View File

@ -2,27 +2,25 @@
%define aprver %(echo %version | cut -d. -f 1) %define aprver %(echo %version | cut -d. -f 1)
Name: libapr Name: libapr
Version: 1.7.0 Version: 1.7.2
Release: 2mamba Release: 1mamba
Epoch: 1 Epoch: 1
Summary: The Apache Portable Runtime (APR) Summary: The Apache Portable Runtime (APR)
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://apr.apache.org/ URL: https://apr.apache.org/
Source: http://mirror.nohup.it/apache/apr/apr-%{version}.tar.gz Source: http://mirror.nohup.it/apache/apr/apr-%{version}.tar.gz
Source2: http://apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c Source2: http://apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c
Patch0: %{name}-1.4.2-alias.patch Patch0: %{name}-1.4.2-alias.patch
License: Apache License 2.0 License: Apache License 2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
BuildRequires: pkg-config
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Provides: libapr1 Provides: libapr1
Obsoletes: libapr1 Obsoletes: libapr1 < 1:1.7.2
%description %description
The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations.
@ -33,13 +31,14 @@ Summary: Devel package for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: libapr = %{?epoch:%epoch:}%{version}-%{release} Requires: libapr = %{?epoch:%epoch:}%{version}-%{release}
Provides: libapr1-devel = %{?epoch:%epoch:}%{version}-%{release} Provides: libapr1-devel = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: libapr1-devel Obsoletes: libapr1-devel < 1:1.7.2
%description devel %description devel
The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations.
The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %debug_package
%prep %prep
%setup -q -n apr-%{version} %setup -q -n apr-%{version}
@ -68,20 +67,24 @@ rm -f %{buildroot}%{_libdir}/apr.exp
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/apr-%{aprver}-config
%{_libdir}/libapr-%{aprver}.so.* %{_libdir}/libapr-%{aprver}.so.*
%doc CHANGES LICENSE %doc LICENSE
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/apr/build-%{aprver}/* %{_bindir}/apr-%{aprver}-config
%{_libdir}/pkgconfig/apr-1.pc %dir %{_includedir}/apr-%{aprver}
%{_libdir}/libapr-%{aprver}.a
%{_libdir}/libapr-%{aprver}.la
%{_libdir}/libapr-%{aprver}.so
%{_includedir}/apr-%{aprver}/*.h %{_includedir}/apr-%{aprver}/*.h
%{_datadir}/apr/build-%{aprver}/*
%{_libdir}/libapr-%{aprver}.a
%{_libdir}/libapr-%{aprver}.so
%{_libdir}/pkgconfig/apr-1.pc
%doc CHANGES
%changelog %changelog
* Mon Feb 06 2023 Automatic Build System <autodist@mambasoft.it> 1.7.2-1mamba
- automatic version update by autodist
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-2mamba * Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-2mamba
- rebuilt with --with-devrandom to fix httpd on libvirt - rebuilt with --with-devrandom to fix httpd on libvirt