rpms/bittorrent/F-10 bittorrent.spec,1.45,1.46

Paul Howarth pghmcfc at fedoraproject.org
Thu May 7 08:35:17 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/bittorrent/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18657

Modified Files:
	bittorrent.spec 
Log Message:
Add icon back in menu entry


Index: bittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bittorrent/F-10/bittorrent.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- bittorrent.spec	6 Apr 2009 14:48:46 -0000	1.45
+++ bittorrent.spec	7 May 2009 08:34:47 -0000	1.46
@@ -9,7 +9,7 @@
 Summary:	BitTorrent swarming network file transfer tool
 Name:		bittorrent
 Version:	4.4.0
-Release:	11%{?dist}
+Release:	12%{?dist}
 Group:		Applications/Internet
 License:	BitTorrent
 URL:		http://www.bittorrent.com/
@@ -168,6 +168,8 @@ EOF
 %{__install} -m 0644 -D bittorrent.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/bittorrent
 %{__install} -m 0644 -D bittorrent.png \
 	%{buildroot}%{_datadir}/pixmaps/bittorrent-%{version}/logo/bittorrent_48.png
+# add symlink for bittorrent.png required by desktop entry
+%{__ln_s} bittorrent-%{version}/logo/bittorrent_48.png %{buildroot}%{_datadir}/pixmaps/bittorrent.png
 # pidof doesn't find scripts with hyphenated names, so make some convenience links for initscripts
 %{__ln_s} bittorrent-tracker %{buildroot}%{_bindir}/bttrack
 %{__ln_s} launchmany-console %{buildroot}%{_bindir}/btseed
@@ -245,10 +247,14 @@ fi
 %defattr(-,root,root,-)
 %{_bindir}/bittorrent
 %{_bindir}/maketorrent
+%{_datadir}/pixmaps/bittorrent.png
 %{_datadir}/pixmaps/bittorrent-%{version}/
 %{_datadir}/applications/%{desktopvendor}-bittorrent.desktop
 
 %changelog
+* Fri Apr 24 2009 Paul Howarth <paul at city-fan.org> 4.4.0-12
+- Add icon back in menu entry
+
 * Mon Apr  6 2009 Paul Howarth <paul at city-fan.org> 4.4.0-11
 - Add support for floating point values in bencode (#451496), resolving
   tracebacks with KeyError: <type 'float'>




More information about the scm-commits mailing list