|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: transmission
|
|
|
|
|
Version: 1.90
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
@ -25,7 +25,7 @@ BuildRequires: libevent-devel >= 1.4.5
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: gettext intltool
|
|
|
|
|
BuildRequires: GConf2-devel
|
|
|
|
|
BuildRequires: qt-devel
|
|
|
|
|
BuildRequires: qt4-devel
|
|
|
|
|
# this modification applies to the Qt qtr.pro file
|
|
|
|
|
Patch1: use-system-libevent-fix-optflags-patch
|
|
|
|
|
Requires: transmission-cli
|
|
|
|
@ -78,6 +78,7 @@ GTK graphical interface of Transmission BitTorrent client.
|
|
|
|
|
Summary: Transmission Qt interface
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
|
Requires: transmission-common
|
|
|
|
|
%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
|
|
|
|
|
%description qt
|
|
|
|
|
Qt graphical interface of Transmission BitTorrent client.
|
|
|
|
|
|
|
|
|
@ -184,6 +185,10 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
|
%{_datadir}/applications/qtr.desktop
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 21 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.90-2
|
|
|
|
|
- BR: qt4-devel
|
|
|
|
|
- -qt: Requires: qt4 >= %%_qt4_version
|
|
|
|
|
|
|
|
|
|
* Wed Feb 17 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.90-1
|
|
|
|
|
- http://trac.transmissionbt.com/browser/trunk/NEWS#L1
|
|
|
|
|
- Fix initscript to use the config file properly
|
|
|
|
|