xdg-utils-vl.spec 5.9 KB

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