xdg-utils-vl.spec 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. Summary: Basic desktop integration functions
  2. Summary(ja): デスクトップ統合の基本機能
  3. Name: xdg-utils
  4. Version: 1.1.0
  5. Release: 0.rc1%{?_dist_release}
  6. URL: http://portland.freedesktop.org/
  7. License: MIT
  8. Group: System Environment/Base
  9. Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}-rc1.tar.gz
  10. Patch1: xdg-utils-1.1.0-browser.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildArch: noarch
  13. Requires: coreutils
  14. Requires: desktop-file-utils
  15. Requires: which
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: daisuke
  19. %description
  20. The xdg-utils package is a set of simple scripts that provide basic
  21. desktop integration functions for any Free Desktop, such as Linux.
  22. They are intended to provide a set of defacto standards.
  23. This means that:
  24. * Third party software developers can rely on these xdg-utils
  25. for all of their simple integration needs.
  26. * Developers of desktop environments can make sure that their
  27. environments are well supported
  28. * Distribution vendors can provide custom versions of these utilities
  29. The following scripts are provided at this time:
  30. * xdg-desktop-menu Install desktop menu items
  31. * xdg-desktop-icon Install icons to the desktop
  32. * xdg-icon-resource Install icon resources
  33. * xdg-mime Query information about file type handling and
  34. install descriptions for new file types
  35. * xdg-open Open a file or URL in the user's preferred application
  36. * xdg-email Send mail using the user's preferred e-mail composer
  37. * xdg-screensaver Control the screensaver
  38. * xdg-settings Get various settings from the desktop environment
  39. %description -l ja
  40. xdg-utils パッケージは、Linux を含むさまざまな自由デスクトップにおける
  41. デスクトップ統合の基本機能を提供するスクリプト群が含まれています。
  42. 下記のような目的のために、デファクトスタンダードを提供する目的で用意さ
  43. れています。
  44. * サードパーティのソフトウエア開発者は、xdg-utils を前提とすることで共
  45. 通化することができます。
  46. * デスクトップ環境の開発者はその環境がよりサポートされるようにすること
  47. ができます。
  48. * ディストリビューションベンダは、これらのユーティリティのカスタム版を
  49. 提供することができます。
  50. 現在は、下記のスクリプトが提供されています:
  51. * xdg-desktop-menu デスクトップメニューのインストール
  52. * xdg-desktop-icon デスクトップへのアイコンのインストール
  53. * xdg-icon-resource アイコンのインストール
  54. * xdg-mime ファイルタイプハンドラに関するクエリーと、
  55. 新しいファイルタイプの登録
  56. * xdg-open お気に入りのアプリケーションでファイルまたはURLを開く
  57. * xdg-email お気に入りのメーラーでメールを送る
  58. * xdg-screensaver スクリーンセーバーの制御
  59. * xdg-settings デスクトップ環境からさまざまな設定を取り出す
  60. %prep
  61. %setup -q -n %{name}-%{version}-rc1
  62. %patch1 -p1 -b .browser
  63. %build
  64. %configure
  65. %__make %{?_smp_mflags}
  66. %install
  67. rm -rf $RPM_BUILD_ROOT
  68. %__make install DESTDIR=$RPM_BUILD_ROOT
  69. %clean
  70. rm -rf $RPM_BUILD_ROOT
  71. %files
  72. %defattr(-,root,root,-)
  73. %doc ChangeLog LICENSE README TODO
  74. %{_bindir}/xdg-*
  75. %{_mandir}/man1/xdg-*
  76. %changelog
  77. * Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-0.rc1
  78. - update to 1.1.0-rc1
  79. * Mon May 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-2
  80. - spec in UTF-8
  81. * Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  82. - new upstream release
  83. - add Patch4 to fix CVS-2008-0386
  84. * Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  85. - initial build for Vine Linux
  86. * Mon Apr 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-3
  87. - add htmlview,links to browser fallbacks
  88. * Tue Dec 19 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-2
  89. - fix typo in xdg-icon-resource manpage
  90. * Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
  91. - xdg-utils-1.0.1
  92. * Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net 1.0-3
  93. - actually *use* mimeopen patch (#210797)
  94. * Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-2
  95. - prefer mimeopen as generic default (#210797)
  96. * Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-1
  97. - 1.0(final)
  98. * Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.9.rc1
  99. - update %%description (#208926)
  100. * Wed Sep 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.8.rc1
  101. - 1.0rc1
  102. * Fri Sep 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.7.beta4
  103. - 1.0beta4
  104. * Mon Aug 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.6.beta3
  105. - 1.0beta3
  106. * Thu Jul 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.5.20060721
  107. - Release: append/use %%{?dist}
  108. * Wed Jul 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.4.20060721
  109. - specfile cosmetics, tabs -> spaces
  110. - %%makeinstall -> make install DESTDIR=...
  111. * Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.3.20060721
  112. - 20060721 snapshot
  113. - optgnome.patch
  114. * Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.2.beta1
  115. - Requires: desktop-file-utils
  116. * Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.1.beta1
  117. - 1.0beta1