bluefish-vl.spec 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. Name: bluefish
  2. Summary: The Bluefish HTML Editor
  3. Summary(ja): Bluefish HTML エディタ
  4. Version: 2.0.1
  5. Release: 1%{?_dist_release}
  6. License: GPLv2
  7. Group: Applications/Editors
  8. Source: http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
  9. URL: http://bluefish.openoffice.nl/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk2-devel >= 2.14.0
  12. BuildRequires: pcre-devel >= 3.9
  13. BuildRequires: enchant-devel
  14. BuildRequires: gucharmap-devel
  15. BuildRequires: desktop-file-utils shared-mime-info
  16. Requires(post): desktop-file-utils shared-mime-info
  17. Requires: gtk2 >= 2.14.0
  18. Requires: pcre >= 3.9
  19. Distribution: Vine Linux
  20. Vendor: Project Vine
  21. %description
  22. Bluefish is a GTK+ HTML editor for the experienced web designer or
  23. programmer. It is not finished yet, but already a very powerful site
  24. creating environment. Bluefish has extended support for programming
  25. dynamic and interactive websites, there is for example a lot of PHP
  26. support.
  27. %description -l ja
  28. Bluefish は経験に富んだウェブデザイナやプログラマ向けの HTML エディタです。
  29. また完成していないが、すでに非常に強力にサイトを作成する環境になっている。
  30. Bluefish は動的な対話型ウェブサイトをプログラミングのために、
  31. 拡張サポートしている。例えば、数多くの PHP をサポートしている。
  32. %prep
  33. %setup -q -n %{name}-%{version}
  34. %build
  35. %configure --disable-update-databases
  36. make %{?_smp_mflags}
  37. %install
  38. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  39. make DESTDIR=$RPM_BUILD_ROOT install
  40. # added JIS to default encoding
  41. echo "JIS (Japanese):ISO-2022-JP:" >> \
  42. $RPM_BUILD_ROOT%{_datadir}/bluefish/encodings.default
  43. rm -rf $RPM_BUILD_ROOT%{_libdir}/bluefish/*.la
  44. #remove docs because duplicate
  45. rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
  46. rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/bluefish-project.desktop
  47. %post
  48. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  49. %postun
  50. if [ $1 -eq 0 ] ; then
  51. update-desktop-database -q &> /dev/null || :
  52. update-mime-database %{_datadir}/mime &> /dev/null || :
  53. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  54. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  55. fi
  56. %posttrans
  57. update-desktop-database -q &> /dev/null || :
  58. update-mime-database %{_datadir}/mime &> /dev/null || :
  59. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  60. %clean
  61. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  62. %files
  63. %defattr(-, root, root)
  64. %doc [A-LN-Z]*
  65. %{_bindir}/bluefish
  66. %dir %{_libdir}/bluefish
  67. %{_libdir}/bluefish/*.so
  68. %{_datadir}/bluefish
  69. %{_datadir}/icons/hicolor/*
  70. %{_datadir}/pixmaps/*
  71. %{_datadir}/applications/bluefish.desktop
  72. %{_datadir}/locale/*/*/*.mo
  73. %{_datadir}/mime/packages/*.xml
  74. %{_datadir}/xml/bluefish
  75. %{_mandir}/man1/*
  76. %changelog
  77. * Sun Jul 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-1
  78. - new upstream release
  79. * Fri Mar 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0-1
  80. - new upstream release
  81. - updated BR
  82. * Thu Jul 30 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.7-2
  83. - added Japanese description
  84. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.7-1vl5
  85. - applied new versioning policy, spec in utf-8
  86. * Tue Nov 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-0vl2
  87. - rebuilt for Vine Linux 4.0
  88. * Tue Nov 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-0vl1
  89. - new upstream release
  90. * Sat Feb 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl3
  91. - rebuild for VineSeed Plus
  92. * Sat Feb 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl2
  93. - rebuit for VinePlus/3.0
  94. - dropped Patch0 (fixed at upstream version)
  95. * Wed Feb 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
  96. - new upstream release
  97. * Tue Sep 6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl1.1
  98. - added Patch0 for disable PCRE_UTF8 in highlighting
  99. * Sat Sep 3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl1
  100. - new upstream release
  101. * Thu Aug 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-0vl2
  102. - rebuild for VineSeed Plus
  103. * Thu Aug 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-0vl1
  104. - new upstream release
  105. * Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-0vl2
  106. - rebuild for VineSeed Plus
  107. * Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-0vl1
  108. - new upstream release
  109. * Mon Jun 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl3
  110. - rebuild for VineSeed Plus
  111. * Mon Jun 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl2
  112. - rebuild for VinePlus/3.1
  113. - added BuildRequires: shared-mime-info
  114. * Sun Jun 5 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl1
  115. - new upstream release
  116. * Thu May 26 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-0vl2
  117. - rebuild for VineSeed Plus
  118. - added --disable-update-databases option
  119. - run update-mime-database on %post
  120. - added Prereq: shared-mime-info
  121. * Sun Feb 6 2005 Masaki Shinomiya <shino@pos.to> 1.0-0vl1
  122. - new upstream release, make install, files. desktop, compile ja.po
  123. * Sun Apr 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.13-0vl1
  124. - new upstream release
  125. - dropped patch0
  126. * Mon Jul 28 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-0vl1
  127. - new upstream release
  128. * Fri Jul 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-0vl1
  129. - Rebuild with new toolchains and Gnome2 for VineSeedPlus
  130. - add makefile.patch to fix Makefile.in
  131. - modified encodings.default
  132. * Fri Aug 2 2002 Masaki Shinomiya <shino@pos.to>
  133. - 0.7-0vl1 for VinePllus2.1, 0.7-0vl2 for VinePlus2.5/VineSeedPlus
  134. - vine.patch, without perl
  135. * Fri Mar 1 2002 Shingo Akagaki <dora@kondara.org>
  136. - (0.7-8k)
  137. - fix file attributes
  138. * Thu Feb 21 2002 Shingo Akagaki <dora@kondara.org>
  139. - (0.7-6k)
  140. - rebuild against for db3,4
  141. * Thu Feb 07 2002 Motonobu Ichimura <famao@kondara.org>
  142. - (0.7-4k)
  143. - add perl,attrpage,internal-preview support
  144. * Thu Feb 07 2002 Motonobu Ichimura <famao@kondara.org>
  145. - (0.7-2k)
  146. - add xim patch
  147. - up to 0.7
  148. * Thu Oct 18 2001 Motonobu Ichimura <famao@kondara.org>
  149. - (0.6-4k)
  150. - not egcs, but gcc2.95.3
  151. * Thu Oct 18 2001 Motonobu Ichimura <famao@kondara.org>
  152. - (0.6-2k)
  153. - up to 0.6
  154. - add BuildRequires: egcs ...
  155. - include .desktop file
  156. * Wed Oct 17 2001 Toru Hoshina <t@kondara.org>
  157. - (0.4-10k)
  158. - rebuild against gettext 0.10.40.
  159. * Mon Oct 15 2001 Toru Hoshina <t@kondara.org>
  160. - (0.4-8k)
  161. - rebuild against libpng 1.2.0.
  162. * Sat Dec 2 2000 MATSUDA, Daiki <dyky@df-usa.com>
  163. - (0.4-4k)
  164. - modified spec file with macros
  165. * Thu Jul 13 2000 AYUHANA Tomonori <l@kondara.org>
  166. - (0.4-2k)
  167. - SPEC fixed ( BuildRoot )
  168. - missing bluefish.desktop!
  169. * Tue Jun 13 2000 haruka kusumi <haruka76@kondara.org>
  170. - changed some items for kondara
  171. * Fri May 5 2000 Bo Forslund <bo.forslund@abc.se>
  172. - fine tuning of the spec file
  173. - possible to build with all processors on smp machines
  174. - an entry for RedHats wmconfig
  175. * Tue Mar 21 2000 CW Zuckschwerdt <zany@triq.net>
  176. - complete rewrite of spec file
  177. - relocateable on build-time
  178. - no privileges required while building
  179. - fix for install_location (should really be $(LIBDIR)/bluefish!)
  180. - included man, locale and lib into RPM (was seriously broken)
  181. * Thu Jan 13 2000 Chris Lea <chrislea@luciddesigns.com>
  182. - Fixed up spec file some. bluefish-0.3.5
  183. * Wed Nov 17 1999 Chris Lea <chrislea@luciddesigns.com>
  184. - added spec file. this is my third RPM that I've made a spec
  185. file for, so please be merciful if I've screwed something up