|
@@ -1,5 +1,5 @@
|
|
Name: transmission
|
|
Name: transmission
|
|
-Version: 2.42
|
|
+Version: 2.50
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A lightweight BitTorrent client
|
|
Summary: A lightweight BitTorrent client
|
|
Summary(ja): 軽量な BitTorrent クライアント
|
|
Summary(ja): 軽量な BitTorrent クライアント
|
|
@@ -149,7 +149,7 @@ 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-daemon \
|
|
+%configure --disable-static --enable-daemon \
|
|
--enable-utp --enable-nls --enable-cli
|
|
--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"
|
|
@@ -186,14 +186,14 @@ Name[ja]=Qtransmission Bittorrent クライアント
|
|
GenericName=BitTorrent Client
|
|
GenericName=BitTorrent Client
|
|
GenericName[ja]=BitTorrent クライアント
|
|
GenericName[ja]=BitTorrent クライアント
|
|
Comment=Download and share files over BitTorrent
|
|
Comment=Download and share files over BitTorrent
|
|
-Comment[ja]=BitTorrentでファイルをダウンロード及び共有します
|
|
+Comment[ja]=BitTorrent でファイルをダウンロード及び共有します
|
|
Exec=transmission-qt %F
|
|
Exec=transmission-qt %F
|
|
Icon=transmission
|
|
Icon=transmission
|
|
Terminal=false
|
|
Terminal=false
|
|
Type=Application
|
|
Type=Application
|
|
MimeType=application/x-bittorrent;
|
|
MimeType=application/x-bittorrent;
|
|
Categories=Network;FileTransfer;P2P;Qt;
|
|
Categories=Network;FileTransfer;P2P;Qt;
|
|
-NotShowIn=GNOME;XFCE;LXDE;
|
|
+NotShowIn=GNOME;MATE;XFCE;LXDE;
|
|
EOF
|
|
EOF
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -267,6 +267,11 @@ fi
|
|
%{_mandir}/man1/transmission-qt.1*
|
|
%{_mandir}/man1/transmission-qt.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Feb 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.50-1
|
|
|
|
+- new upstream release
|
|
|
|
+- deleted unrecognized option: --enable-gtk
|
|
|
|
+- fixed transmission-qt desktop entry a little
|
|
|
|
+
|
|
* Wed Nov 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.42-1
|
|
* Wed Nov 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.42-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- aded BuildRequires: gtk3-devel >= 3.2.0
|
|
- aded BuildRequires: gtk3-devel >= 3.2.0
|