|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: transmission
|
|
|
|
Name: transmission
|
|
|
|
Version: 2.92
|
|
|
|
Version: 2.92
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
Group: Applications/Internet
|
|
|
@ -14,7 +14,7 @@ Source0: http://download.transmissionbt.com/files/transmission-%{version}
|
|
|
|
Source1: https://raw.githubusercontent.com/gnome-design-team/gnome-icons/master/apps-symbolic/Adwaita/scalable/apps/transmission-symbolic.svg
|
|
|
|
Source1: https://raw.githubusercontent.com/gnome-design-team/gnome-icons/master/apps-symbolic/Adwaita/scalable/apps/transmission-symbolic.svg
|
|
|
|
#Patch0: transmission-2.84-overshoot.patch
|
|
|
|
#Patch0: transmission-2.84-overshoot.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: openssl-devel >= 0.9.4
|
|
|
|
BuildRequires: compat-openssl10-devel >= 0.9.4
|
|
|
|
BuildRequires: glib2-devel >= 2.32.0
|
|
|
|
BuildRequires: glib2-devel >= 2.32.0
|
|
|
|
BuildRequires: gtk3-devel >= 3.2.0
|
|
|
|
BuildRequires: gtk3-devel >= 3.2.0
|
|
|
|
BuildRequires: libnotify-devel >= 0.4.3
|
|
|
|
BuildRequires: libnotify-devel >= 0.4.3
|
|
|
@ -106,7 +106,7 @@ mv NEWS.new NEWS
|
|
|
|
CXXFLAGS="%{optflags} -fPIC"
|
|
|
|
CXXFLAGS="%{optflags} -fPIC"
|
|
|
|
|
|
|
|
|
|
|
|
%configure --disable-static --enable-utp --enable-daemon \
|
|
|
|
%configure --disable-static --enable-utp --enable-daemon \
|
|
|
|
--enable-nls --enable-cli --enable-daemon --with-systemd-daemon \
|
|
|
|
--enable-nls --enable-cli --enable-daemon \
|
|
|
|
--enable-external-natpmp
|
|
|
|
--enable-external-natpmp
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
@ -250,6 +250,9 @@ fi
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 11 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.92-4
|
|
|
|
|
|
|
|
- Fix FTBFS.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 13 2017 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.92-3
|
|
|
|
* Mon Feb 13 2017 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.92-3
|
|
|
|
- Make requires arch specific
|
|
|
|
- Make requires arch specific
|
|
|
|
- Make transmission require -gtk, which will be default
|
|
|
|
- Make transmission require -gtk, which will be default
|
|
|
|