amtk-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Name: amtk
  2. Version: 5.2.0
  3. Release: 1%{?_dist_release}
  4. Summary: Actions, Menus and Toolbars Kit for GTK+ applications
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: LGPLv2+
  9. URL: https://wiki.gnome.org/Projects/Amtk
  10. %global shortver %(echo %{version} | cut -d . -f 1,2)
  11. Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  12. BuildRequires: gcc
  13. BuildRequires: gettext
  14. BuildRequires: pkgconfig(glib-2.0)
  15. BuildRequires: pkgconfig(gobject-introspection-1.0)
  16. BuildRequires: pkgconfig(gtk+-3.0)
  17. %description
  18. Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basic
  19. GtkUIManager replacement based on GAction. It is suitable for both a
  20. traditional UI or a modern UI with a GtkHeaderBar.
  21. %package devel
  22. Summary: Development files for %{name}
  23. Group: programming
  24. Requires: %{name}%{?_isa} = %{version}-%{release}
  25. %description devel
  26. The %{name}-devel package contains libraries and header files for
  27. developing applications that use %{name}.
  28. %package tests
  29. Summary: Tests for the %{name} package
  30. Group: programming
  31. Requires: %{name}%{?_isa} = %{version}-%{release}
  32. %description tests
  33. The %{name}-tests package contains tests that can be used to verify
  34. the functionality of the installed %{name} package.
  35. %debug_package
  36. %prep
  37. %autosetup
  38. %build
  39. %configure --enable-installed-tests
  40. %make_build V=1
  41. %install
  42. %make_install
  43. find $RPM_BUILD_ROOT -name '*.la' -delete
  44. %find_lang amtk-5
  45. %files -f amtk-5.lang
  46. %license COPYING
  47. %doc AUTHORS NEWS README
  48. %dir %{_libdir}/girepository-1.0
  49. %{_libdir}/girepository-1.0/Amtk-5.typelib
  50. %{_libdir}/libamtk-5.so.0*
  51. %files devel
  52. %{_includedir}/amtk-5/
  53. %{_libdir}/libamtk-5.so
  54. %{_libdir}/pkgconfig/amtk-5.pc
  55. %dir %{_datadir}/gir-1.0
  56. %{_datadir}/gir-1.0/Amtk-5.gir
  57. %dir %{_datadir}/gtk-doc
  58. %dir %{_datadir}/gtk-doc/html
  59. %{_datadir}/gtk-doc/html/amtk-5.0/
  60. %files tests
  61. %dir %{_libexecdir}/installed-tests
  62. %{_libexecdir}/installed-tests/amtk-5/
  63. %dir %{_datadir}/installed-tests
  64. %{_datadir}/installed-tests/amtk-5/
  65. %changelog
  66. * Mon Mar 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.2.0-1
  67. - new upstream release.
  68. * Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.0.2-3
  69. - initial build for Vine Linux.
  70. * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.2-2
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
  72. * Sat Jan 25 2020 Kalev Lember <klember@redhat.com> - 5.0.2-1
  73. - Update to 5.0.2
  74. * Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 5.0.1-1
  75. - Update to 5.0.1
  76. * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-4
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  78. * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3
  79. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  80. * Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 5.0.0-2
  81. - Rebuilt against fixed atk (#1626575)
  82. * Fri Sep 07 2018 Pete Walter <pwalter@fedoraproject.org> - 5.0.0-1
  83. - Initial Fedora package