- actually *use* mimeopen patch (#210797)
This commit is contained in:
parent
56050d06e1
commit
9e0e0dfd2d
@ -2,7 +2,7 @@
|
|||||||
Summary: Basic desktop integration functions
|
Summary: Basic desktop integration functions
|
||||||
Name: xdg-utils
|
Name: xdg-utils
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
URL: http://portland.freedesktop.org/
|
URL: http://portland.freedesktop.org/
|
||||||
Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz
|
Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz
|
||||||
@ -11,13 +11,16 @@ Group: System Environment/Base
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Patch1: xdg-utils-1.0-mimeopen.patch
|
||||||
|
|
||||||
Requires: desktop-file-utils
|
Requires: desktop-file-utils
|
||||||
## kde-config
|
## kde-config
|
||||||
#Requires(hint): kdelibs
|
#Requires(hint): kdelibs
|
||||||
## update-gtk-icon-cache
|
## update-gtk-icon-cache
|
||||||
#Requires(hint): gtk2
|
#Requires(hint): gtk2
|
||||||
## generic default
|
## mimeopen generic default
|
||||||
#Requires(hint): mimeopen
|
#Requires(hint): %{_bindir}/mimeopen
|
||||||
|
#Requires(hint): perl-File-MimeInfo
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,6 +48,8 @@ The following scripts are provided at this time:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?beta}
|
%setup -q -n %{name}-%{version}%{?beta}
|
||||||
|
|
||||||
|
%patch1 -p1 -b .mimeopen
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -70,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-2
|
||||||
- prefer mimeopen as generic default (#210797)
|
- prefer mimeopen as generic default (#210797)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user