gnome-mime-data-vl.spec 4.5 KB

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