|
@@ -1,17 +1,14 @@
|
|
Summary: Basic desktop integration functions
|
|
Summary: Basic desktop integration functions
|
|
Summary(ja): デスクトップ統合の基本機能
|
|
Summary(ja): デスクトップ統合の基本機能
|
|
Name: xdg-utils
|
|
Name: xdg-utils
|
|
-Version: 1.0.2
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
-URL: http://portland.freedesktop.org/
|
|
|
|
|
|
+Version: 1.1.0
|
|
|
|
+Release: 0.rc1%{?_dist_release}
|
|
|
|
+URL: http://portland.freedesktop.org/
|
|
License: MIT
|
|
License: MIT
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
|
|
|
|
-Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}.tgz
|
|
|
|
-Patch1: xdg-utils-1.0.2-mimeopen.patch
|
|
|
|
-Patch2: xdg-utils-1.0.1-typo.patch
|
|
|
|
-Patch3: xdg-utils-1.0.1-htmlview.patch
|
|
|
|
-Patch4: xdg-utils-1.0.2-CVE-2008-0386.patch
|
|
|
|
|
|
+Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}-rc1.tar.gz
|
|
|
|
+Patch1: xdg-utils-1.1.0-browser.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -20,6 +17,10 @@ Requires: coreutils
|
|
Requires: desktop-file-utils
|
|
Requires: desktop-file-utils
|
|
Requires: which
|
|
Requires: which
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
+
|
|
%description
|
|
%description
|
|
The xdg-utils package is a set of simple scripts that provide basic
|
|
The xdg-utils package is a set of simple scripts that provide basic
|
|
desktop integration functions for any Free Desktop, such as Linux.
|
|
desktop integration functions for any Free Desktop, such as Linux.
|
|
@@ -40,14 +41,35 @@ The following scripts are provided at this time:
|
|
* xdg-open Open a file or URL in the user's preferred application
|
|
* xdg-open Open a file or URL in the user's preferred application
|
|
* xdg-email Send mail using the user's preferred e-mail composer
|
|
* xdg-email Send mail using the user's preferred e-mail composer
|
|
* xdg-screensaver Control the screensaver
|
|
* xdg-screensaver Control the screensaver
|
|
|
|
+* xdg-settings Get various settings from the desktop environment
|
|
|
|
+
|
|
|
|
+%description -l ja
|
|
|
|
+xdg-utils パッケージは、Linux を含むさまざまな自由デスクトップにおける
|
|
|
|
+デスクトップ統合の基本機能を提供するスクリプト群が含まれています。
|
|
|
|
+下記のような目的のために、デファクトスタンダードを提供する目的で用意さ
|
|
|
|
+れています。
|
|
|
|
+* サードパーティのソフトウエア開発者は、xdg-utils を前提とすることで共
|
|
|
|
+ 通化することができます。
|
|
|
|
+* デスクトップ環境の開発者はその環境がよりサポートされるようにすること
|
|
|
|
+ ができます。
|
|
|
|
+* ディストリビューションベンダは、これらのユーティリティのカスタム版を
|
|
|
|
+ 提供することができます。
|
|
|
|
+
|
|
|
|
+現在は、下記のスクリプトが提供されています:
|
|
|
|
+* xdg-desktop-menu デスクトップメニューのインストール
|
|
|
|
+* xdg-desktop-icon デスクトップへのアイコンのインストール
|
|
|
|
+* xdg-icon-resource アイコンのインストール
|
|
|
|
+* xdg-mime ファイルタイプハンドラに関するクエリーと、
|
|
|
|
+ 新しいファイルタイプの登録
|
|
|
|
+* xdg-open お気に入りのアプリケーションでファイルまたはURLを開く
|
|
|
|
+* xdg-email お気に入りのメーラーでメールを送る
|
|
|
|
+* xdg-screensaver スクリーンセーバーの制御
|
|
|
|
+* xdg-settings デスクトップ環境からさまざまな設定を取り出す
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
|
|
-%patch1 -p1 -b .mimeopen
|
|
|
|
-%patch2 -p1 -b .typo
|
|
|
|
-%patch3 -p1 -b .htmlview
|
|
|
|
-%patch4 -p1 -b .CVE-2008-0386
|
|
|
|
|
|
+%setup -q -n %{name}-%{version}-rc1
|
|
|
|
+%patch1 -p1 -b .browser
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -70,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man1/xdg-*
|
|
%{_mandir}/man1/xdg-*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-0.rc1
|
|
|
|
+- update to 1.1.0-rc1
|
|
|
|
+
|
|
* Mon May 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-2
|
|
* Mon May 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-2
|
|
- spec in UTF-8
|
|
- spec in UTF-8
|
|
|
|
|