123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- %undefine __cmake_in_source_build
- Name: wpebackend-fdo
- Summary: A WPE backend designed for Linux desktop systems
- Version: 1.14.2
- Release: 3%{_dist_release}
- Group: system
- Vendor: Project Vine
- Distribution: Vine Linux
- License: BSD
- URL: https://github.com/Igalia/%{name}
- Source0: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz
- BuildRequires: gcc-c++
- BuildRequires: meson
- BuildRequires: pkgconfig(egl)
- BuildRequires: pkgconfig(epoxy)
- BuildRequires: pkgconfig(gio-2.0)
- BuildRequires: pkgconfig(gobject-2.0)
- BuildRequires: pkgconfig(xkbcommon)
- BuildRequires: pkgconfig(wayland-client)
- BuildRequires: pkgconfig(wayland-server)
- BuildRequires: pkgconfig(wpe-1.0)
- %description
- A WPE backend designed for Linux desktop systems.
- %package devel
- Summary: Development files for %{name}
- Group: programming
- Requires: %{name}%{?_isa} = %{version}-%{release}
- %description devel
- The %{name}-devel package contains libraries, build data, and header
- files for developing applications that use %{name}.
- %debug_package
- %prep
- %autosetup -p1 -n %{name}-%{version}
- %build
- %meson
- %meson_build
- %install
- %meson_install
- %files
- %license COPYING
- %doc NEWS
- %{_libdir}/libWPEBackend-fdo-1.0.so.1
- %{_libdir}/libWPEBackend-fdo-1.0.so.1.*
- %files devel
- %{_includedir}/wpe-fdo-1.0
- %{_libdir}/libWPEBackend-fdo-1.0.so
- %{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc
- %changelog
- * Sat Nov 04 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.14.2-3
- - initial build for Vine Linux.
- * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.2-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- * Wed Mar 22 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 1.14.2-1
- - Update to 1.14.2
- * Mon Mar 06 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 1.14.1-1
- - Update to 1.14.1
- * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- * Tue Sep 20 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.14.0-1
- - Update to 1.14.0
- * Tue Aug 09 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.13.1-1
- - Update to 1.13.1
- * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- * Mon Jun 07 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-1
- - Update to 1.10.0
- * Fri May 14 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.92-1
- - Update to 1.9.92
- - Add GPG verification of source tarball
- * Fri Apr 30 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.91-1
- - Update to 1.9.91
- * Sat Apr 17 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.90-2
- - Stop crashing after process swap
- * Thu Apr 01 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.90-1
- - Update to 1.9.90
- * Mon Mar 08 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.1-1
- - Update to 1.9.1
- * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- * Fri Sep 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.8.0-1
- - Update to 1.8.0
- - Move libWPEBackend-fdo-1.0.so back to -devel package
- * Wed Jul 29 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.7.1-1
- - Update to 1.7.1 and switch to meson build system
- * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- * Tue May 26 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.6.1-1
- - Update to 1.6.1
- * Thu Mar 12 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.6.0-1
- - Update to 1.6.0
- * Tue Mar 03 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.5.90-2
- - Rebuild against updated libwpe
- * Tue Mar 03 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.5.90-1
- - Update to 1.5.90
- * Mon Feb 24 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.4.1-1
- - Update to 1.4.1
- * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- * Thu Sep 19 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.4.0-2
- - Change location of libWPEBackend-fdo.so to allow for WPE backend
- * Wed Sep 18 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.4.0-1
- - new version
- * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- * Mon Jun 17 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.3.1-1
- - New version
- * Sat May 11 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.3.0-1
- - New version
- * Mon Mar 25 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.2.0-1
- - New version
- * Thu Feb 28 2019 Pete Walter <pwalter@fedoraproject.org> - 1.1.90-2
- - Update wayland deps
- * Tue Feb 26 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.1.90-1
- - New version with soname bump
- * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- * Sun Aug 26 2018 Chris King <bunnyapocalypse@protonmail.com> - 1.0.0-1
- - Soname bump
- * Mon Jul 16 2018 Chris King <bunnyapocalypse@fedoraproject.org> - 0.1-1
- - Initial RPM package
|