xdg-utils-vl.spec 5.6 KB

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