rpms/xdg-utils/FC-6 xdg-utils.spec,1.8,1.9

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Oct 24 16:00:39 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/xdg-utils/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31651

Modified Files:
	xdg-utils.spec 
Log Message:
* Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net 1.0-3
- actually *use* mimeopen patch (#210797)



Index: xdg-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/xdg-utils/FC-6/xdg-utils.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdg-utils.spec	24 Oct 2006 12:29:42 -0000	1.8
+++ xdg-utils.spec	24 Oct 2006 16:00:09 -0000	1.9
@@ -2,7 +2,7 @@
 Summary: Basic desktop integration functions 
 Name:    xdg-utils
 Version: 1.0 
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 URL:     http://portland.freedesktop.org/ 
 Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz
@@ -11,13 +11,16 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
+Patch1: xdg-utils-1.0-mimeopen.patch
+
 Requires: desktop-file-utils
 ## kde-config
 #Requires(hint): kdelibs
 ## update-gtk-icon-cache
 #Requires(hint): gtk2
-## generic default
-#Requires(hint): mimeopen
+## mimeopen generic default
+#Requires(hint): %{_bindir}/mimeopen
+#Requires(hint): perl-File-MimeInfo 
 
 
 %description
@@ -45,6 +48,8 @@
 %prep
 %setup -q -n %{name}-%{version}%{?beta}
 
+%patch1 -p1 -b .mimeopen
+
 
 %build
 %configure
@@ -70,6 +75,9 @@
 
 
 %changelog
+* Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net 1.0-3
+- actually *use* mimeopen patch (#210797)
+
 * Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-2
 - prefer mimeopen as generic default (#210797)
 




More information about the scm-commits mailing list