rpms/gtorrentviewer/devel gtorrentviewer-0.2b-desktop.patch, NONE, 1.1 gtorrentviewer.spec, 1.7, 1.8

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Sep 26 14:27:38 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/gtorrentviewer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12162

Modified Files:
	gtorrentviewer.spec 
Added Files:
	gtorrentviewer-0.2b-desktop.patch 
Log Message:
drag and drop works with files but not URIs (#206262);
  apply patch from Denis Leroy to fix desktop file accordingly
escape macros in changelog entries
use tabs rather than spaces


gtorrentviewer-0.2b-desktop.patch:

--- NEW FILE gtorrentviewer-0.2b-desktop.patch ---
--- GTorrentViewer-0.2b/data/gtorrentviewer.desktop.in.orig	2006-09-26 09:51:30.000000000 +0200
+++ GTorrentViewer-0.2b/data/gtorrentviewer.desktop.in	2006-09-26 09:51:40.000000000 +0200
@@ -2,7 +2,7 @@
 _Name=Torrent Metainfo Viewer
 _GenericName=Torrent Viewer
 _Comment=Viewer and Editor for .torrent files
-Exec=gtorrentviewer %U
+Exec=gtorrentviewer %f
 Icon=gtorrentviewer.png
 StartupNotify=false
 Terminal=false


Index: gtorrentviewer.spec
===================================================================
RCS file: /cvs/extras/rpms/gtorrentviewer/devel/gtorrentviewer.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gtorrentviewer.spec	29 Aug 2006 10:56:27 -0000	1.7
+++ gtorrentviewer.spec	26 Sep 2006 14:27:38 -0000	1.8
@@ -1,15 +1,16 @@
-Name:           gtorrentviewer
-Version:        0.2b
-Release:        10%{?dist}
-Summary:        A GTK2-based viewer and editor for BitTorrent meta files
-Group:          Applications/Internet
-License:        GPL
-URL:            http://gtorrentviewer.sourceforge.net/
-Source0:        http://dl.sf.net/gtorrentviewer/GTorrentViewer-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext, intltool
+Name:		gtorrentviewer
+Version:	0.2b
+Release:	11%{?dist}
+Summary:	A GTK2-based viewer and editor for BitTorrent meta files
+Group:		Applications/Internet
+License:	GPL
+URL:		http://gtorrentviewer.sourceforge.net/
+Source0:	http://dl.sf.net/gtorrentviewer/GTorrentViewer-%{version}.tar.gz
+Patch0:		gtorrentviewer-0.2b-desktop.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext, intltool
 
-Requires(post):   desktop-file-utils
+Requires(post):	  desktop-file-utils
 Requires(postun): desktop-file-utils
 
 %description
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q -n GTorrentViewer-%{version}
+%patch0 -p1
 
 %build
 %configure
@@ -31,11 +33,11 @@
 %{__make} install DESTDIR=%{buildroot}
 %{__rm} -f %{buildroot}%{_datadir}/GTorrentViewer/README
 /usr/bin/desktop-file-install \
-        --vendor fedora \
+	--vendor fedora \
 	--add-category X-Fedora \
-        --delete-original \
-        --dir %{buildroot}%{_datadir}/applications \
-        %{buildroot}%{_datadir}/applications/gtorrentviewer.desktop
+	--delete-original \
+	--dir %{buildroot}%{_datadir}/applications \
+	%{buildroot}%{_datadir}/applications/gtorrentviewer.desktop
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -57,6 +59,12 @@
 %{_mandir}/man1/gtorrentviewer.1*
 
 %changelog
+* Tue Sep 26 2006 Paul Howarth <paul at city-fan.org> 0.2b-11
+- drag and drop works with files but not URIs (#206262);
+  apply patch from Denis Leroy to fix desktop file accordingly
+- escape macros in changelog entries
+- use tabs rather than spaces
+
 * Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 0.2b-10
 - rebuild for dynamic linking speedups (FE6)
 
@@ -80,7 +88,7 @@
 
 * Mon May  9 2005 Paul Howarth <paul at city-fan.org> 0.2b-4
 - remove hard-coded dist tag, no longer needed
-- remove duplicate README file from %{_datadir}/GTorrentViewer
+- remove duplicate README file from %%{_datadir}/GTorrentViewer
 
 * Mon May  9 2005 Paul Howarth <paul at city-fan.org> 0.2b-3
 - reverted desktop file pathname to relative paths




More information about the scm-commits mailing list