bluefish-vl.spec 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. Summary: The Bluefish HTML Editor
  2. Summary(ja): Bluefish HTML エディタ
  3. Name: bluefish
  4. Version: 2.0.0
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Editors
  8. Source: http://downloads.sourceforge.net/project/bluefish/bluefish/2.0.0/%{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. * Fri Mar 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0-1
  78. - new upstream release
  79. - updated BR
  80. * Thu Jul 30 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.7-2
  81. - added Japanese description
  82. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.7-1vl5
  83. - applied new versioning policy, spec in utf-8
  84. * Tue Nov 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-0vl2
  85. - rebuilt for Vine Linux 4.0
  86. * Tue Nov 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-0vl1
  87. - new upstream release
  88. * Sat Feb 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl3
  89. - rebuild for VineSeed Plus
  90. * Sat Feb 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl2
  91. - rebuit for VinePlus/3.0
  92. - dropped Patch0 (fixed at upstream version)
  93. * Wed Feb 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
  94. - new upstream release
  95. * Tue Sep 6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl1.1
  96. - added Patch0 for disable PCRE_UTF8 in highlighting
  97. * Sat Sep 3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl1
  98. - new upstream release
  99. * Thu Aug 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-0vl2
  100. - rebuild for VineSeed Plus
  101. * Thu Aug 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-0vl1
  102. - new upstream release
  103. * Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-0vl2
  104. - rebuild for VineSeed Plus
  105. * Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-0vl1
  106. - new upstream release
  107. * Mon Jun 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl3
  108. - rebuild for VineSeed Plus
  109. * Mon Jun 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl2
  110. - rebuild for VinePlus/3.1
  111. - added BuildRequires: shared-mime-info
  112. * Sun Jun 5 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl1
  113. - new upstream release
  114. * Thu May 26 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-0vl2
  115. - rebuild for VineSeed Plus
  116. - added --disable-update-databases option
  117. - run update-mime-database on %post
  118. - added Prereq: shared-mime-info
  119. * Sun Feb 6 2005 Masaki Shinomiya <shino@pos.to> 1.0-0vl1
  120. - new upstream release, make install, files. desktop, compile ja.po
  121. * Sun Apr 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.13-0vl1
  122. - new upstream release
  123. - dropped patch0
  124. * Mon Jul 28 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-0vl1
  125. - new upstream release
  126. * Fri Jul 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-0vl1
  127. - Rebuild with new toolchains and Gnome2 for VineSeedPlus
  128. - add makefile.patch to fix Makefile.in
  129. - modified encodings.default
  130. * Fri Aug 2 2002 Masaki Shinomiya <shino@pos.to>
  131. - 0.7-0vl1 for VinePllus2.1, 0.7-0vl2 for VinePlus2.5/VineSeedPlus
  132. - vine.patch, without perl
  133. * Fri Mar 1 2002 Shingo Akagaki <dora@kondara.org>
  134. - (0.7-8k)
  135. - fix file attributes
  136. * Thu Feb 21 2002 Shingo Akagaki <dora@kondara.org>
  137. - (0.7-6k)
  138. - rebuild against for db3,4
  139. * Thu Feb 07 2002 Motonobu Ichimura <famao@kondara.org>
  140. - (0.7-4k)
  141. - add perl,attrpage,internal-preview support
  142. * Thu Feb 07 2002 Motonobu Ichimura <famao@kondara.org>
  143. - (0.7-2k)
  144. - add xim patch
  145. - up to 0.7
  146. * Thu Oct 18 2001 Motonobu Ichimura <famao@kondara.org>
  147. - (0.6-4k)
  148. - not egcs, but gcc2.95.3
  149. * Thu Oct 18 2001 Motonobu Ichimura <famao@kondara.org>
  150. - (0.6-2k)
  151. - up to 0.6
  152. - add BuildRequires: egcs ...
  153. - include .desktop file
  154. * Wed Oct 17 2001 Toru Hoshina <t@kondara.org>
  155. - (0.4-10k)
  156. - rebuild against gettext 0.10.40.
  157. * Mon Oct 15 2001 Toru Hoshina <t@kondara.org>
  158. - (0.4-8k)
  159. - rebuild against libpng 1.2.0.
  160. * Sat Dec 2 2000 MATSUDA, Daiki <dyky@df-usa.com>
  161. - (0.4-4k)
  162. - modified spec file with macros
  163. * Thu Jul 13 2000 AYUHANA Tomonori <l@kondara.org>
  164. - (0.4-2k)
  165. - SPEC fixed ( BuildRoot )
  166. - missing bluefish.desktop!
  167. * Tue Jun 13 2000 haruka kusumi <haruka76@kondara.org>
  168. - changed some items for kondara
  169. * Fri May 5 2000 Bo Forslund <bo.forslund@abc.se>
  170. - fine tuning of the spec file
  171. - possible to build with all processors on smp machines
  172. - an entry for RedHats wmconfig
  173. * Tue Mar 21 2000 CW Zuckschwerdt <zany@triq.net>
  174. - complete rewrite of spec file
  175. - relocateable on build-time
  176. - no privileges required while building
  177. - fix for install_location (should really be $(LIBDIR)/bluefish!)
  178. - included man, locale and lib into RPM (was seriously broken)
  179. * Thu Jan 13 2000 Chris Lea <chrislea@luciddesigns.com>
  180. - Fixed up spec file some. bluefish-0.3.5
  181. * Wed Nov 17 1999 Chris Lea <chrislea@luciddesigns.com>
  182. - added spec file. this is my third RPM that I've made a spec
  183. file for, so please be merciful if I've screwed something up