libgdiplus-vl.spec 3.5 KB

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