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
|
||||
Version: 3.1.12
|
||||
Version: 4.1.5
|
||||
Release: 1mamba
|
||||
Summary: Free and reliable P2P Bittorrent client
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
@ -18,7 +18,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libqtsingleapplication-devel
|
||||
BuildRequires: libqtsinglecoreapplication-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -41,9 +41,9 @@ A Headless Bittorrent Client with a feature rich Web UI allowing users to contro
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
cp -p %{S:1} doc/README
|
||||
|
||||
%build
|
||||
@ -53,9 +53,10 @@ mkdir build-nox build-gui
|
||||
pushd build-nox
|
||||
../configure \
|
||||
--prefix=%{_prefix} \
|
||||
--qtdir=%{_qt4_prefix} \
|
||||
--disable-gui \
|
||||
--with-qtsingleapplication=system
|
||||
--disable-gui
|
||||
|
||||
# --with-qtsingleapplication=system
|
||||
# --qtdir=%{_qt4_prefix} \
|
||||
|
||||
cp conf.pri ..
|
||||
%make
|
||||
@ -65,9 +66,9 @@ popd
|
||||
# gui version
|
||||
pushd build-gui
|
||||
../configure \
|
||||
--prefix=%{_prefix} \
|
||||
--qtdir=%{_qt4_prefix} \
|
||||
--with-qtsingleapplication=system
|
||||
--prefix=%{_prefix}
|
||||
|
||||
# --with-qtsingleapplication=system
|
||||
|
||||
cp conf.pri ..
|
||||
%make
|
||||
@ -94,9 +95,12 @@ make install -C build-gui \
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/qbittorrent
|
||||
%{_mandir}/man1/qbittorrent.1*
|
||||
%{_datadir}/appdata/qbittorrent.appdata.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/pixmaps/qbittorrent.png
|
||||
%{_datadir}/icons/hicolor/*/status/qbittorrent-tray.png
|
||||
%{_datadir}/icons/hicolor/scalable/status/qbittorrent-tray*.svg
|
||||
%doc AUTHORS COPYING
|
||||
#NEWS TODO Changelog
|
||||
|
||||
@ -108,6 +112,9 @@ make install -C build-gui \
|
||||
#doc/README
|
||||
|
||||
%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
|
||||
- update to 3.1.12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user