2015-03-25 17:09:48 +00:00
|
|
|
Summary: epoxy runtime library
|
2014-04-10 20:33:11 +00:00
|
|
|
Name: libepoxy
|
2022-03-18 18:01:22 +00:00
|
|
|
Version: 1.5.10
|
2024-01-25 02:01:08 +00:00
|
|
|
Release: 6%{?dist}
|
2023-09-07 10:41:05 +00:00
|
|
|
# SPDX
|
2014-04-10 20:33:11 +00:00
|
|
|
License: MIT
|
2017-07-13 18:35:28 +00:00
|
|
|
URL: https://github.com/anholt/libepoxy
|
2022-03-18 18:01:22 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/1.5/%{name}-%{version}.tar.xz
|
2017-03-09 22:03:31 +00:00
|
|
|
|
2019-10-25 14:53:57 +00:00
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: pkgconfig(gl)
|
|
|
|
BuildRequires: pkgconfig(egl)
|
2019-08-22 14:30:21 +00:00
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libEGL-devel
|
2019-10-25 14:53:57 +00:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
BuildRequires: python3
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb mesa-dri-drivers
|
2018-04-25 16:46:51 +00:00
|
|
|
|
2014-04-10 20:33:11 +00:00
|
|
|
%description
|
|
|
|
A library for handling OpenGL function pointer management.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libepoxy
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
2017-03-09 22:03:31 +00:00
|
|
|
%autosetup -p1
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%build
|
2017-03-09 22:03:31 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%install
|
2017-03-09 22:03:31 +00:00
|
|
|
%meson_install
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%check
|
2018-04-25 16:46:51 +00:00
|
|
|
# this should be %%meson_test but the macro expands with a bajillion
|
|
|
|
# embedded newlines for no obvious reason
|
|
|
|
xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
|
|
|
|
(cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1)
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%files
|
2017-03-09 22:03:31 +00:00
|
|
|
%license COPYING
|
2014-04-10 20:33:11 +00:00
|
|
|
%doc README.md
|
2017-03-09 22:03:31 +00:00
|
|
|
%{_libdir}/libepoxy.so.0*
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%files devel
|
2017-03-09 22:03:31 +00:00
|
|
|
%{_includedir}/epoxy/
|
2014-04-10 20:33:11 +00:00
|
|
|
%{_libdir}/libepoxy.so
|
|
|
|
%{_libdir}/pkgconfig/epoxy.pc
|
|
|
|
|
|
|
|
%changelog
|
2024-01-25 02:01:08 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 03:59:57 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-09-07 10:41:05 +00:00
|
|
|
* Thu Sep 07 2023 José Expósito <jexposit@redhat.com>
|
|
|
|
- SPDX migration: license is already SPDX compatible
|
|
|
|
|
2023-07-20 10:46:25 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-19 16:14:44 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 17:42:52 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-03-18 18:01:22 +00:00
|
|
|
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.5.10-1
|
|
|
|
- Update to 1.5.10
|
|
|
|
|
2022-01-20 16:08:07 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-08-15 20:46:42 +00:00
|
|
|
* Sun Aug 15 2021 Kalev Lember <klember@redhat.com> - 1.5.9-1
|
|
|
|
- Update to 1.5.9
|
|
|
|
|
2021-07-22 11:18:02 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-26 14:14:05 +00:00
|
|
|
* Wed May 26 2021 Kalev Lember <klember@redhat.com> - 1.5.8-1
|
|
|
|
- Update to 1.5.8
|
|
|
|
|
2021-04-30 14:43:36 +00:00
|
|
|
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 1.5.7-1
|
|
|
|
- Update to 1.5.7
|
|
|
|
|
2021-04-30 09:52:43 +00:00
|
|
|
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 1.5.6-1
|
|
|
|
- Update to 1.5.6
|
2021-04-30 09:53:05 +00:00
|
|
|
- Remove ldconfig_scriptlets use
|
2021-04-30 09:52:43 +00:00
|
|
|
|
2021-01-26 16:59:25 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-05 13:16:23 +00:00
|
|
|
* Tue Jan 05 2021 Kalev Lember <klember@redhat.com> - 1.5.5-1
|
|
|
|
- Update to 1.5.5
|
|
|
|
|
2020-07-28 04:34:25 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 09:01:46 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-27 16:04:50 +00:00
|
|
|
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 1.5.4-1
|
|
|
|
- Update to 1.5.4
|
|
|
|
|
2019-10-25 14:53:57 +00:00
|
|
|
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 1.5.3-5
|
|
|
|
- Rebuild for libglvnd 1.2, drop work-arounds
|
|
|
|
|
2019-08-22 14:26:49 +00:00
|
|
|
* Thu Aug 22 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.5.3-4
|
|
|
|
- epoxy.pc: -Requires.private: gl egl (#1744320)
|
|
|
|
|
2019-07-25 13:10:49 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 07:02:50 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-10-05 06:01:35 +00:00
|
|
|
* Fri Oct 05 2018 Kalev Lember <klember@redhat.com> - 1.5.3-1
|
|
|
|
- Update to 1.5.3
|
|
|
|
|
2018-07-13 08:03:00 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-20 10:36:58 +00:00
|
|
|
* Sun May 20 2018 Kalev Lember <klember@redhat.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
2018-04-25 16:46:51 +00:00
|
|
|
* Wed Apr 25 2018 Adam Jackson <ajax@redhat.com> - 1.5.1-2
|
|
|
|
- Enable tests for all arches
|
|
|
|
- Run tests against Xvfb so we get plausible amounts of coverage
|
|
|
|
|
2018-04-25 11:30:49 +00:00
|
|
|
* Wed Apr 25 2018 Kalev Lember <klember@redhat.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1
|
|
|
|
|
2018-02-28 12:50:06 +00:00
|
|
|
* Wed Feb 28 2018 Kalev Lember <klember@redhat.com> - 1.5.0-1
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
2018-02-07 21:32:49 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-03 12:31:06 +00:00
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.3-5
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2017-09-22 23:22:31 +00:00
|
|
|
* Fri Sep 22 2017 Adam Jackson <ajax@redhat.com> - 1.4.3-4
|
|
|
|
- Backport some useful bits from master
|
|
|
|
|
2017-08-03 01:24:35 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:46:53 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-13 18:35:28 +00:00
|
|
|
* Thu Jul 13 2017 Adam Jackson <ajax@redhat.com> - 1.4.3-1
|
|
|
|
- libepoxy 1.4.3
|
|
|
|
|
2017-03-09 22:03:31 +00:00
|
|
|
* Thu Mar 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.4.1-2
|
|
|
|
- Switch to meson
|
|
|
|
- Add license file
|
|
|
|
- Simplify spec
|
|
|
|
|
2017-03-09 00:55:32 +00:00
|
|
|
* Thu Mar 09 2017 Dave Airlie <airlied@redhat.com> - 1.4.1-1
|
|
|
|
- libepoxy 1.4.1
|
|
|
|
|
2017-02-10 18:35:59 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-23 07:53:42 +00:00
|
|
|
* Fri Sep 23 2016 Adam Jackson <ajax@redhat.com> - 1.3.1-3
|
|
|
|
- Fix detection of EGL client extensions
|
|
|
|
|
2016-02-04 03:06:14 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-05 14:32:32 +00:00
|
|
|
* Thu Nov 05 2015 Adam Jackson <ajax@redhat.com> 1.3.1-1
|
|
|
|
- libepoxy 1.3.1
|
|
|
|
|
2015-06-17 15:12:10 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-05 04:19:48 +00:00
|
|
|
* Tue May 05 2015 Dave Airlie <airlied@redhat.com> 1.2-3
|
|
|
|
- update GL registry files (add new EGL extension)
|
|
|
|
|
2015-03-25 17:09:48 +00:00
|
|
|
* Wed Mar 25 2015 Adam Jackson <ajax@redhat.com> 1.2-2
|
|
|
|
- Fix description to not talk about DRM
|
|
|
|
- Sync some small bugfixes from git
|
|
|
|
|
2014-10-13 18:05:31 +00:00
|
|
|
* Mon Oct 13 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-1
|
|
|
|
- Update to 1.2 GA
|
|
|
|
- Don't fail build on make check failure for some architectures
|
|
|
|
|
2014-08-17 03:06:43 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.4.20140411git6eb075c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 03:13:10 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.3.20140411git6eb075c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-10 22:02:05 +00:00
|
|
|
* Fri Apr 11 2014 Dave Airlie <airlied@redhat.com> 1.2-0.2.20140411git6eb075c
|
|
|
|
- update to latest git snapshot
|
|
|
|
|
2014-04-10 20:33:11 +00:00
|
|
|
* Thu Mar 27 2014 Dave Airlie <airlied@redhat.com> 1.2-0.1.20140307gitd4ad80f
|
|
|
|
- initial git snapshot
|
|
|
|
|