|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: transmission
|
|
|
|
Name: transmission
|
|
|
|
Version: 2.11
|
|
|
|
Version: 2.11
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
Group: Applications/Internet
|
|
|
@ -28,6 +28,7 @@ BuildRequires: GConf2-devel
|
|
|
|
BuildRequires: qt4-devel
|
|
|
|
BuildRequires: qt4-devel
|
|
|
|
# this modification applies to the Qt qtr.pro file
|
|
|
|
# this modification applies to the Qt qtr.pro file
|
|
|
|
Patch1: fix-optflags.patch
|
|
|
|
Patch1: fix-optflags.patch
|
|
|
|
|
|
|
|
Patch2: transmission-libnotify-change.patch
|
|
|
|
Requires: transmission-cli
|
|
|
|
Requires: transmission-cli
|
|
|
|
Requires: transmission-gtk
|
|
|
|
Requires: transmission-gtk
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -93,6 +94,7 @@ exit 0
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%patch2 -p2
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static --with-gtk --without-wx --enable-libcanberra --enable-libnotify --enable-daemon
|
|
|
|
%configure --disable-static --with-gtk --without-wx --enable-libcanberra --enable-libnotify --enable-daemon
|
|
|
@ -205,6 +207,10 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Nov 07 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.11-3
|
|
|
|
|
|
|
|
- fix build errors
|
|
|
|
|
|
|
|
- update patch to fix another libnotify breakage
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 07 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.11-2
|
|
|
|
* Sun Nov 07 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.11-2
|
|
|
|
- added patch to fix breakage for libnotify API changes
|
|
|
|
- added patch to fix breakage for libnotify API changes
|
|
|
|
|
|
|
|
|
|
|
|