Add new icons

epel9
Rahul 14 years ago
parent 794ab1aac7
commit ac0aabec5a

@ -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 <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
- Own %%{_datadir}/transmission dir.

Loading…
Cancel
Save