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