libart_lgpl-vl.spec 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: Library of graphics routines used by libgnomecanvas
  3. Summary(ja): libgnomecanvas で使うグラフィックルーチンを集めたライブラリ
  4. Name: libart_lgpl
  5. Version: 2.3.21
  6. Release: 1%{?_dist_release}
  7. URL: http://www.gnome.org/
  8. Source0: %{name}-%{version}.tar.bz2
  9. License: LGPL
  10. Group: System Environment/Libraries
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. %description
  13. Graphics routines used by the GnomeCanvas widget and some other
  14. applications. libart renders vector paths and the like.
  15. %package devel
  16. Summary: Libraries and headers for libart_lgpl.
  17. Summary(ja): libart_lgpl の開発用ライブラリとヘッダファイル
  18. Group: Development/Libraries
  19. Requires: %{name} = %{version}
  20. Conflicts: gnome-libs-devel < 1.4.1.2
  21. %description devel
  22. Graphics routines used by the GnomeCanvas widget and some other
  23. applications. libart renders vector paths and the like.
  24. %package -n compat32-%{name}
  25. Summary: Library of graphics routines used by libgnomecanvas
  26. Summary(ja): libgnomecanvas で使うグラフィックルーチンを集めたライブラリ
  27. Group: System Environment/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. %description -n compat32-%{name}
  30. Graphics routines used by the GnomeCanvas widget and some other
  31. applications. libart renders vector paths and the like.
  32. %package -n compat32-%{name}-devel
  33. Summary: Libraries and headers for libart_lgpl.
  34. Summary(ja): libart_lgpl の開発用ライブラリとヘッダファイル
  35. Group: Development/Libraries
  36. Requires: %{name}-devel = %{version}-%{release}
  37. Requires: compat32-%{name} = %{version}-%{release}
  38. %description -n compat32-%{name}-devel
  39. Graphics routines used by the GnomeCanvas widget and some other
  40. applications. libart renders vector paths and the like.
  41. %prep
  42. rm -rf $RPM_BUILD_ROOT
  43. %setup -q
  44. %build
  45. %configure
  46. make %{?_smp_mflags}
  47. %install
  48. make DESTDIR=$RPM_BUILD_ROOT install
  49. rm -rf $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %post -p /sbin/ldconfig
  53. %postun -p /sbin/ldconfig
  54. %post -n compat32-%{name} -p /sbin/ldconfig
  55. %postun -n compat32-%{name} -p /sbin/ldconfig
  56. %files
  57. %defattr(-,root,root)
  58. %doc AUTHORS COPYING ChangeLog NEWS README
  59. %{_libdir}/lib*.so.*
  60. %files devel
  61. %defattr(-,root,root)
  62. %{_libdir}/lib*.so
  63. %{_libdir}/pkgconfig/*.pc
  64. %{_bindir}/libart2-config
  65. %{_includedir}/*
  66. # compat32
  67. %if %{build_compat32}
  68. %files -n compat32-%{name}
  69. %defattr(-,root,root)
  70. %{_libdir}/lib*.so.*
  71. %files -n compat32-%{name}-devel
  72. %defattr(-,root,root)
  73. %{_libdir}/lib*.so
  74. %{_libdir}/pkgconfig/*.pc
  75. %endif
  76. %changelog
  77. * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.21-1
  78. - new upstream release
  79. * Sat Jul 11 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.20-3
  80. - added compat32 package for x86_64 arch support
  81. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.20-2
  82. - spec in utf-8
  83. - remove static lib
  84. * Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.20-1vl5
  85. - new upstream release (Patch0 was merged into upstream)
  86. * Mon Apr 2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.19-0vl2
  87. - add Patch0 (http://svn.gnome.org/viewcvs/libart_lgpl?view=rev&revision=278)
  88. * Thu Mar 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.19-0vl1
  89. - new upstream release
  90. * Thu Feb 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.17-0vl1
  91. - new upstream release
  92. - add Japanese summary
  93. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.16-0vl1
  94. - new upstream release
  95. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.15-0vl1
  96. - new upstream release
  97. * Wed Aug 27 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.14-0vl1
  98. - source upgrade
  99. * Mon May 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.12-0vl1
  100. - source upgrade
  101. * Sat Jan 4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.11-0vl1
  102. - source upgrade
  103. - build with new toolchain
  104. * Tue Aug 6 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.10-1vl1
  105. - first release for Vine Linux
  106. - cleanup spec for Vine Linux
  107. * Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
  108. - 2.3.10, required by nautilus 2.0.2 for some reason
  109. * Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
  110. - 2.3.9, should give gdm login screen a kick in the ass
  111. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  112. - automated rebuild
  113. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  114. - automated rebuild
  115. * Fri May 17 2002 Havoc Pennington <hp@redhat.com>
  116. - rebuild in different environment
  117. * Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
  118. - rebuild in different environment
  119. * Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
  120. - rebuild
  121. * Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
  122. - actually increase version to 2.3.8
  123. * Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
  124. - upgrade to 2.3.8 so header files don't break eel2
  125. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  126. - automated rebuild
  127. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  128. - 2.3.7.91 snap
  129. * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
  130. - cvs snap, rebuild with new glib
  131. * Thu Oct 4 2001 Havoc Pennington <hp@redhat.com>
  132. - 2.3.6
  133. * Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
  134. - new CVS snap with upstream changes merged
  135. * Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
  136. - Initial build.