xdg-utils-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. Summary: Basic desktop integration functions
  2. Summary(ja): デスクトップ統合の基本機能
  3. Name: xdg-utils
  4. Version: 1.0.2
  5. Release: 2%{?_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}.tgz
  10. Patch1: xdg-utils-1.0.2-mimeopen.patch
  11. Patch2: xdg-utils-1.0.1-typo.patch
  12. Patch3: xdg-utils-1.0.1-htmlview.patch
  13. Patch4: xdg-utils-1.0.2-CVE-2008-0386.patch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildArch: noarch
  16. Requires: coreutils
  17. Requires: desktop-file-utils
  18. Requires: which
  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. %prep
  39. %setup -q
  40. %patch1 -p1 -b .mimeopen
  41. %patch2 -p1 -b .typo
  42. %patch3 -p1 -b .htmlview
  43. %patch4 -p1 -b .CVE-2008-0386
  44. %build
  45. %configure
  46. %__make %{?_smp_mflags}
  47. %install
  48. rm -rf $RPM_BUILD_ROOT
  49. %__make install DESTDIR=$RPM_BUILD_ROOT
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %files
  53. %defattr(-,root,root,-)
  54. %doc ChangeLog LICENSE README TODO
  55. %{_bindir}/xdg-*
  56. %{_mandir}/man1/xdg-*
  57. %changelog
  58. * Mon May 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-2
  59. - spec in UTF-8
  60. * Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  61. - new upstream release
  62. - add Patch4 to fix CVS-2008-0386
  63. * Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  64. - initial build for Vine Linux
  65. * Mon Apr 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-3
  66. - add htmlview,links to browser fallbacks
  67. * Tue Dec 19 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-2
  68. - fix typo in xdg-icon-resource manpage
  69. * Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
  70. - xdg-utils-1.0.1
  71. * Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net 1.0-3
  72. - actually *use* mimeopen patch (#210797)
  73. * Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-2
  74. - prefer mimeopen as generic default (#210797)
  75. * Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-1
  76. - 1.0(final)
  77. * Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.9.rc1
  78. - update %%description (#208926)
  79. * Wed Sep 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.8.rc1
  80. - 1.0rc1
  81. * Fri Sep 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.7.beta4
  82. - 1.0beta4
  83. * Mon Aug 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.6.beta3
  84. - 1.0beta3
  85. * Thu Jul 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.5.20060721
  86. - Release: append/use %%{?dist}
  87. * Wed Jul 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.4.20060721
  88. - specfile cosmetics, tabs -> spaces
  89. - %%makeinstall -> make install DESTDIR=...
  90. * Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.3.20060721
  91. - 20060721 snapshot
  92. - optgnome.patch
  93. * Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.2.beta1
  94. - Requires: desktop-file-utils
  95. * Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.1.beta1
  96. - 1.0beta1