|
@@ -1,5 +1,5 @@
|
|
|
Name: transmission
|
|
|
-Version: 2.50
|
|
|
+Version: 2.51
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: A lightweight BitTorrent client
|
|
|
Summary(ja): 軽量な BitTorrent クライアント
|
|
@@ -17,10 +17,11 @@ BuildRequires: curl-devel >= 7.18.0
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
BuildRequires: glib2-devel >= 2.28.0
|
|
|
BuildRequires: libnotify-devel
|
|
|
-BuildRequires: gtk3-devel >= 3.2.0
|
|
|
|
|
|
%if %{?_dist_release} == "vl6"
|
|
|
BuildRequires: gtk2-devel >= 2.22.0
|
|
|
+%elif
|
|
|
+BuildRequires: gtk3-devel >= 3.2.0
|
|
|
%endif
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
@@ -96,7 +97,13 @@ Transmission BitTorrent クライアントデーモンです。
|
|
|
Summary: GTK Interface for Transmission BitTorrent client
|
|
|
Summary(ja): Transmission BitTorrent client の GTK インターフェイス
|
|
|
Group: Applications/Internet
|
|
|
-BuildRequires: gtk2-devel >= 2.6.0
|
|
|
+
|
|
|
+%if %{?_dist_release} == "vl6"
|
|
|
+BuildRequires: gtk2-devel >= 2.22.0
|
|
|
+%elif
|
|
|
+BuildRequires: gtk3-devel >= 3.2.0
|
|
|
+%endif
|
|
|
+
|
|
|
Requires: %{name}-common = %{version}
|
|
|
Provides: %{name} = %{version}-%{release}
|
|
|
Provides: %{name}-gui = %{version}-%{release}
|
|
@@ -267,6 +274,10 @@ fi
|
|
|
%{_mandir}/man1/transmission-qt.1*
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Apr 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.51-1
|
|
|
+- new upstream release
|
|
|
+- fixed conditional branch
|
|
|
+
|
|
|
* Thu Feb 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.50-1
|
|
|
- new upstream release
|
|
|
- deleted unrecognized option: --enable-gtk
|