public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denis Leroy <denis@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: Added official project icon, CC variable honoured
Date: Mon, 20 Jul 2026 20:36:14 GMT [thread overview]
Message-ID: <178457977427.1.14863555216136143590.rpms-transmission-22ebcb13c186@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : 22ebcb13c186898c87560970295fd67659da379f
Author : Denis Leroy <denis@fedoraproject.org>
Date : 2006-09-28T14:54:19+00:00
Stats : +8/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/22ebcb13c186898c87560970295fd67659da379f?branch=epel10
Log:
Added official project icon, CC variable honoured
---
diff --git a/transmission.png b/transmission.png
new file mode 100644
index 0000000..0b1cfb3
Binary files /dev/null and b/transmission.png differ
diff --git a/transmission.spec b/transmission.spec
index 59fc6c1..6741098 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,13 +1,14 @@
Name: transmission
Version: 0.6.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
License: MIT
URL: http://transmission.m0k.org/
Source0: http://download.m0k.org/transmission/files/Transmission-%{version}.tar.gz
+Source1: transmission.png
Patch0: transmission-0.6.1-install.patch
Patch1: transmission-0.6.1-gtk.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,7 +36,7 @@ back-end.
%build
%configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} CC=%{__cc}
%install
@@ -44,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT
%find_lang %{name}-gtk
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps/
-install -p -m 644 macosx/Images/Network.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/transmission.png
+install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/transmission.png
cat << EOF > %{name}.desktop
[Desktop Entry]
@@ -85,6 +86,10 @@ update-desktop-database > /dev/null 2>&1 || :
%changelog
+* Thu Sep 28 2006 Denis Leroy <denis@poolshark.org> - 0.6.1-3
+- Added project icon
+- Honor cc variable
+
* Mon Sep 25 2006 Denis Leroy <denis@poolshark.org> - 0.6.1-2
- Removed ldconfig Requires
reply other threads:[~2026-07-20 20:36 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=178457977427.1.14863555216136143590.rpms-transmission-22ebcb13c186@fedoraproject.org \
--to=denis@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