public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: Avoid hardcoding /usr prefix
Date: Mon, 20 Jul 2026 20:37:47 GMT	[thread overview]
Message-ID: <178457986734.1.9389291307360438619.rpms-transmission-d34b7045bf55@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : d34b7045bf5574c7e59b22681b733c3b3e0cc51f
Author : Kalev Lember <klember@redhat.com>
Date   : 2023-02-15T21:23:00+01:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/d34b7045bf5574c7e59b22681b733c3b3e0cc51f?branch=epel10

Log:
Avoid hardcoding /usr prefix

---
diff --git a/transmission.spec b/transmission.spec
index 64c664d..17a5498 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
 
 Name:           transmission
 Version:        4.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 # See COPYING. This licensing situation is... special.
 License:        MIT and GPLv2
@@ -117,7 +117,7 @@ install -m0644 daemon/transmission-daemon.service  %{buildroot}%{_unitdir}/
 mkdir -p %{buildroot}%{_sharedstatedir}/transmission
 %cmake_install
 
-mv -f %{buildroot}/usr/share/doc/transmission %{buildroot}/usr/share/doc/transmission-common
+mv -f %{buildroot}%{_docdir}/transmission %{buildroot}%{_docdir}/transmission-common
 
 # Install the symbolic icon
 mkdir -p  %{buildroot}%{_datadir}/icons/hicolor/symbolic/apps
@@ -179,6 +179,9 @@ desktop-file-install \
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Wed Feb 15 2023 Kalev Lember <klember@redhat.com> - 4.0.0-3
+- Avoid hardcoding /usr prefix
+
 * Tue Feb 14 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.0.0-2
 - Patches for crash.
 

                 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=178457986734.1.9389291307360438619.rpms-transmission-d34b7045bf55@fedoraproject.org \
    --to=klember@redhat.com \
    --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