gnome-mime-data-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. Summary: MIME type data files for GNOME desktop
  2. Summary(ja): GNOME desktop 用 MIME タイプデータ
  3. Name: gnome-mime-data
  4. Version: 2.18.0
  5. Release: 3%{?_dist_release}
  6. URL: http://www.gnome.org
  7. Source0: %{name}-%{version}.tar.bz2
  8. License: GPL
  9. Group: System Environment/Libraries
  10. BuildArch: noarch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: perl-XML-Parser
  13. BuildRequires: gettext
  14. Conflicts: gnome-vfs < 1.0.5
  15. Patch0: gnome-mime-data-2.2.0-openoffice.patch
  16. Patch2: gnome-mime-data-2.3.2-nohtmlcomponent.patch
  17. Patch5: gnome-mime-data-2.4.0-OOo-startup.patch
  18. %description
  19. gnome-mime-data provides the file type recognition data files for gnome-vfs
  20. %prep
  21. %setup -q
  22. %patch0 -p1 -b .openoffice
  23. %patch2 -p1 -b .nohtmlcomponent
  24. %patch5 -p1 -b .OOo-startup
  25. ## be sure .keys is regenerated from patched .keys.in
  26. rm gnome-vfs.keys
  27. ## no command line apps as bindings
  28. perl -pi -e 's/,mpg123//g' gnome-vfs.keys.in
  29. perl -pi -e 's/mpg123//g' gnome-vfs.keys.in
  30. %build
  31. %configure
  32. %__make
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. %makeinstall
  36. %find_lang %name
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files -f %{name}.lang
  40. %defattr(-,root,root)
  41. %doc COPYING ChangeLog README
  42. %config %{_sysconfdir}/gnome-vfs-mime-magic
  43. %{_datadir}/application-registry
  44. %{_datadir}/mime-info/*.keys
  45. %{_datadir}/mime-info/*.mime
  46. %{_datadir}/pkgconfig/*
  47. #%{_datadir}/man/man*/*
  48. %changelog
  49. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.0-3
  50. - rebuild with rpm-4.8.1 for pkg-config file
  51. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-2
  52. - spec in utf-8
  53. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-1vl5
  54. - used %%{?_dist_release}
  55. * Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
  56. - new upstream release
  57. * Mon Oct 16 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.2-0vl2
  58. - moved pkgconfig/*.pc to %%{_datadir}
  59. * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
  60. - new upstream release
  61. * Fri Jan 9 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-0vl1
  62. - new upstream release
  63. - fixed %files section
  64. * Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  65. - new upstream release
  66. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl1
  67. - new upstream release
  68. * Wed Jun 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-0vl1
  69. - new upstream release
  70. - remove mimetype icons
  71. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl2
  72. - add Conflicts: gnome-vfs < 1.0.5
  73. * Sat Dec 14 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl1
  74. - build for Vine Linux
  75. * Tue Sep 3 2002 Jonathan Blandford <jrb@redhat.com>
  76. - fix the gimp to run 'gimp' instead of 'gimp-remote'
  77. * Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
  78. - ah, did not know about default_application_id. fix various things to
  79. work properly. also, change some unrelated stuff: bind openoffice to
  80. more file types, don't use gnumeric embedded control for gnumeric
  81. files.
  82. * Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
  83. - don't try to view html in-place, use htmlview as default html viewer
  84. - remove mpg123 as a viewer, it's a command line app
  85. * Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.0-6
  86. - Changed appname from redhat-install-package to redhat-install-packages
  87. * Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.0-5
  88. - bind rpm to redhat-install-package
  89. * Wed Aug 7 2002 Havoc Pennington <hp@redhat.com>
  90. - bind openoffice to excel/word documents
  91. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  92. - automated rebuild
  93. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  94. - remove empty NEWS/AUTHORS, #66082
  95. * Sat Jun 15 2002 Havoc Pennington <hp@redhat.com>
  96. - 2.0.0
  97. - check file list, add icons and man pages
  98. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  99. - automated rebuild
  100. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  101. - rebuild in different environment
  102. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  103. - 1.0.8
  104. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  105. - 1.0.7
  106. * Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
  107. - 1.0.6
  108. * Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
  109. - 1.0.4
  110. - make it noarch
  111. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  112. - 1.0.3
  113. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  114. - Version 1.0.2
  115. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  116. - automated rebuild
  117. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  118. - 1.0.1.90 cvs snap
  119. * Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
  120. - add doc files
  121. * Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
  122. - Initial build.