public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: - -common: move icon scriptlets here (where the icons are), update/optimize
@ 2026-07-20 20:36 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-20 20:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : d4bcdf074d0912a8388bbb6c366cabe92093ddc4
Author : Rex Dieter <rdieter@fedoraproject.org>
Date : 2010-02-24T19:46:41+00:00
Stats : +23/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/d4bcdf074d0912a8388bbb6c366cabe92093ddc4?branch=epel10
Log:
- -common: move icon scriptlets here (where the icons are), update/optimize
- -qt : add mime scriptlet
---
diff --git a/transmission.spec b/transmission.spec
index de9e85b..1891de5 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
Name: transmission
Version: 1.91
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -124,13 +124,16 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1}
%clean
rm -rf %{buildroot}
+%post common
+touch --no-create %{_datadir}/icons/hicolor || :
+
%post daemon
/sbin/chkconfig --add transmission-daemon
%post gtk
+update-desktop-database > /dev/null 2>&1 || :
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+%post qt
update-desktop-database > /dev/null 2>&1 || :
%preun daemon
@@ -139,16 +142,27 @@ if [ $1 = 0 ] ; then
/sbin/chkconfig --del transmission-daemon
fi
+%postun common
+if [ $1 -eq 0 ]; then
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
%postun daemon
if [ "$1" -ge "1" ] ; then
/sbin/service transmission-daemon condrestart >/dev/null 2>&1 || :
fi
%postun gtk
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
update-desktop-database > /dev/null 2>&1 || :
+%postun qt
+update-desktop-database > /dev/null 2>&1 || :
+
+%posttrans common
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+
%files
%files common
@@ -185,6 +199,10 @@ update-desktop-database > /dev/null 2>&1 || :
%{_datadir}/applications/qtr.desktop
%changelog
+* Wed Feb 24 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.91-2
+- -common: move icon scriptlets here (where the icons are), update/optimize
+- -qt : add mime scriptlet
+
* Mon Feb 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.91-1
- http://trac.transmissionbt.com/wiki/Changes#version-1.91
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:36 [rpms/transmission] epel10: - -common: move icon scriptlets here (where the icons are), update/optimize Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox