automatic version update by autodist [release 1.2.4-1mamba;Mon Feb 17 2020]
This commit is contained in:
parent
5c40fc6baf
commit
43ca16e425
@ -1,14 +1,15 @@
|
|||||||
%define pkgdir %(echo %version | tr . _)
|
%define pkgdir %(echo %version | tr . _)
|
||||||
Name: libtorrent-rasterbar
|
Name: libtorrent-rasterbar
|
||||||
Version: 1.1.12
|
Version: 1.2.4
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
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/releases/download/libtorrent_%{pkgdir}/libtorrent-rasterbar-%{version}.tar.gz
|
Source: https://github.com/arvidn/libtorrent.git/libtorrent-%{pkgdir}/libtorrent-%{version}.tar.bz2
|
||||||
|
#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
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -48,8 +49,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
This package contains Python bindings for the libtorrent-rasterbar library.
|
This package contains Python bindings for the libtorrent-rasterbar library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n libtorrent-%{version}
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
./autotool.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autotool.sh
|
#./autotool.sh
|
||||||
@ -93,6 +95,12 @@ This package contains Python bindings for the libtorrent-rasterbar library.
|
|||||||
%{python_sitearch}/python_libtorrent-*
|
%{python_sitearch}/python_libtorrent-*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 17 2020 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-1mamba
|
||||||
|
- update to 1.2.3
|
||||||
|
|
||||||
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 1.1.12-2mamba
|
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 1.1.12-2mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user