automatic version update by autodist [release 4.1.5-1mamba;Tue Feb 12 2019]
This commit is contained in:
parent
b7a992f422
commit
49df756172
@ -1,5 +1,5 @@
|
|||||||
Name: qbittorrent
|
Name: qbittorrent
|
||||||
Version: 3.1.12
|
Version: 4.1.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Free and reliable P2P Bittorrent client
|
Summary: Free and reliable P2P Bittorrent client
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
@ -18,7 +18,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libqtsingleapplication-devel
|
BuildRequires: libqtsingleapplication-devel
|
||||||
BuildRequires: libqtsinglecoreapplication-devel
|
BuildRequires: libqtsinglecoreapplication-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -41,9 +41,9 @@ A Headless Bittorrent Client with a feature rich Web UI allowing users to contro
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
#%patch2 -p1
|
||||||
cp -p %{S:1} doc/README
|
cp -p %{S:1} doc/README
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -53,9 +53,10 @@ mkdir build-nox build-gui
|
|||||||
pushd build-nox
|
pushd build-nox
|
||||||
../configure \
|
../configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--qtdir=%{_qt4_prefix} \
|
--disable-gui
|
||||||
--disable-gui \
|
|
||||||
--with-qtsingleapplication=system
|
# --with-qtsingleapplication=system
|
||||||
|
# --qtdir=%{_qt4_prefix} \
|
||||||
|
|
||||||
cp conf.pri ..
|
cp conf.pri ..
|
||||||
%make
|
%make
|
||||||
@ -65,9 +66,9 @@ popd
|
|||||||
# gui version
|
# gui version
|
||||||
pushd build-gui
|
pushd build-gui
|
||||||
../configure \
|
../configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix}
|
||||||
--qtdir=%{_qt4_prefix} \
|
|
||||||
--with-qtsingleapplication=system
|
# --with-qtsingleapplication=system
|
||||||
|
|
||||||
cp conf.pri ..
|
cp conf.pri ..
|
||||||
%make
|
%make
|
||||||
@ -94,9 +95,12 @@ make install -C build-gui \
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/qbittorrent
|
%{_bindir}/qbittorrent
|
||||||
%{_mandir}/man1/qbittorrent.1*
|
%{_mandir}/man1/qbittorrent.1*
|
||||||
|
%{_datadir}/appdata/qbittorrent.appdata.xml
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||||
%{_datadir}/pixmaps/qbittorrent.png
|
%{_datadir}/pixmaps/qbittorrent.png
|
||||||
|
%{_datadir}/icons/hicolor/*/status/qbittorrent-tray.png
|
||||||
|
%{_datadir}/icons/hicolor/scalable/status/qbittorrent-tray*.svg
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#NEWS TODO Changelog
|
#NEWS TODO Changelog
|
||||||
|
|
||||||
@ -108,6 +112,9 @@ make install -C build-gui \
|
|||||||
#doc/README
|
#doc/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 4.1.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.12-1mamba
|
* Thu Feb 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.12-1mamba
|
||||||
- update to 3.1.12
|
- update to 3.1.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user