Browse Source

xdg-utils: update to 1.1.0-rc1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3555 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
09932d71cb
1 changed files with 38 additions and 13 deletions
  1. 38 13
      x/xdg-utils/xdg-utils-vl.spec

+ 38 - 13
x/xdg-utils/xdg-utils-vl.spec

@@ -1,17 +1,14 @@
 Summary: Basic desktop integration functions 
 Summary(ja): デスクトップ統合の基本機能
 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 
 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
 BuildArch: noarch
@@ -20,6 +17,10 @@ Requires: coreutils
 Requires: desktop-file-utils
 Requires: which
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke
+
 %description
 The xdg-utils package is a set of simple scripts that provide basic
 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-email             Send mail using the user's preferred e-mail composer
 * 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
-%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
 %configure
@@ -70,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/xdg-*
 
 %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
 - spec in UTF-8