pangomm-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. %define apiver 1.4
  2. %define _unpackaged_files_terminate_build 1
  3. Name: pangomm
  4. Summary: C++ interface for Pango
  5. Summary(ja): Pango の C++ インターフェース
  6. Version: 2.46.4
  7. Release: 1%{?_dist_release}
  8. Group: system
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. License: LGPLv2+
  12. URL: https://www.gtkmm.org/
  13. %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
  14. Source: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. BuildRequires: meson
  17. BuildRequires: ninja
  18. BuildRequires: glibmm-devel >= 2.14.1
  19. BuildRequires: cairomm-devel >= 1.2.2
  20. BuildRequires: pango-devel >= 1.45.1
  21. BuildRequires: doxygen
  22. BuildRequires: mm-common
  23. Obsoletes: gtkmm2 < 2.13.5
  24. %description
  25. pangomm provides a C++ interface to the Pango library. Highlights
  26. include typesafe callbacks, widgets extensible via inheritance and a
  27. comprehensive set of widget classes that can be freely combined to
  28. quickly create complex user interfaces.
  29. %package devel
  30. Summary: Headers for developing programs that will use %{name}
  31. Summary(ja): %{name} を使用するプログラムを開発するためのファイル
  32. Group: programming
  33. Requires: %{name} = %{version}-%{release}
  34. Requires: glibmm-devel >= 2.14.1
  35. Requires: cairomm-devel >= 1.2.2
  36. Requires: pango-devel >= 1.45.1
  37. Requires: pkgconfig gtk-doc
  38. %description devel
  39. This package contains the libraries and header files needed for
  40. developing pangomm applications.
  41. %debug_package
  42. %prep
  43. %setup -q
  44. %build
  45. %meson -Dbuild-documentation=true
  46. %meson_build
  47. %install
  48. %meson_install
  49. rm -rf rpmdoc
  50. mkdir -p rpmdoc
  51. mv -f %{buildroot}%{_docdir}/pangomm-%{apiver} ./rpmdoc
  52. %files
  53. %license COPYING
  54. %doc ChangeLog NEWS README.*
  55. %{_libdir}/*.so.*
  56. %files devel
  57. %doc rpmdoc/pangomm-%{apiver}
  58. %doc %{_datadir}/devhelp/books/pangomm-%{apiver}
  59. %{_includedir}/pangomm-%{apiver}
  60. %{_libdir}/*.so
  61. %{_libdir}/pangomm-%{apiver}/*
  62. %{_libdir}/pkgconfig/*.pc
  63. %changelog
  64. * Sat Dec 14 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.46.4-1
  65. - new upstream release.
  66. * Sun Aug 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.42.1-1
  67. - new upstream release.
  68. * Sun Jan 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.40.1-1
  69. - new upstream release.
  70. * Fri Jul 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.40.0-1
  71. - new upstream release
  72. * Wed Jun 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.38.1-2
  73. - rebuild with gcc-5.4.0
  74. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.38.1-1
  75. - new usptream release
  76. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.36.0-1
  77. - new usptream release
  78. * Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.34.0-2
  79. - rebuild with VineSeed environment
  80. * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.34.0-1
  81. - new upstream release
  82. * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.28.4-1
  83. - new upstream release
  84. * Thu Oct 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.28.3-1
  85. - new upstream release
  86. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.28.2-1
  87. - new upstream release
  88. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> - 2.26.2-2
  89. - build with rpm-4.8.1-1 for pkg-config file
  90. * Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.26.2-1
  91. - new upstream release
  92. * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.26.1-1
  93. - new upstream release
  94. * Sun Sep 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.26.0-1
  95. - new upstream release
  96. * Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.24.0-1
  97. - new upstream release
  98. - dropped Patch0
  99. * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.14.0-1
  100. - Initial build for Vine Linux
  101. - added Patch0 for documentation path fix
  102. * Fri Aug 29 2008 Denis Leroy <denis@poolshark.org> - 2.13.7-3
  103. - Obsoletes older gtkmm to avoid libpangomm conflict
  104. * Wed Aug 27 2008 Denis Leroy <denis@poolshark.org> - 2.13.7-2
  105. - Spec review fixes
  106. * Mon Aug 25 2008 Denis Leroy <denis@poolshark.org> - 2.13.7-1
  107. - First version