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