amtk-vl.spec 2.9 KB

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