Compare commits
8 Commits
2.0.3-1mam
...
2.0.11-1ma
Author | SHA1 | Date | |
---|---|---|---|
c60959eb56 | |||
7dbe86f678 | |||
17e1930af3 | |||
c692df27b0 | |||
0f23298829 | |||
374bd2ca65 | |||
ff7b23e606 | |||
d5afa4f711 |
@ -1,6 +1,6 @@
|
|||||||
%define pkgdir %(echo %version | tr . _)
|
%define pkgdir %(echo %version | tr . _)
|
||||||
Name: libtorrent-rasterbar
|
Name: libtorrent-rasterbar
|
||||||
Version: 2.0.3
|
Version: 2.0.11
|
||||||
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
|
||||||
@ -15,11 +15,8 @@ Patch1: libtorrent-1.1.9-libboost-include.patch
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libboost-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpython3-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libboost-devel >= 1.69.0-2mamba
|
BuildRequires: libboost-devel >= 1.69.0-2mamba
|
||||||
@ -40,16 +37,13 @@ This package contains static libraries and header files needed for development.
|
|||||||
Summary: Python bindings for libtorrent-rasterbar
|
Summary: Python bindings for libtorrent-rasterbar
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
%{py_requires}
|
|
||||||
|
|
||||||
%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
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
@ -77,8 +71,6 @@ This package contains Python bindings for the libtorrent-rasterbar library.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -101,6 +93,30 @@ This package contains Python bindings for the libtorrent-rasterbar library.
|
|||||||
#%{python3_sitearch}/python_libtorrent-%{version}-py*.egg-info
|
#%{python3_sitearch}/python_libtorrent-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 28 2025 Automatic Build System <autodist@openmamba.org> 2.0.11-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 2.0.10-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon May 22 2023 Automatic Build System <autodist@mambasoft.it> 2.0.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Oct 24 2022 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jul 18 2022 Automatic Build System <autodist@mambasoft.it> 2.0.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.6-1mamba
|
||||||
|
- update to 2.0.6
|
||||||
|
|
||||||
|
* Sun Dec 05 2021 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jun 07 2021 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 10 2021 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
* Sat Apr 10 2021 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user