update to 1.2.10 [release 1.2.10-1mamba;Sun Sep 06 2020]
This commit is contained in:
parent
7a9244d972
commit
7c8aac42a7
@ -1,6 +1,6 @@
|
|||||||
%define pkgdir %(echo %version | tr . _)
|
%define pkgdir %(echo %version | tr . _)
|
||||||
Name: libtorrent-rasterbar
|
Name: libtorrent-rasterbar
|
||||||
Version: 1.2.6
|
Version: 1.2.10
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use
|
Summary: A C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.libtorrent.org/
|
URL: http://www.libtorrent.org/
|
||||||
Source: https://github.com/arvidn/libtorrent.git/libtorrent-%{pkgdir}/libtorrent-%{version}.tar.bz2
|
Source: https://github.com/arvidn/libtorrent.git/libtorrent-%{version}/libtorrent-%{version}.tar.bz2
|
||||||
#Source: https://github.com/arvidn/libtorrent/releases/download/libtorrent_%{pkgdir}/libtorrent-rasterbar-%{version}.tar.gz
|
#Source: https://github.com/arvidn/libtorrent/releases/download/libtorrent_%{pkgdir}/libtorrent-rasterbar-%{version}.tar.gz
|
||||||
Patch0: %{name}-0.13.1-boost-1.36.patch
|
Patch0: %{name}-0.13.1-boost-1.36.patch
|
||||||
Patch1: libtorrent-1.1.9-libboost-include.patch
|
Patch1: libtorrent-1.1.9-libboost-include.patch
|
||||||
@ -48,6 +48,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n python-%{name}
|
%description -n python-%{name}
|
||||||
This package contains Python bindings for the libtorrent-rasterbar library.
|
This package contains Python bindings for the libtorrent-rasterbar library.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libtorrent-%{version}
|
%setup -q -n libtorrent-%{version}
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
@ -87,6 +89,7 @@ This package contains Python bindings for the libtorrent-rasterbar library.
|
|||||||
%{_libdir}/libtorrent-rasterbar.la
|
%{_libdir}/libtorrent-rasterbar.la
|
||||||
%{_libdir}/libtorrent-rasterbar.so
|
%{_libdir}/libtorrent-rasterbar.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_datadir}/cmake/Modules/FindLibtorrentRasterbar.cmake
|
||||||
%doc ChangeLog NEWS
|
%doc ChangeLog NEWS
|
||||||
|
|
||||||
%files -n python-%{name}
|
%files -n python-%{name}
|
||||||
@ -95,6 +98,9 @@ This package contains Python bindings for the libtorrent-rasterbar library.
|
|||||||
%{python_sitearch}/python_libtorrent-*
|
%{python_sitearch}/python_libtorrent-*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.10-1mamba
|
||||||
|
- update to 1.2.10
|
||||||
|
|
||||||
* Mon Apr 27 2020 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
|
* Mon Apr 27 2020 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user