rpms/gtorrentviewer/FC-5 gtorrentviewer-0.2b-desktop.patch, NONE, 1.1 gtorrentviewer.spec, 1.5, 1.6

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


Author: pghmcfc

Update of /cvs/extras/rpms/gtorrentviewer/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12799

Modified Files:
	gtorrentviewer.spec 
Added Files:
	gtorrentviewer-0.2b-desktop.patch 
Log Message:
resync with devel


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/FC-5/gtorrentviewer.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtorrentviewer.spec	14 Feb 2006 09:53:40 -0000	1.5
+++ gtorrentviewer.spec	26 Sep 2006 14:53:11 -0000	1.6
@@ -1,19 +1,18 @@
-Name:           gtorrentviewer
-Version:        0.2b
-Release:        8%{?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)
+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
 
-BuildRequires:  curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext
-
 %description
 GTorrentViewer gives you the ability to see and modify all the possible
 information from .torrent files without having to start downloading, and
@@ -23,6 +22,7 @@
 
 %prep
 %setup -q -n GTorrentViewer-%{version}
+%patch0 -p1
 
 %build
 %configure
@@ -33,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}
@@ -59,6 +59,18 @@
 %{_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)
+
+* Sun May 28 2006 Paul Howarth <paul at city-fan.org> 0.2b-9
+- add missing buildreq intltool
+
 * Tue Feb 14 2006 Paul Howarth <paul at city-fan.org> 0.2b-8
 - cosmetic tweak: use macros instead of variables
 - don't use macros in command paths, hardcode them instead
@@ -76,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