rebuilt with libtorrent-rasterbar 1.2.10 [release 4.2.5-2mamba;Mon Sep 14 2020]
This commit is contained in:
parent
9e674ff8e7
commit
5e08610b4c
@ -1,6 +1,6 @@
|
|||||||
Name: qbittorrent
|
Name: qbittorrent
|
||||||
Version: 4.2.5
|
Version: 4.2.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Free and reliable P2P Bittorrent client
|
Summary: Free and reliable P2P Bittorrent client
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,16 +15,17 @@ Patch2: qbittorrent-3.1.12-libboost-1.57.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libqtsingleapplication-devel
|
|
||||||
BuildRequires: libqtsinglecoreapplication-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtorrent-rasterbar-devel
|
BuildRequires: libtorrent-rasterbar-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libtorrent-rasterbar-devel >= 1.2.10
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -39,11 +40,10 @@ Group: Applications/Networking
|
|||||||
%description nox
|
%description nox
|
||||||
A Headless Bittorrent Client with a feature rich Web UI allowing users to control the clinet remotely.
|
A Headless Bittorrent Client with a feature rich Web UI allowing users to control the clinet remotely.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
|
||||||
#%patch1 -p1
|
|
||||||
#%patch2 -p1
|
|
||||||
cp -p %{S:1} doc/README
|
cp -p %{S:1} doc/README
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -53,10 +53,8 @@ mkdir build-nox build-gui
|
|||||||
pushd build-nox
|
pushd build-nox
|
||||||
../configure \
|
../configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--disable-gui
|
--disable-gui \
|
||||||
|
--enable-systemd
|
||||||
# --with-qtsingleapplication=system
|
|
||||||
# --qtdir=%{_qt4_prefix} \
|
|
||||||
|
|
||||||
cp conf.pri ..
|
cp conf.pri ..
|
||||||
%make
|
%make
|
||||||
@ -79,12 +77,16 @@ popd
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
# headless version
|
# headless version
|
||||||
mv -f conf.pri.nox conf.pri
|
cp conf.pri.nox conf.pri
|
||||||
make install -C build-nox \
|
make install -C build-nox \
|
||||||
INSTALL_ROOT=%{buildroot}
|
INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{_unitdir}
|
||||||
|
mv %{buildroot}%{_prefix}%{_unitdir}/qbittorrent-nox@.service \
|
||||||
|
%{buildroot}%{_unitdir}/qbittorrent-nox@.service
|
||||||
|
|
||||||
# gui version
|
# gui version
|
||||||
mv -f conf.pri.gui conf.pri
|
cp conf.pri.gui conf.pri
|
||||||
make install -C build-gui \
|
make install -C build-gui \
|
||||||
INSTALL_ROOT=%{buildroot}
|
INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
@ -107,11 +109,15 @@ make install -C build-gui \
|
|||||||
%files nox
|
%files nox
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/qbittorrent-nox
|
%{_bindir}/qbittorrent-nox
|
||||||
|
%{_unitdir}/qbittorrent-nox@.service
|
||||||
%{_mandir}/man1/qbittorrent-nox.1*
|
%{_mandir}/man1/qbittorrent-nox.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#doc/README
|
#doc/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.5-2mamba
|
||||||
|
- rebuilt with libtorrent-rasterbar 1.2.10
|
||||||
|
|
||||||
* Sat Apr 25 2020 Automatic Build System <autodist@mambasoft.it> 4.2.5-1mamba
|
* Sat Apr 25 2020 Automatic Build System <autodist@mambasoft.it> 4.2.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user