|
@@ -1,5 +1,5 @@
|
|
Name: transmission
|
|
Name: transmission
|
|
-Version: 2.33
|
|
+Version: 2.41
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A lightweight BitTorrent client
|
|
Summary: A lightweight BitTorrent client
|
|
Summary(ja): 軽量な BitTorrent クライアント
|
|
Summary(ja): 軽量な BitTorrent クライアント
|
|
@@ -15,9 +15,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: curl-devel >= 7.18.0
|
|
BuildRequires: curl-devel >= 7.18.0
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: dbus-glib-devel
|
|
-BuildRequires: glib2-devel
|
|
+BuildRequires: glib2-devel >= 2.28.0
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: libnotify-devel
|
|
-BuildRequires: gtk2-devel >= 2.6.0
|
|
+BuildRequires: gtk2-devel >= 2.22.0
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: gettext >= 0.14.1
|
|
BuildRequires: gettext >= 0.14.1
|
|
BuildRequires: intltool >= 0.40
|
|
BuildRequires: intltool >= 0.40
|
|
@@ -85,7 +85,7 @@ Provides: transmission = %{version}-%{release}
|
|
Transmission BitTorrent client daemon.
|
|
Transmission BitTorrent client daemon.
|
|
|
|
|
|
%description daemon -l ja
|
|
%description daemon -l ja
|
|
-Transmission BitTorrent クライアントのデーモンです。
|
|
+Transmission BitTorrent クライアントデーモンです。
|
|
|
|
|
|
%package gtk
|
|
%package gtk
|
|
Summary: GTK Interface for Transmission BitTorrent client
|
|
Summary: GTK Interface for Transmission BitTorrent client
|
|
@@ -144,8 +144,8 @@ sed -i "s/x-bittorrent;x-scheme-handler\/magnet;/x-bittorrent;/g" \
|
|
gtk/transmission-gtk.desktop.in
|
|
gtk/transmission-gtk.desktop.in
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --enable-gtk --disable-static --enable-libcanberra --enable-daemon \
|
|
+%configure --enable-gtk --disable-static --enable-daemon \
|
|
- --enable-utp --enable-nls --enable-cli --enable-daemon
|
|
+ --enable-utp --enable-nls --enable-cli
|
|
make %{?_smp_mflags} CC=%{__cc}
|
|
make %{?_smp_mflags} CC=%{__cc}
|
|
#make CFLAGS="$RPM_OPT_FLAGS"
|
|
#make CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
@@ -262,6 +262,13 @@ fi
|
|
%{_mandir}/man1/transmission-qt.1*
|
|
%{_mandir}/man1/transmission-qt.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Oct 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.41-1
|
|
|
|
+- new upstream release
|
|
|
|
+- changed BuildRequires
|
|
|
|
+ - gtk2-devel >= 2.6.0 to gtk2-devel >= 2.22.0
|
|
|
|
+ - glib2-devel >= 2.28.0
|
|
|
|
+- deleted unrecognized option: --enable-libcanberra
|
|
|
|
+
|
|
* Thu Aug 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.33-1
|
|
* Thu Aug 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.33-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- remove BuildRequires: GConf2-devel
|
|
- remove BuildRequires: GConf2-devel
|