automatic version update by autodist [release 2.1.16-1mamba;Mon Apr 01 2019]
This commit is contained in:
parent
828b1c3088
commit
ebe5243446
@ -1,7 +1,7 @@
|
||||
%define major %(echo 2.0.1 | cut -d. -f1)
|
||||
Name: libtalloc
|
||||
Epoch: 1
|
||||
Version: 2.1.14
|
||||
Version: 2.1.16
|
||||
Release: 1mamba
|
||||
Summary: The talloc library
|
||||
Group: System/Libraries
|
||||
@ -30,35 +30,43 @@ It is the core memory allocator used in Samba.
|
||||
Group: Development/Libraries
|
||||
Summary: Libraries and headers for %{name} needed for development
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: pytalloc-devel
|
||||
Obsoletes: pytalloc-devel
|
||||
|
||||
%description devel
|
||||
%{name} is a hierarchical, reference counted memory pool system with destructors.
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
|
||||
%package -n pytalloc
|
||||
%package -n python-talloc
|
||||
Group: System/Libraries
|
||||
Summary: A wrapper for libtalloc for use in Python programs
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n pytalloc
|
||||
%description -n python-talloc
|
||||
%{name} is a hierarchical, reference counted memory pool system with destructors.
|
||||
|
||||
This package contains a wrapper for libtalloc for use in Python programs.
|
||||
|
||||
%package -n pytalloc-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Libraries and headers for pytalloc needed for development
|
||||
Requires: pytalloc = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%package -n python-talloc-py36
|
||||
Group: System/Libraries
|
||||
Summary: A wrapper for libtalloc for use in Python programs
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: pytalloc
|
||||
Obsoletes: pytalloc
|
||||
|
||||
%description -n pytalloc
|
||||
This package contains libraries and headers for pytalloc needed for development.
|
||||
%description -n python-talloc-py36
|
||||
%{name} is a hierarchical, reference counted memory pool system with destructors.
|
||||
|
||||
This package contains a wrapper for libtalloc for use in Python programs.
|
||||
|
||||
%prep
|
||||
%setup -q -n talloc-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
--extra-python=%{__python36}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -75,12 +83,10 @@ chmod +x %{buildroot}%{_libdir}/libpytalloc-util.so.%{version}
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n pytalloc -p /sbin/ldconfig
|
||||
%postun -n pytalloc -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtalloc.so.*
|
||||
%{_libdir}/libpytalloc-util.so.*
|
||||
%doc NEWS
|
||||
|
||||
%files devel
|
||||
@ -89,19 +95,24 @@ chmod +x %{buildroot}%{_libdir}/libpytalloc-util.so.%{version}
|
||||
%{_libdir}/libtalloc.so
|
||||
%{_libdir}/pkgconfig/talloc.pc
|
||||
%{_mandir}/man3/talloc.3*
|
||||
|
||||
%files -n pytalloc
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpytalloc-util.so.*
|
||||
%{python_sitearch}/talloc.so
|
||||
|
||||
%files -n pytalloc-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/pytalloc.h
|
||||
%{_libdir}/libpytalloc-util.so
|
||||
%{_libdir}/pkgconfig/pytalloc-util.pc
|
||||
|
||||
%files -n python-talloc
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitearch}/talloc.so
|
||||
|
||||
%files -n python-talloc-py36
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpytalloc-util.cpython-36m-*-linux-gnu*.so*
|
||||
%{_libdir}/pkgconfig/pytalloc-util.cpython-36m-*-linux-gnu*.pc
|
||||
%{python36_sitearch}/talloc.cpython-36m-*-linux-gnu*.so
|
||||
|
||||
%changelog
|
||||
* Mon Apr 01 2019 Automatic Build System <autodist@mambasoft.it> 2.1.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 29 2018 Automatic Build System <autodist@mambasoft.it> 2.1.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user