libwpe-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. Name: libwpe
  2. Summary: General-purpose library for the WPE-flavored port of WebKit
  3. Version: 1.14.1
  4. Release: 1%{_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: BSD
  9. URL: https://github.com/WebPlatformForEmbedded/%{name}
  10. Source0: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz
  11. Source1: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
  12. # Created from https://keys.openpgp.org/vks/v1/by-fingerprint/5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
  13. # $ gpg --import 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.asc
  14. # $ gpg2 --export --export-options export-minimal 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
  15. Source2: gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
  16. BuildRequires: gcc-c++
  17. BuildRequires: meson
  18. BuildRequires: pkgconfig(egl)
  19. BuildRequires: pkgconfig(xkbcommon)
  20. %description
  21. General-purpose library developed for the WPE-flavored port of WebKit
  22. %package devel
  23. Group: programming
  24. Summary: Development files for %{name}
  25. Requires: %{name}%{?_isa} = %{version}-%{release}
  26. %description devel
  27. The %{name}-devel package contains libraries, build data, and header
  28. files for developing applications that use %{name}.
  29. %debug_package
  30. %prep
  31. %autosetup -p1 -n libwpe-%{version}
  32. %build
  33. %meson
  34. %meson_build
  35. %install
  36. %meson_install
  37. %files
  38. %license COPYING
  39. %doc NEWS
  40. %{_libdir}/libwpe-1.0.so.1.*
  41. %{_libdir}/libwpe-1.0.so.1
  42. %files devel
  43. %{_includedir}/wpe-1.0/
  44. %{_libdir}/libwpe-1.0.so
  45. %{_libdir}/pkgconfig/wpe-1.0.pc
  46. %changelog
  47. * Sat Nov 04 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.14.1-1
  48. - initial build for Vine Linux.
  49. - new upstream release.
  50. * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
  52. * Mon Sep 19 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.14.0-1
  53. - Update to 1.14.0
  54. * Tue Aug 23 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.13.90-1
  55. - Upgrade to libwpe 1.13.90
  56. * Thu Aug 11 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.13.3-1
  57. - Upgrade to 1.13.3
  58. * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-2
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
  60. * Mon May 16 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.13.2-1
  61. - Forgot to bump version number
  62. * Mon May 16 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.13.1-2
  63. - Update to 1.13.2
  64. * Thu May 12 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.13.1-1
  65. - Update to 1.13.1
  66. * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-3
  67. - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
  68. * Thu Sep 30 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.12.0-2
  69. - Forgot to add the autochangelog
  70. * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-2
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
  72. * Thu Jun 10 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.1-1
  73. - Update to 1.10.1
  74. * Fri Mar 26 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-2
  75. - Add GPG verification of source tarball
  76. * Fri Mar 26 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-1
  77. - Update to 1.10.0
  78. * Mon Mar 15 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.91-1
  79. - Update to 1.9.91
  80. * Mon Mar 08 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.90-1
  81. - Update to 1.9.90
  82. * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
  83. - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
  84. * Mon Jan 18 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.1-1
  85. - Update to 1.9.1
  86. * Fri Sep 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.8.0-1
  87. - Update to 1.8.0
  88. * Wed Jul 29 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.7.1-1
  89. - Update to 1.7.1 and switch to meson build system
  90. * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
  91. - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
  92. * Thu Mar 12 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.6.0-1
  93. - Update to 1.6.0
  94. * Mon Mar 02 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.5.90-1
  95. - Update to 1.5.90
  96. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
  97. - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
  98. * Wed Sep 18 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.4.0-1
  99. - New version
  100. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
  101. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  102. * Mon Jun 17 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.3.1-1
  103. - New version
  104. * Wed May 8 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.3.0-1
  105. - New version
  106. * Mon Mar 25 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.2.0-1
  107. - New vsn with soname bump
  108. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
  109. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  110. * Mon Aug 27 2018 Chris King <bunnyapocalypse@protonmail.org> - 1.0.0-1
  111. - Initial RPM package