libart_lgpl-vl.spec 5.3 KB

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