|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: transmission
|
|
|
|
Name: transmission
|
|
|
|
Version: 2.21
|
|
|
|
Version: 2.22
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
|
@ -30,6 +30,12 @@ BuildRequires: qt4-devel
|
|
|
|
Patch1: fix-optflags.patch
|
|
|
|
Patch1: fix-optflags.patch
|
|
|
|
Requires: transmission-cli
|
|
|
|
Requires: transmission-cli
|
|
|
|
Requires: transmission-gtk
|
|
|
|
Requires: transmission-gtk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Patch for new icons
|
|
|
|
|
|
|
|
Patch2: 0001-Update-for-new-icons.patch
|
|
|
|
|
|
|
|
Source4: icons.tar.bz2
|
|
|
|
|
|
|
|
BuildRequires: automake autoconf intltool libtool
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Transmission is a free, lightweight BitTorrent client. It features a
|
|
|
|
Transmission is a free, lightweight BitTorrent client. It features a
|
|
|
|
simple, intuitive interface on top on an efficient, cross-platform
|
|
|
|
simple, intuitive interface on top on an efficient, cross-platform
|
|
|
@ -93,8 +99,13 @@ exit 0
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
pushd gtk/icons
|
|
|
|
|
|
|
|
tar xvjf %{SOURCE4}
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
autoreconf -f
|
|
|
|
%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
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
@ -205,6 +216,12 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 2.22-2
|
|
|
|
|
|
|
|
- Add new icons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 2.22-1
|
|
|
|
|
|
|
|
- Update to 2.22
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 2 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.21-2
|
|
|
|
* Wed Mar 2 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.21-2
|
|
|
|
- Own %%{_datadir}/transmission dir.
|
|
|
|
- Own %%{_datadir}/transmission dir.
|
|
|
|
|
|
|
|
|
|
|
|