libgdiplus-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. Name: libgdiplus
  2. Version: 3.12
  3. Release: 1%{?_dist_release}
  4. Summary: An Open Source implementation of the GDI+ API.
  5. Summary(ja): GDI+ API のオープンソース実装
  6. License: MIT
  7. Group: System Environment/Libraries
  8. URL: http://www.mono-project.com/docs/gui/libgdiplus/
  9. Source: http://download.mono-project.com/sources/libgdiplus/%{name}-%{version}.tar.gz
  10. Patch0: libgdiplus-2.10-freetype-2.5.x.patch
  11. Patch1: libgdiplus-3.12-QuantizeBuffer.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: cairo-devel >= 1.8.0
  14. BuildRequires: freetype2-devel
  15. BuildRequires: giflib-devel
  16. BuildRequires: glib2-devel
  17. BuildRequires: libexif-devel
  18. BuildRequires: libjpeg-devel
  19. BuildRequires: libtiff-devel
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. %description
  23. An Open Source implementation of the GDI+ API.
  24. This is part of the Mono project.
  25. %description -l ja
  26. GDI+ API のオープンソースな実装です.
  27. これは Mono Project の一部です.
  28. %package devel
  29. Summary: Libraries for developing with libgdiplus.
  30. Summary(ja): libgdiplus の開発用ライブラリ
  31. Group: Development/Libraries
  32. Requires: %{name} = %{version}-%{release}
  33. Requires: cairo-devel
  34. Requires: freetype2-devel
  35. Requires: giflib-devel
  36. Requires: glib2-devel
  37. Requires: libexif-devel
  38. Requires: libjpeg-devel
  39. Requires: libtiff-devel
  40. %description devel
  41. This package provides the necessary development libraries to allow
  42. you to develop with libgdiplus.
  43. %description devel -l ja
  44. libgdiplus を使って開発する時に必要なライブラリ集です。
  45. %prep
  46. %setup -q
  47. #patch0 -p1 -b .ft
  48. %patch1 -p1 -b .qb
  49. %build
  50. %configure --enable-silent-rules --disable-static
  51. make %{?_smp_mflags}
  52. %install
  53. rm -rf $RPM_BUILD_ROOT
  54. make install DESTDIR=$RPM_BUILD_ROOT
  55. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  56. %post -p /sbin/ldconfig
  57. %postun -p /sbin/ldconfig
  58. %clean
  59. rm -rf $RPM_BUILD_ROO
  60. %files
  61. %defattr(0644, root, root, 0755)
  62. %doc AUTHORS COPYING src/ChangeLog
  63. %{_libdir}/*.so.*
  64. %files devel
  65. %defattr(0644, root, root, 0755)
  66. %{_libdir}/*.so
  67. %{_libdir}/pkgconfig/*
  68. %changelog
  69. * Thu Mar 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.12-1
  70. - new upstream release
  71. - updated Source1
  72. - added Requires: libexif-devel to devel subpackage
  73. * Sun Oct 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.8-1
  74. - updated to 3.8
  75. - dropt Patch0
  76. - linked with libexif
  77. - updated URL
  78. * Fri Dec 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10-2
  79. - rebuild with VineSeed environment
  80. - add Patch0 (libgdiplus-2.10-freetype-2.5.x.patch)
  81. - add Patch1 (libgdiplus-2.10-QuantizeBuffer.patch)
  82. * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.10-1
  83. - updated libgdiplus to 2.10
  84. * Sun Nov 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.1-1
  85. - updated libgdiplus to 2.8.1
  86. * Fri Oct 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.8-1
  87. - updated libgdiplus to 2.8
  88. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.7-2
  89. - rebuild with rpm-4.8.1 for pkg-config file
  90. * Mon Jul 26 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.7-1
  91. - updated libgdiplus to 2.6.7
  92. * Sat May 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
  93. - updated libgdiplus to 2.6.4
  94. * Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.2-2
  95. - added --disable-static option to %%configure
  96. - added Requires to devel package
  97. * Thu Apr 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.2-1
  98. - updated libgdiplus to 2.6.2
  99. * Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-1
  100. - updated libgdiplus to 2.6
  101. * Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1
  102. - new upstream release
  103. - dropt static library
  104. * Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
  105. - new upstream release
  106. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.5-1vl5
  107. - applied new versioning policy, spec in utf-8
  108. * Fri Sep 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.5-0vl1
  109. - new upstream release
  110. - added --without-libexif option
  111. * Sat Oct 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.6-0vl1
  112. - new upstream release
  113. * Wed Mar 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.4-0vl1
  114. - new upstream release
  115. * Sun Dec 19 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
  116. - new upstream release
  117. * Tue Nov 23 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl2
  118. - fixed spec file encofing (was iso-2022-jp?)
  119. - changed Groups of each packages
  120. * Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.4-0vl1
  121. - new upstream version
  122. - added japanese description
  123. * Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl2
  124. - build on cairo-0.2.0
  125. * Sat Oct 16 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl1
  126. - built for VineLinux