automatic version update by autodist [release 2.3.4-1mamba;Wed Jun 15 2022]
This commit is contained in:
parent
bd7f9be2cf
commit
64d5918d69
@ -1,7 +1,7 @@
|
||||
%define major %(echo 2.0.1 | cut -d. -f1)
|
||||
Name: libtalloc
|
||||
Epoch: 1
|
||||
Version: 2.3.3
|
||||
Version: 2.3.4
|
||||
Release: 1mamba
|
||||
Summary: The talloc library
|
||||
Group: System/Libraries
|
||||
@ -20,7 +20,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: docbook-xsl
|
||||
BuildRequires: libxslt
|
||||
Provides: %{name}-static
|
||||
Obsoletes: %{name}-static
|
||||
Obsoletes: %{name}-static < 1:2.3.4
|
||||
|
||||
%description
|
||||
%{name} is a hierarchical, reference counted memory pool system with destructors.
|
||||
@ -31,7 +31,7 @@ Group: Development/Libraries
|
||||
Summary: Libraries and headers for %{name} needed for development
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: pytalloc-devel
|
||||
Obsoletes: pytalloc-devel
|
||||
Obsoletes: pytalloc-devel < 1:2.3.4
|
||||
|
||||
%description devel
|
||||
%{name} is a hierarchical, reference counted memory pool system with destructors.
|
||||
@ -53,20 +53,19 @@ Group: System/Libraries
|
||||
Summary: A wrapper for libtalloc for use in Python programs
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: pytalloc
|
||||
Obsoletes: pytalloc
|
||||
Obsoletes: python-talloc
|
||||
Obsoletes: python-talloc-py36
|
||||
Obsoletes: pytalloc < 1:2.3.4
|
||||
Obsoletes: python-talloc < 1:2.3.4
|
||||
Obsoletes: python-talloc-py36 < 1:2.3.4
|
||||
|
||||
%description -n python-talloc-py3
|
||||
%{name} is a hierarchical, reference counted memory pool system with destructors.
|
||||
|
||||
This package contains a wrapper for libtalloc for use in Python programs.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n talloc-%{version}
|
||||
|
||||
%debug_package
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
@ -113,9 +112,12 @@ chmod +x %{buildroot}%{_libdir}/libtalloc.so.%{version}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpytalloc-util.cpython-3*m-*-linux-gnu*.so*
|
||||
%{_libdir}/pkgconfig/pytalloc-util.cpython-3*m-*-linux-gnu*.pc
|
||||
%{python3_sitearch}/talloc.cpython-3*m-*-linux-gnu*.so
|
||||
%{python3_sitelib}/talloc.cpython-3*m-*-linux-gnu*.so
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 16 2021 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user