libgdiplus-vl.spec 4.1 KB

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