public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Added official project icon, CC variable honoured
@ 2026-07-20 20:36 Denis Leroy
  0 siblings, 0 replies; only message in thread
From: Denis Leroy @ 2026-07-20 20:36 UTC (permalink / raw)
  To: git-commits

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
 

^ 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: Added official project icon, CC variable honoured Denis Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox