libgnomeprintui-vl.spec 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. %define gtk2_version 2.14.0
  2. %define libgnomeprint_version 2.18.0
  3. %define libgnomecanvas_version 2.20.0
  4. %define gnomeicontheme_version 2.24.0
  5. Summary: GUI support for libgnomeprint
  6. Summary(ja): libgnomeprint の GUI サポート
  7. Name: libgnomeprintui
  8. Version: 2.18.5
  9. Release: 2%{?_dist_release}
  10. URL: ftp://ftp.gnome.org
  11. Source0: %{name}-%{version}.tar.bz2
  12. #Source10: %{name}-ja.po
  13. License: LGPL
  14. Group: System Environment/Libraries
  15. BuildRoot: %{_tmppath}/%{name}-root
  16. BuildRequires: gtk2-devel >= %{gtk2_version}
  17. BuildRequires: libgnomeprint-devel >= %{libgnomeprint_version}
  18. BuildRequires: libgnomecanvas-devel >= %{libgnomecanvas_version}
  19. BuildRequires: gnome-icon-theme >= %{gnomeicontheme_version}
  20. %description
  21. The libgnomeprintui package contains GTK+ widgets related to printing.
  22. %package devel
  23. Summary: Libraries and headers for libgnomeprintui
  24. Summary(ja): libgnomeprintui の開発用ライブラリとヘッダファイル
  25. Group: Development/Libraries
  26. Requires: %{name} = %{version}
  27. Requires: gtk2-devel >= %{gtk2_version}
  28. Requires: libgnomeprint-devel >= %{libgnomeprint_version}
  29. Requires: libgnomecanvas-devel >= %{libgnomecanvas_version}
  30. %description devel
  31. The libgnomeprintui package contains GTK+ widgets related to printing.
  32. You should install the libgnomeprintui-devel package if you would like
  33. to compile applications that use the widgets in libgnomeprintui. You
  34. do not need to install it if you just want to use precompiled
  35. applications.
  36. %prep
  37. %setup -q
  38. #cp %{SOURCE10} po/ja.po
  39. %build
  40. %configure
  41. make
  42. %install
  43. rm -rf $RPM_BUILD_ROOT
  44. %makeinstall
  45. %find_lang %{name}-2.2
  46. # remove unpackaged files
  47. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  48. %post -p /sbin/ldconfig
  49. %postun -p /sbin/ldconfig
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %files -f %{name}-2.2.lang
  53. %defattr(-,root,root)
  54. %doc AUTHORS COPYING ChangeLog NEWS README
  55. %{_libdir}/lib*.so.*
  56. %{_datadir}/%{name}/%{version}/*
  57. %files devel
  58. %defattr(-,root,root)
  59. %{_libdir}/lib*.a
  60. %{_libdir}/lib*.so
  61. %{_libdir}/pkgconfig/*.pc
  62. %{_includedir}/*
  63. %{_datadir}/gtk-doc/html/*
  64. %changelog
  65. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.18.5-2
  66. - build with rpm-4.8.1-1 for pkg-config file
  67. * Thu Apr 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.5-1
  68. - new upstream release
  69. * Wed Mar 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.4-1
  70. - new upstream release
  71. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.3-1
  72. - new upstream release
  73. - build with gtk+-2.14
  74. * Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-1vl5
  75. - new upstream release
  76. * Wed Dec 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl1
  77. - new upstream release
  78. * Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl2
  79. - add BuildRequires: gnome-icon-theme
  80. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
  81. - new upstream release
  82. * Sat Apr 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl2
  83. - add %%{_datadir}/%{name}/%{version}/gnome-print-job-preview.xml to %%files
  84. thanks to kazutaka (BTS:35)
  85. * Wed Sep 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  86. - new upstream release
  87. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  88. - new upstream release
  89. * Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.0-0vl1
  90. - new upstream release
  91. * Sun Jul 3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.2-0vl1
  92. - new upstream version
  93. - build with libgnomeprint 2.10.3
  94. * Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  95. - new upstream version
  96. * Wed Mar 02 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-0vl1
  97. - new upstream release
  98. - added Japanese summay to devel package
  99. * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl1
  100. - new upstream release
  101. * Sun Nov 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-0vl1
  102. - new upstream release
  103. * Tue Oct 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  104. - new upstream release
  105. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
  106. - new upstream release
  107. * Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1.3-0vl1
  108. - new upstream release
  109. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  110. - new upstream release
  111. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.8-0vl1
  112. - new upstream release
  113. * Thu Jan 9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
  114. - new upstream release
  115. * Sat Jan 4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl2
  116. - add ja.po
  117. * Sat Jan 4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
  118. - new upstream release
  119. * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  120. - new upstream release
  121. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
  122. - build for Vine Linux
  123. - new upstream release from gnome-2.1.4
  124. * Wed Aug 14 2002 Akira TAGOH <tagoh@redhat.com> 1.116.0-1
  125. - updates to 1.116.0
  126. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  127. - automated rebuild
  128. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  129. - 1.115.0
  130. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  131. - rebuild in different environment
  132. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  133. - add ldconfig to post/postun
  134. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  135. - 1.114.0
  136. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  137. - automated rebuild
  138. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  139. - rebuild in different environment
  140. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  141. - 1.113.0
  142. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  143. - rebuild for new libs
  144. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  145. - 1.112.0
  146. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  147. - rebuild for new libs
  148. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  149. - Version 1.110.0
  150. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  151. - automated rebuild
  152. * Mon Jan 7 2002 Havoc Pennington <hp@redhat.com>
  153. - hmm, didn't get all the libgnomeui dependency lines
  154. * Mon Jan 7 2002 Havoc Pennington <hp@redhat.com>
  155. - 1.109.0.90 snap, remove libgnomeui dep that's now gone
  156. * Tue Nov 27 2001 Havoc Pennington <hp@redhat.com>
  157. - new snap 1.106.0.90
  158. - explicitly require certain versions of dependent libs
  159. * Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
  160. - rebuild for glib 1.3.10, new cvs snap
  161. * Tue Oct 9 2001 Havoc Pennington <hp@redhat.com>
  162. - Initial build