public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Avoid hardcoding /usr prefix
@ 2026-07-20 20:37 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-07-20 20:37 UTC (permalink / raw)
To: git-commits
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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:37 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:37 [rpms/transmission] epel10: Avoid hardcoding /usr prefix Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox