|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: transmission
|
|
|
|
Name: transmission
|
|
|
|
Version: 2.76
|
|
|
|
Version: 2.77
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
Group: Applications/Internet
|
|
|
@ -134,24 +134,14 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
%post qt
|
|
|
|
%post qt
|
|
|
|
update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
|
|
|
|
|
|
|
|
%preun daemon
|
|
|
|
%post
|
|
|
|
if [ $1 = 0 ] ; then
|
|
|
|
%systemd_post transmission-daemon.service
|
|
|
|
/bin/systemctl stop transmission-daemon.service >/dev/null 2>&1 || :
|
|
|
|
|
|
|
|
/bin/systemctl disable transmission-daemon.service >/dev/null 2>&1 || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun common
|
|
|
|
%preun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
%systemd_preun transmission-daemon.service
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun daemon
|
|
|
|
%postun
|
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
%systemd_postun_with_restart transmission-daemon.service
|
|
|
|
if [ $1 -ge 1 ] ; then
|
|
|
|
|
|
|
|
# Package upgrade, not uninstall
|
|
|
|
|
|
|
|
/bin/systemctl try-restart transmission-daemon.service >/dev/null 2>&1 || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun gtk
|
|
|
|
%postun gtk
|
|
|
|
update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
update-desktop-database > /dev/null 2>&1 || :
|
|
|
@ -162,7 +152,6 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
%posttrans common
|
|
|
|
%posttrans common
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
|
|
|
|
|
|
|
|
%files common
|
|
|
|
%files common
|
|
|
@ -200,6 +189,10 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 19 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 2.77-1
|
|
|
|
|
|
|
|
- upstream release 2.77
|
|
|
|
|
|
|
|
- https://trac.transmissionbt.com/wiki/Changes#version-2.77
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.76-2
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.76-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|