eel2-vl.spec 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. %define gtk2_version 2.14.0
  2. %define libgnomeui_version 2.24.0
  3. %define gnome_desktop_version 2.26.0
  4. %define gnome_menus_version 2.24.0
  5. %define gnome_vfs2_version 2.24.0
  6. %define librsvg2_version 2.14.0
  7. %define libxml2_version 2.5.10
  8. %define libart_lgpl_version 2.3.15
  9. %define po_package eel-2.0
  10. Name: eel2
  11. Summary: Eazel Extensions Library.
  12. Summary(ja): Eazel 拡張ライブラリ
  13. Version: 2.24.1
  14. Release: 2%{?_dist_release}
  15. License: GPL
  16. Group: System Environment/Libraries
  17. Source: eel-%{version}.tar.bz2
  18. URL: http://www.gnome.org/projects/nautilus/
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  20. BuildRequires: gtk2-devel >= %{gtk2_version}
  21. BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
  22. BuildRequires: gnome-desktop-devel >= %{gnome_desktop_version}
  23. BuildRequires: gnome-menus-devel >= %{gnome_menus_version}
  24. BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
  25. BuildRequires: librsvg2-devel >= %{librsvg2_version}
  26. BuildRequires: libxml2-devel >= %{libxml2_version}
  27. BuildRequires: libart_lgpl-devel >= %{libart_lgpl_version}
  28. BuildRequires: pango-devel
  29. BuildRequires: popt-devel
  30. %description
  31. Eazel Extensions Library is a collection of widgets and functions for
  32. use with GNOME.
  33. %package devel
  34. Summary: Libraries and include files for developing with Eel.
  35. Group: Development/Libraries
  36. Requires: %{name} = %{version}
  37. Requires: gtk2-devel >= %{gtk2_version}
  38. Requires: libgnomeui-devel >= %{libgnomeui_version}
  39. Requires: gnome-vfs2-devel >= %{gnome_vfs2_version}
  40. Requires: librsvg2-devel >= %{librsvg2_version}
  41. Requires: libxml2-devel >= %{libxml2_version}
  42. Requires: libart_lgpl-devel >= %{libart_lgpl_version}
  43. %description devel
  44. This package provides the necessary development libraries and include
  45. files to allow you to develop with Eel.
  46. %prep
  47. %setup -q -n eel-%{version}
  48. %build
  49. %configure
  50. make
  51. %install
  52. rm -rf $RPM_BUILD_ROOT
  53. %makeinstall
  54. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
  55. %find_lang %{po_package}
  56. %clean
  57. rm -rf $RPM_BUILD_ROOT
  58. %post -p /sbin/ldconfig
  59. %postun -p /sbin/ldconfig
  60. %files -f %{po_package}.lang
  61. %defattr(-,root,root)
  62. %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README
  63. %{_libdir}/*.so.*
  64. %files devel
  65. %defattr(-,root,root)
  66. %{_libdir}/*.so
  67. %{_libdir}/pkgconfig/*.pc
  68. %{_includedir}/eel-2
  69. %changelog
  70. * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-2
  71. - rebuild with gnome-desktop-2.26.0
  72. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  73. - new upstream release
  74. * Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
  75. - new upstream release
  76. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  77. - new upstream release
  78. * Thu Dec 13 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
  79. - new upstream release
  80. * Wed Jul 4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.3-0vl1
  81. - new upstream release
  82. * Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0.1-0vl2
  83. - add BuildRequires: gnome-{desktop,menus}-devel
  84. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl1
  85. - new upstream release
  86. * Mon Aug 1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
  87. - new upstream release
  88. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  89. - new upstream release
  90. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  91. - new upstream release
  92. * Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
  93. - new upstream release
  94. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  95. - new upstream release
  96. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  97. - new upstream release
  98. * Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
  99. - new upstream release
  100. * Mon May 30 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.1-0vl1
  101. - new upstream release
  102. * Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
  103. - remove bonobo-activation dependency
  104. * Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  105. - new upstream version
  106. * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-0vl1
  107. - new upstream release
  108. * Fri Oct 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
  109. - new upstream release
  110. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  111. - new upstream release
  112. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
  113. - new upstream release
  114. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-0vl1
  115. - new upstream release
  116. * Thu Jul 10 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.4-0vl1
  117. - new upstream release
  118. * Thu Apr 3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3.1-0vl1
  119. - new upstream release
  120. * Fri Mar 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
  121. - new upstream release
  122. * Sat Mar 1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  123. - new upstream release
  124. * Thu Jan 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.2-0vl1
  125. - new upstream release
  126. * Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
  127. - new upstream release
  128. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  129. - new upstream release
  130. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl1
  131. - new upstream release
  132. * Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
  133. - new upstream release
  134. * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  135. - new upstream release
  136. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
  137. - build for Vine Linux
  138. - new upstream release from gnome-2.1.4
  139. * Thu Aug 29 2002 Alexander Larsson <alexl@redhat.com>
  140. - Update to 2.0.6. No actual changes, just to keep versions in sync w/ nautilus
  141. * Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com>
  142. - Update to 2.0.5, only translation changes
  143. * Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com>
  144. - 2.0.4
  145. * Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
  146. - 2.0.2
  147. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  148. - 2.0.1
  149. * Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
  150. - Fix missing po files
  151. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  152. - 2.0.0
  153. - remove .so link from non-devel package
  154. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  155. - rebuild in different environment
  156. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  157. - 1.1.17
  158. * Tue May 28 2002 Havoc Pennington <hp@redhat.com>
  159. - rebuild with fixed rpm in build root
  160. * Tue May 28 2002 Havoc Pennington <hp@redhat.com>
  161. - 1.1.16.90 cvs snap to fix libpng issue
  162. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  163. - 1.1.15
  164. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  165. - 1.1.12
  166. * Mon Apr 22 2002 Alex Larsson <alexl@redhat.com>
  167. - Update to 1.1.11
  168. * Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
  169. - getting really sleepy, fixed the wrong dumb typo
  170. * Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
  171. - 1.1.10
  172. - mumble, dumb typo in gail version
  173. * Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
  174. - rebuild in rawhide after fixing libart issue that broke build
  175. * Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
  176. - Eel version 2 package created
  177. * Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
  178. - 1.0.2
  179. * Wed Aug 29 2001 Alex Larsson <alexl@redhat.com>
  180. - Added new font with cyrrilic glyphs from
  181. - ftp://ftp.gnome.ru/fonts/urw/
  182. - This closes #52772
  183. * Mon Aug 27 2001 Alex Larsson <alexl@redhat.com> 1.0.1-18
  184. - Add patch to fix #52348
  185. * Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
  186. - Applied patch from CVS to try fixing #51965
  187. * Wed Aug 22 2001 Havoc Pennington <hp@redhat.com>
  188. - Applied patch to handle multibyte chars in
  189. eel_string_ellipsize - hopefully fixes #51710
  190. * Fri Aug 17 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-15
  191. - Fixed the default font patch. It crashed on 64bit arch.
  192. * Tue Aug 14 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-13
  193. - Fixed EelScalableFont to not keep reloading fonts
  194. - all the time.
  195. * Fri Aug 3 2001 Owen Taylor <otaylor@redhat.com>
  196. - Fix problems with EelImageChooser widget and Japanese
  197. * Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
  198. - Get some fixes from CVS head, one that segfaulted ia64.
  199. - This also moves the include file into a eel-1 dir, so that
  200. - it can later coexist with eel 2.0.
  201. * Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
  202. - Fixes for efficiency of background drawing
  203. * Tue Jul 24 2001 Akira TAGOH <tagoh@redhat.com> 1.0.1-7
  204. - fixed typo in patch. oops.
  205. * Mon Jul 23 2001 Akira TAGOH <tagoh@redhat.com> 1.0.1-6
  206. - fixed choose the default font with every locale.
  207. * Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
  208. - own some directories we didn't before
  209. * Sun Jul 08 2001 Tim Powers <timp@redhat.com>
  210. - cleaned up files list so that the defattr is doing something
  211. sensible and not leaving out the docs
  212. - moved changelog to the end of the specfile
  213. * Fri Jul 06 2001 Alexander Larsson <alla@redhat.com>
  214. - Removed docdir and cleaned up specfile a bit.
  215. * Fri Jul 06 2001 Alexander Larsson <alla@redhat.com>
  216. - Updated to 1.0.1
  217. * Wed May 09 2001 Jonathan Blandford <jrb@redhat.com>
  218. - Add to Red Hat build system
  219. * Wed Apr 04 2000 Ramiro Estrugo <ramiro@eazel.com>
  220. - created this thing