|
@@ -1,5 +1,5 @@
|
|
Name: transmission
|
|
Name: transmission
|
|
-Version: 2.12
|
|
+Version: 2.13
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A lightweight BitTorrent client
|
|
Summary: A lightweight BitTorrent client
|
|
Summary(ja): 軽量な BitTorrent クライアント
|
|
Summary(ja): 軽量な BitTorrent クライアント
|
|
@@ -139,7 +139,7 @@ exit 0
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --with-gtk --disable-wx --disable-static --enable-libcanberra --enable-daemon
|
|
+%configure --enable-gtk --disable-static --enable-libcanberra --enable-daemon
|
|
make %{?_smp_mflags} CC=%{__cc}
|
|
make %{?_smp_mflags} CC=%{__cc}
|
|
#make CFLAGS="$RPM_OPT_FLAGS"
|
|
#make CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
@@ -256,6 +256,11 @@ fi
|
|
%{_mandir}/man1/transmission-qt.1*
|
|
%{_mandir}/man1/transmission-qt.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.13-1
|
|
|
|
+- Update to upstream 2.13
|
|
|
|
+- deleted disable option
|
|
|
|
+- added configure option --enable-gtk
|
|
|
|
+
|
|
* Mon Nov 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.12-1
|
|
* Mon Nov 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.12-1
|
|
- Update to upstream 2.12
|
|
- Update to upstream 2.12
|
|
|
|
|