automatic version update by autodist [release 1.7.2-1mamba;Mon Feb 06 2023]
This commit is contained in:
parent
692bad1cac
commit
b27f3a65ce
33
libapr.spec
33
libapr.spec
@ -2,27 +2,25 @@
|
||||
%define aprver %(echo %version | cut -d. -f 1)
|
||||
|
||||
Name: libapr
|
||||
Version: 1.7.0
|
||||
Release: 2mamba
|
||||
Version: 1.7.2
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: The Apache Portable Runtime (APR)
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
Source2: http://apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c
|
||||
Patch0: %{name}-1.4.2-alias.patch
|
||||
License: Apache License 2.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: libapr1
|
||||
Obsoletes: libapr1
|
||||
Obsoletes: libapr1 < 1:1.7.2
|
||||
|
||||
%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.
|
||||
@ -33,13 +31,14 @@ Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: libapr = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libapr1-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libapr1-devel
|
||||
Obsoletes: libapr1-devel < 1:1.7.2
|
||||
|
||||
%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 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
|
||||
%setup -q -n apr-%{version}
|
||||
@ -68,20 +67,24 @@ rm -f %{buildroot}%{_libdir}/apr.exp
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/apr-%{aprver}-config
|
||||
%{_libdir}/libapr-%{aprver}.so.*
|
||||
%doc CHANGES LICENSE
|
||||
%doc LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/apr/build-%{aprver}/*
|
||||
%{_libdir}/pkgconfig/apr-1.pc
|
||||
%{_libdir}/libapr-%{aprver}.a
|
||||
%{_libdir}/libapr-%{aprver}.la
|
||||
%{_libdir}/libapr-%{aprver}.so
|
||||
%{_bindir}/apr-%{aprver}-config
|
||||
%dir %{_includedir}/apr-%{aprver}
|
||||
%{_includedir}/apr-%{aprver}/*.h
|
||||
%{_datadir}/apr/build-%{aprver}/*
|
||||
%{_libdir}/libapr-%{aprver}.a
|
||||
%{_libdir}/libapr-%{aprver}.so
|
||||
%{_libdir}/pkgconfig/apr-1.pc
|
||||
%doc CHANGES
|
||||
|
||||
%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
|
||||
- rebuilt with --with-devrandom to fix httpd on libvirt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user