|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: transmission
|
|
|
|
|
Version: 1.82
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
@ -120,7 +120,7 @@ rm -rf %{buildroot}
|
|
|
|
|
%post daemon
|
|
|
|
|
/sbin/chkconfig --add transmission-daemon
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%post gtk
|
|
|
|
|
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
@ -137,7 +137,7 @@ if [ "$1" -ge "1" ] ; then
|
|
|
|
|
/sbin/service transmission-daemon condrestart >/dev/null 2>&1 || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
%postun gtk
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
@ -177,6 +177,8 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
|
%{_datadir}/applications/qtr.desktop
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 25 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.82-2
|
|
|
|
|
- Fix icon cache
|
|
|
|
|
|
|
|
|
|
* Sun Jan 24 2010 Ankur Sinha <ankursinha@fedoraproject.org> - 1.82-1
|
|
|
|
|
- Bugfix
|
|
|
|
|