libgdiplus-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. Name: libgdiplus
  2. Summary: An Open Source implementation of the GDI+ API.
  3. Summary(ja): GDI+ API のオープンソースな実装
  4. Version: 2.6
  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. %description devel
  29. This package provides the necessary development libraries to allow
  30. you to develop with libgdiplus.
  31. %description devel -l ja
  32. libgdiplus を使って開発する時に必要なライブラリ集です。
  33. %prep
  34. %setup -q
  35. %build
  36. %configure --without-libexif
  37. make
  38. %install
  39. rm -rf %{buildroot}
  40. %makeinstall
  41. rm -f %{buildroot}%{_libdir}/*.la
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %clean
  45. rm -rf %{buildroot}
  46. %files
  47. %defattr(0644, root, root, 0755)
  48. %doc AUTHORS COPYING src/ChangeLog
  49. %{_libdir}/*.so.*
  50. %files devel
  51. %defattr(0644, root, root, 0755)
  52. %{_libdir}/*.so
  53. %{_libdir}/pkgconfig/*
  54. %changelog
  55. * Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-1
  56. - updated libgdiplus to 2.6
  57. * Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1
  58. - new upstream release
  59. - dropt static library
  60. * Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
  61. - new upstream release
  62. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.5-1vl5
  63. - applied new versioning policy, spec in utf-8
  64. * Fri Sep 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.5-0vl1
  65. - new upstream release
  66. - added --without-libexif option
  67. * Sat Oct 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.6-0vl1
  68. - new upstream release
  69. * Wed Mar 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.4-0vl1
  70. - new upstream release
  71. * Sun Dec 19 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
  72. - new upstream release
  73. * Tue Nov 23 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl2
  74. - fixed spec file encofing (was iso-2022-jp?)
  75. - changed Groups of each packages
  76. * Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.4-0vl1
  77. - new upstream version
  78. - added japanese description
  79. * Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl2
  80. - build on cairo-0.2.0
  81. * Sat Oct 16 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl1
  82. - built for VineLinux