public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rahul Sundaram <sundaram@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: fix Transmission Qt icon location (rhbz#1096423)
Date: Mon, 20 Jul 2026 20:37:18 GMT	[thread overview]
Message-ID: <178457983815.1.47039926984342772.rpms-transmission-039e695b69ef@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : 039e695b69ef5dbdb85622ef59c681967f97d021
Author : Rahul Sundaram <sundaram@fedoraproject.org>
Date   : 2014-05-17T13:09:18-04:00
Stats  : +9/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/039e695b69ef5dbdb85622ef59c681967f97d021?branch=epel10

Log:
fix Transmission Qt icon location (rhbz#1096423)

---
diff --git a/transmission.spec b/transmission.spec
index bb140be..edbc886 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
 
 Name:           transmission
 Version:        2.82
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -94,6 +94,10 @@ exit 0
 %setup -q 
 %patch0 -p2 -R
 
+# fix icon location for Transmission Qt
+sed -i 's|Icon=%{name}-qt|Icon=%{name}|g' qt/%{name}-qt.desktop
+
+# convert to UTF encoding
 iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS > AUTHORS.new
 mv AUTHORS.new AUTHORS
 iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
@@ -125,7 +129,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gtk.desktop
 desktop-file-install \
                 --dir=%{buildroot}%{_datadir}/applications/  \
                   qt/%{name}-qt.desktop
-                
 
 %post common
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -197,6 +200,9 @@ fi
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Sat May 17 2014 Rahul Sundaram <sundaram@fedoraproject.org> - 2.82-3
+- fix Transmission Qt icon location (rhbz#1096423)
+
 * Thu Aug 29 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 2.82-2
 - Remove obseleted Obsoletes tag
 - Forgot a spec bump
@@ -216,7 +222,7 @@ fi
 - Update to new upstream release: 2.81
 - https://trac.transmissionbt.com/wiki/Changes#version-2.81
 - Replace /var/lib by sharestatedir macro
-- Replace $RPM_OPT_FLAGS with %optflags for consistency
+- Replace $RPM_OPT_FLAGS with optflags for consistency
 
 * Sun Jul 14 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 2.80-2
 - systemd-units -> systemd. rhbz:981647

                 reply	other threads:[~2026-07-20 20:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457983815.1.47039926984342772.rpms-transmission-039e695b69ef@fedoraproject.org \
    --to=sundaram@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox