From ac0aabec5aa5943e8d9b39c18bebe56f51099e5e Mon Sep 17 00:00:00 2001 From: Rahul Date: Mon, 28 Mar 2011 15:30:37 +0530 Subject: [PATCH] Add new icons --- transmission.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/transmission.spec b/transmission.spec index 0657bcd..a73e7dc 100644 --- a/transmission.spec +++ b/transmission.spec @@ -1,5 +1,5 @@ Name: transmission -Version: 2.21 +Version: 2.22 Release: 2%{?dist} Summary: A lightweight GTK+ BitTorrent client @@ -30,6 +30,12 @@ BuildRequires: qt4-devel Patch1: fix-optflags.patch Requires: transmission-cli Requires: transmission-gtk + +# Patch for new icons +Patch2: 0001-Update-for-new-icons.patch +Source4: icons.tar.bz2 +BuildRequires: automake autoconf intltool libtool + %description Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top on an efficient, cross-platform @@ -93,8 +99,13 @@ exit 0 %prep %setup -q %patch1 -p1 +%patch2 -p1 +pushd gtk/icons +tar xvjf %{SOURCE4} +popd %build +autoreconf -f %configure --disable-static --with-gtk --without-wx --enable-libcanberra --enable-libnotify --enable-daemon make %{?_smp_mflags} @@ -205,6 +216,12 @@ update-desktop-database > /dev/null 2>&1 || : %doc %{_mandir}/man1/transmission-qt.* %changelog +* Thu Mar 10 2011 Bastien Nocera 2.22-2 +- Add new icons + +* Thu Mar 10 2011 Bastien Nocera 2.22-1 +- Update to 2.22 + * Wed Mar 2 2011 Ville Skyttä - 2.21-2 - Own %%{_datadir}/transmission dir.